Skip to content
⌘ NSIS Forum Archive

3.07 virtualstore

3 posts

jimvaughan#

3.07 virtualstore

I have code that looks like this:

; copy ini files
SetOutPath $WINDIR
File C:\OI32\SYS_DLL\OINSIGHT.INI

Under 3.06.1 this file would be copied to the virtualstore location.

Under 3.07 it is not, how do I fix this?