I created an installer which launches the executable after installing the program. In the installer code when the user clicks on the "Launch Program" button the installer launches the program using applescript on mac and shell on windows. On the Mac everything works fine. On Windows, the splash screen appears, then disappears but never opens the main program stack window. The process is open, but no window. Everything works fine if I double click on the program executable directly.
The code I use to open the app from the installer is:
put shortFilePath (pFilePath) into pFilePath
set hideConsoleWindows to true
put shell ("start" && pFilePath) into tErrorHas anyone encountered something similar and know of a solution?
Thanks,
-- Trevor DeVore Blue Mango Multimedia [EMAIL PROTECTED]
_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
