PDA

View Full Version : InstallShield Pro 6.2


jrwalkeroh
08-12-2009, 04:19 PM
Unfortunately, I have a need to use InstallShield Pro 6.2 and can't seem to get it to work with VBP 7.2

Here's the Project Filename:
s:\MyInstallations\WinREMS\WinREMS.ipr

and here's the command line and error it generates:
"C:\Program Files\InstallShield\Program\Compile.exe \"s:\MyInstallations\WinREMS\Script Files\setup.rul\"" "C:\Program Files\Script\Ifx\Lib\Ifx.obl \"C:\Program Files\Script\Isrt\Lib\Isrt.obl\" -i\"s:\MyInstallations\WinREMS\Script Files\" -i\"C:\Program Files\Script\Ifx\Include\" -i\"C:\Program Files\Script\Isrt\Include\""
Failed to create process: The system cannot find the file specified.

and the IS Compiler I specified is "Professional (v7-9)".

Any ideas on how to get this to work?

kinook
08-12-2009, 04:25 PM
http://www.kinook.com/VisBuildPro/Manual/installshieldtab.htm

jrwalkeroh
08-12-2009, 04:40 PM
Thanks. That did the trick.

I used InstallShield to create S:\MyInstallations\WinREMS\build.bat
and I used a Run Program action with a command of %DOSCMD% call "S:\MyInstallations\WinREMS\build.bat".

Works like a charm.