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

Any Special "ToDo"s for MSI for Active Directory?


3 replies to this topic

rsioson

rsioson
  • Members
  • 2 posts

Posted 23 January 2004 - 01:03

Are there any special actions we need to do for building an Basic MSI that will be deployed via Active Directory Group Policy Objects? We've found only one so far, where we needed to include the InstallShield Script Engine into the MSI for a couple of small InstallScripts. Are there any more? Or does anyone know of a document number for a "How To..." in the knowledge base?

Thanks,
Roehl

Glytzhkof

Glytzhkof
  • Moderators
  • 1,447 posts

Posted 23 January 2004 - 01:33

Do you need to install with elevated rights?
Regards
-Stein Åsmul

Zweitze

Zweitze
  • Full Members
  • 522 posts

Posted 23 January 2004 - 11:46

If you intend to support software assigning (you have two kinds: publishing and assigning: assigning is the cool one), I've got a couple of hints:

1. Make sure that advertizing work. Hint: For testing, use MsiExec /jm: much faster than deploying on a GPO.
2. Make sure that per user installs works (unless you're only interested in per system GPOs). For testing, use MsiExec /ju
3. Do NOT change the advertize sequences, keep them as recommended by Microsoft. The reason: in a GPO deployment, this sequence is run ON THE DOMAIN CONTROLLER.


Roadhawk

Roadhawk
  • Members
  • 9 posts

Posted 23 January 2004 - 11:54

KB Q108166 can be handy:

Deploy an MSI Wrapped with an InstallShield Script-Based Setup.exe
http://support.insta...ticleid=q108166