File fct error when from CD-R on WinNT
The following code:
SetOutPath "$PROFILE"
SetOverwrite on
File "..\mypath\myfile.ini"
Generates an error when the installer is run under WinNT SP6a from a CD-R! (Windows Error msg: "Error opening the file \myfile.ini in writing...")
The error disappears if I run it from the hard drive!
What's wrong?
Thanks!