jurddegc
22nd October 2004, 14:12
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!
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!