Does anyone have any idea why this might be happening? (Or, more correctly, how to fix it)
Here's the data from the .sf8 file:
BUT --- The file is not there! (I know; because the script errors out because it can't fidn it.)Code:<FileData> <FldRef>0</FldRef> <FullName>#PROJECTFILEDIR#\SupportFiles\QRes.exe</FullName> <FileName>QRes.exe</FileName> <Source>#PROJECTFILEDIR#\SupportFiles</Source> <Ext>exe</Ext> <RTSource>Archive</RTSource> <Desc>Support Files</Desc> <Recurse>1</Recurse> <MatchMode>0</MatchMode> <Dest>%TempLaunchFolder%</Dest>
Here's info from the install log:
The very next file to be installed, is also set to go to %TempLaunchFolder% -- and it does.Code:[06/26/2009 15:20:14] Success Install archive file: C:\Program Files\SchoolCheckIN\QRes.exe
QRes.exe only appears once as a file in the installer.
Any ideas?

Reply With Quote