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?
3.07 virtualstore
3 posts
Virtual store is controlled by RequestExecutionLevel, try setting it to "none".
OK, I'll try that.