cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Dean_H
Level 7

Error 1629 When trying to debug 2010 InstallScript MSI project

I have an 2010 InstallScript MSI project and when I select Debug from the Build\Debug menu, I get the dialog Preparing to install and then I get the InstallShield error 1629, Invalid command Line. What is causing the error? I'm not passing any arguments to setup.exe
Labels (1)
0 Kudos
(2) Replies
Alex1969
Level 4

Hello Dean,

Dean H wrote:
I have an 2010 InstallScript MSI project and when I select Debug from the Build\Debug menu, I get the dialog Preparing to install and then I get the InstallShield error 1629, Invalid command Line. What is causing the error? I'm not passing any arguments to setup.exe


Have you already checked the project settings in "Build -> Settings" in the page "Run/Debug"?
In this page you could set the command line options of your project.

HTH Alex
0 Kudos
Dean_H
Level 7

Thanks, I never thought to look at those settings. After I removed the command line entry, the debugger now runs
0 Kudos