Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

silent mode in MSI


2 replies to this topic

sopra

sopra
  • Members
  • 8 posts

Posted 18 November 2003 - 10:13

When i install my application with the following command line :
msiexec /i "My Application.msi"
In the Add/Remove windows program, i've got a correctly icon of my application, and in the registry, i've got all (components, products ...) in installer key.

But when i install my application with the following command line :
msiexec /i "My Application.msi" /qn (silent mode)
In the Add/Remove windows program, i've got a directory icon for my application, and in the registry, i've got nothing of my application (components, products ...) in installer key.

Could somebody help me ??

Many thanks !!!

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 18 November 2003 - 10:40

You may ned to pass ALLUSERS=! on the command line.

sopra

sopra
  • Members
  • 8 posts

Posted 18 November 2003 - 10:50

it's OK !!! (ALLUSERS=1)
Many thanks stefan !!!