MSFN Forum: Install MSI Unattended and to All Users - MSFN Forum

Jump to content


Unattended CD/DVD Guide Homepage · MSFN Forum Rules

Welcome to the Applications Installs forum. Make sure you read the forum rules before you start posting.

Links/Requests to warez and/or any illegal material (porn, cracks, serials, etc..) will not be tolerated. Discussion of circumventing WGA/activation/timebombs/keygens or any other illegal activity will also not be tolerated.

We try our best to keep this forum clean of illegal content. If you see any illegal activity use the "report" button you find in every post to report the specific post to the moderators. If you ignore any of the rules you will be banned without notice.

Read Forum Rules
Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

Install MSI Unattended and to All Users [RESOLVED] Rate Topic: -----

#1 User is offline   Ascii2 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 427
  • Joined: 31-December 06

Posted 03 March 2009 - 06:28 PM

Windows Installer packages (MSI) can be installed unattended using:
"MSIEXEC /i <packagename> /qb", where "<packagename>" is the name of the MSI package.
Some MSIs have a choice to install for all users or only the current user. When using the line above to install the package unattended, the package is installed only for the current user.

How can an MSI package be installed unattended for all users?

This post has been edited by Ascii2: 04 March 2009 - 02:55 PM



#2 User is offline   hessam 

  • Member
  • PipPip
  • Group: Members
  • Posts: 130
  • Joined: 15-December 07

Posted 03 March 2009 - 06:40 PM

- m to all users, u to current user

#3 User is offline   Ascii2 

  • Advanced Member
  • PipPipPip
  • Group: Members
  • Posts: 427
  • Joined: 31-December 06

Posted 03 March 2009 - 07:43 PM

View Posthessam, on Mar 3 2009, 06:40 PM, said:

- m to all users, u to current user
I tried it and it did not work.

I have found the correct property:

MSIEXEC /i <packagename> /qb ALLUSERS="1"
OR
MSIEXEC /i <packagename> /qb ALLUSERS="2"


If Administrative privileges do not exist ALLUSERS="1" will fail to install; when ALLUSERS="2" an installation to the current user would occur.

This post has been edited by Ascii2: 03 March 2009 - 08:24 PM


Share this topic:


Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users



All trademarks mentioned on this page are the property of their respective owners
Copyright © 2001 - 2013 msfn.org
Privacy Policy