Chat
Chat with Support
Chat with Sales
Forum
Worldwide
Australia
France
Germany
Italy
Japan
Mexico
Netherlands
Spain
United Kingdom
Rest of the World
Products
Product Overview
OrgPlus Premium
OrgPlus Professional
OrgPlus Standard
Try
Purchase
OrgPlus
Upgrades
Training
Support
Support Center
Resource Center
Training
Contact Support
Customer Feedback
About Us
Online Discussion Forum
Online Discussion Forum
/
Products
/
OrgPlus 7.0
/
How to make silent/unattended install
Total time logged in: 0 minutes.
Welcome,
Guest
Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
OrgPlus Enteprise 4.0 is now available!
Home
Help
Search
Login
Register
« previous
next »
Pages: [
1
]
Print
Author
Topic: How to make silent/unattended install (Read 3250 times)
glennb
Junior Member
Karma: +0/-0
Posts: 1
How to make silent/unattended install
«
on:
March 19, 2011, 02:12:13 PM »
Hi,
I was just wondering if it's possible to create a silent/unattended install of OrgPlus 7. I have this currently and it doesn't do anything:
msiexec /i <path to MSI> /passive MSOFFICETOOLBAR=1 ALLUSERS=1
Thank you
Logged
DerekY_HC
Forum Administrator
Junior Member
Karma: +0/-0
Posts: 66
Re: How to make silent/unattended install
«
Reply #1 on:
May 11, 2011, 04:43:29 AM »
Thank you for contacting the OrgPlus Support Team.
Please see below for instructions:
msiexec [Install Options] "<path to MSI\MSI file>" [Display Options] [Parameters]
Install Options
/i - Installs OrgPlus
/x - Uninstalls OrgPlus
Display Options
/quiet - Installs OrgPlus with no user interface and no user interaction
/passive - Installs OrgPlus with progress bar and no user interaction
Parameters
MSOFFICETOOLBAR=1 - Enables OrgPlus Office toolbar during installation
MSOFFICETOOLBAR=2 - Disables OrgPlus Office toolbar during installation
ALLUSERS Establishes whether installation is per-user or per-machine
User has user privileges:
ALLUSERS="" - Parameter not set and installation will be per-user, using folders in user's profile
ALLUSERS=1 - Not available to user with user privileges
ALLUSERS=2 - Installation will be per-user, using folders in user's profile
User has administrator privileges:
ALLUSERS="" - Parameter not set and installation will be per-user, using folders in user's profile
ALLUSERS=1 - Installation will be per-machine, using folders in 'All Users' profile
ALLUSERS=2 - Installation will be per-machine, using folders in 'All Users' profile
GUIDs for Uninstall
{CC34F9FB-34B4-4224-A09B-95432AE34EB9} - OrgPlus 5
{BA775248-7DF3-4F49-8031-818553E4AB14} - OrgPlus 6
{9CFEF0D9-6B19-48A5-A585-006520CE8371} - OrgPlus 7
{833F2BA8-64CF-405F-A6A8-9D9408E444F7} - OrgPlus 8
Installation Example:
msiexec /i "c:\program files\orgplus 7 setup\orgplus7.msi" /quiet ALLUSERS=1 MSOFFICETOOBAR=2
msiexec /i "c:\program files\orgplus 8 setup\orgplus8.msi" /quiet ALLUSERS=2 MSOFFICETOOBAR=1
Uninstall Example:
c:\windows\system32\msiexec.exe /x {BA775248-7DF3-4F49-8031-818553E4AB14} /quiet
c:\windows\system32\msiexec.exe /x {CC34F9FB-34B4-4224-A09B-95432AE34EB9}/passive
Note: Users will still need to insert unlock code after silent installation. In order to have a silent unlock during installation, the user will need a pre-registered CD and will have to meet the criteria in order to receive the pre-registered CD. You can talk to a Technical Support representative to determine if you meet the criteria for pre-registered CDs or builds.
For your reference, your case number is: 00127046.
Please let me know if there is anything else I can help you with.
You can find additional support at our online Support Center at:
http://www.humanconcepts.com/support
If you require further assistance please feel free to contact the OrgPlus Support Team by clicking here:
http://live.sf.orgplus.com/crm.web.forms/web/support/WebSupport.aspx
Sincerely,
Derek Younger
Technical Support Associate
HumanConcepts
www.humanconcepts.com
Logged
Print
Pages: [
1
]
« previous
next »
Online Discussion Forum
/
Products
/
OrgPlus 7.0
/
How to make silent/unattended install