ALLUSERS issue installing a msi file

Antworten
opsi-Neuling
Beiträge: 16
Registriert: 04 Jul 2011, 19:09

ALLUSERS issue installing a msi file

Beitrag von opsi-Neuling »

Hello.

I am not sure if this is an opsi issue.
I am trying to install a msi file from Microsoft. It is an interactive help which shows a silverlight animation of the Office 2003 user interface and helps the user to find this function in the new Office 2010 UI.
http://www.microsoft.com/downloads/de-d ... 460ccaaff3
WordInteractiveGuideSetupDEU_04082011.msi

I created a script which installs the msi file:

Code: Alles auswählen

msiexec /i "%ScriptPath%\WordInteractiveGuideSetupDEU_04082011.msi" /l* "$LogDir$\$ProductId$.install_log.txt" /qb! ALLUSERS=1 REBOOT=ReallySuppress
The installation works, the logfile shows everything is fine and the package state changes to "installed" in opsiconfiged.
Now the problem is, when a User who was logged into that machine once, logs in again and clicks on the new shortcut "Microsoft Word 2010 Interactive Guide DEU" in the start menu, the msi installer starts again, and cannot find the msi packace on the network drive z (which is the share which was connected during installation via opsi).
I thought by choosing ALLUSERS to 1 to make an installation for all users. It is an WinXP Client and I don´t know how to solve this.

http://msdn.microsoft.com/en-us/library/aa367559.aspx

It seems to be a decision between per-user or per-machine installation:
http://www.indigorose.com/webhelp/sufwi ... ations.htm

Anyone has a solution for that?

Thanks in advance.

Greetings
Benutzeravatar
d.oertel
uib-Team
Beiträge: 3319
Registriert: 04 Jun 2008, 14:27

Re: ALLUSERS issue installing a msi file

Beitrag von d.oertel »

Hi,
use 'ALLUSERS=2'

see:
http://download.uib.de/opsi4.0/doc/html ... te-details
->
Work with MSI-packages

regards
d.oertel
opsi support - uib gmbh

For productive opsi installations we recommend support contracts.
http://www.uib.de
http://www.opsi.org
Antworten