Jump to content

Commands for using administrative update


quartz100

Recommended Posts

Commands for using administrative update/slipstreaming (example Visio 2003)

1. Create your target folder

2. Uncompress Fullfilesetup

Visio2003-KB840663-FullFile-ENU.EXE /C /T:c:\temp\visioup

3. Integration msp-File to MSI-File (Folder with complete CD)

msiexec.exe /p c:\temp\visioup\Visio2003-KB840663-FullFile-ENU.MSP /a C:\WORKDIR\Vendor\500es01e.11\1\visstd.msi PIDKEY="ENTER HERE YOUR KEY" /qb /lv* c:\temp\visioup.log

Client Installtion (silent)

Example new Installation for Client:

SETUP.EXE /i VISSTD.MSI /qb ALLUSERS="1" COMPANYNAME="your Company" PIDKEY="ENTER HERE YOUR KEY" USERNAME="your name"

Example Re-Installation for Client:

SETUP.EXE /a VISSTD.MSI /qn /fa VISSTD.MSI ALLUSERS="1" COMPANYNAME="your Company" PIDKEY="ENTER HERE YOUR KEY" USERNAME="your name"

Example Update-Installation for Client after integration MSP-File (administrative-update)

SETUP.EXE /qn

Client Uninstalltion (silent)

Example uninstallation for Client:

SETUP.EXE" /x VISSTD.MSI /qn

Have a nice Day...

Link to comment
Share on other sites


Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...