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

Features einer Silent-Installation festlegen?


2 replies to this topic

Michael.Hu

Michael.Hu
  • Full Members
  • 72 posts

Posted 15 April 2008 - 15:35

Hallo zusammen!

Ich habe ein BASIC-MSI-Setup mit zwei Features (feature1, feature2) erstellt.

Ist es irgendwie möglich im Silent-Install-Modus per Parameter festzulegen, welche Features installiert werden sollen? D.h. existiert irgendetwas in der Form Setup.exe /s /v"/qn"FEATURE=feature2" (nur feature2 soll installiert werden)?

Vielen Dank für eure Hilfe!

Gruss
Michael

Edited by Michael.Hu, 15 April 2008 - 15:36.


felltier-a

felltier-a
  • Awaiting Authorisation
  • 85 posts

Posted 15 April 2008 - 15:43

Hi Michael,

schau dir mal die ADDLOCAL property an. Vieleicht hilft dir das weiter.

Grüße
Udo

Michael.Hu

Michael.Hu
  • Full Members
  • 72 posts

Posted 15 April 2008 - 16:29

Hey Udo!

Vielen Dank dass du dir für einen Anfänger Zeit nimmst ;-)

Hat geklappt:

setup.exe /s /v"/qn ADDLOCAL=feature2"