#1
|
|||
|
|||
InstallShield Pro 6.2
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? |
#2
|
|||
|
|||
#3
|
|||
|
|||
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. |
|
|