Hi,
I have a very simple line in a complex script.
If Not FileInstall("Thunderbird update.jpg",$ScriptTargetDir,1) Then
SplashOff()
MsgBox(0x10,$UpdateID,"Update failed - could not install Thunderbird update.jpg in " & $ScriptTargetDir)
Exit(0)
EndIf
Every time I try to compile this script I get the message:
But the file Thunderbird update.jpg exists in the same directory as the script. I tried making it a bmp like the example in the help file - no difference. I tried ".Thunderbird update.jpg" and I tried making it "ThunderbirdUpdate.jpg" gettting rid of the space.
The