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

How to Repair from the command line.

Hello,

I have an Installscript MSI project, and I'm trying to get it to Repair from the command line. When I type setup.exe /f I get the error:

1629: Invalid command line.

Could someone please tell me how to perform a repair on an installation from the command line?

Thank you.
Labels (1)
0 Kudos
(2) Replies
RobertDickau
Flexera Alumni

Please see the InstallShield help topic "Setup.exe and Update.exe Command-Line Parameters" for supported switches; I haven't tried it, but perhaps something like---

setup.exe /V"REINSTALLMODE=oums REINSTALL=ALL"

---would do it?
0 Kudos
scottd72
Level 7

Yes it does. Thank you.
0 Kudos