This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- ISCmdBld.exe not recognizing switches
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Jun 30, 2011
03:29 PM
ISCmdBld.exe not recognizing switches
I'm trying to build an MSI from a Basic MSI project from the command-line using ISCmdBld.exe. I have InstallShield installed on a remote machine though. Building this way works fine locally from that machine, but when I try to do it from my machine remotely, I run into problems.
I change the working directory to the remote machine on my command-line, then execute
ISCmdBld.exe -x -c COMP -e N -p "C:\MyProject" -a "Product Config 1" -r "Config 1 Release"
The MyProject folder is located on my machine, as are the rest of the resources, it's just InstallShield itself that is located on the remote machine. When I execute though, I get the error that 'Product Config 1' is not preceded by a switch.
Does anyone have any experience with this? I have no idea why ISCmdBld.exe won't work remotely, all my paths and everything are correct.
I change the working directory to the remote machine on my command-line, then execute
ISCmdBld.exe -x -c COMP -e N -p "C:\MyProject" -a "Product Config 1" -r "Config 1 Release"
The MyProject folder is located on my machine, as are the rest of the resources, it's just InstallShield itself that is located on the remote machine. When I execute though, I get the error that 'Product Config 1' is not preceded by a switch.
Does anyone have any experience with this? I have no idea why ISCmdBld.exe won't work remotely, all my paths and everything are correct.
(1) Reply