tags:

views:

294

answers:

0

Hi

We have creaded a MSI installer using the tools on Visual Studio 2008. This has some custome action implementet in a Installer class. It works fine on all the test servers but for some reason it fail in one of the production servers. The error message is:

Error. 1001. Usage: InstallUtil[/u|/uninstall][option[..]] assembly[[option[...]]assembly]

installUtil executes the installer in each given assembly.||If the /u or /uninstall switch is ...

related questions