I am currently working on an installer for FPSC and I have a strange issue. My installer uses WSH script to create a program shortcut to the newly installed FPSC Game executable. The shortcuts seem to be correct and point to the appropriate folder and file, but when I use the shortcut I get the following error.
Init Error: Genre Unknown
This is an FPSC error as seen here in the source code...
if fpgchud$=""
exit prompt "Genre Unknown", "Init Error" : end
endif
If I click directly on the executable, the game runs normally. FPSC only responds this way when using the shortcut. Can anyone shine more light on this issue?
Brian.