Packaging Visio 2003
WISE can not make a MST for the MSI that comes with the Office products. I was able to create an unattended install for Visio 2003 by using the Setup.ini that is located deeper in the CD at %ROOT%\FILES\SETUP. I copied the original setup.ini in case I needed to fall back to the original settings. This setup.ini is used by the setup.exe in the root of the Visio CD to configure the options on the install. The setup.ini has much of the information you need already there. You only have to un-rem lines, edit some and add others. I used or added the following lines for my install.
MSI=VISPRO.MSI
USERNAME=Central DuPage Health
COMPANYNAME=Central DuPage Health
INSTALLLOCATION=C:\Program Files\MyApp
PIDKEY="Your Key code without the dashes"
opcremoval=on
What some of these options do can be found in a document on the MS web site at
http://office.microsoft.com/en-us/assistance/HA011364681033.aspx (tested on 3/16/2005)
To install I run the following.
%INST%\setup.exe /noreboot /qb!-
The Visio package will install fully with all options and without user intervention. If you need to customize the install use Microsoft's Office 2003 Recourse Kit that was mentioned by an earlier post. Use the Custom Install Wizard option.
Using the Office 2k3 Custom installation kit pointed at the MSI works great! Step through the screens configuring Visio 2k3 as you would Office 2k3. Piece of cake.
You can download the 2k3 version of ORKTools at the following address:
http://download.microsoft.com/download/0/e/d/0eda9ae6-f5c9-44be-98c7-ccc3016a296a/ork.exe
I deployed this by making an admin install of original Visio 2003 CD.
msiexec /a "CDDRIVE:\VISPRO.msi"
Which popups and asks me to enter in License and save location.
Once I did that, I got the sp2 update, extracted the msp.
Then used msiexec /a "SAVELOCATION\VISPRO.msi" /p "VISPROSP2.msp"
The the final outcome is a deployable /passive or /qb msi for use in group policy software deployment.
1)
Tune your Setup.ini like you want.
Don't forget to add your PIDKEY=XXXXXXXXXXXXXXXXXXXXXXXXX (remove dash)
2)
:::Install Visio 2003:::
setup.exe /noreboot /qb!-
3)
:::Install SP1:::
msiexec /qb /p Visio2003-KB840663-FullFile-%WINLANG%.MSP REBOOT=ReallySuppress
For Visio 2003 SP2
I dont know why but you MUST rename the visio 2003 SP2 MSP File (by default VISIOSP2.msp) like that : Visio2003SP2-KB887622-FullFile-%WINLANG%.MSP
:::Install Visio 2003 sp2:::
msiexec /qb /p Package\sp2\Visio2003SP2-KB887622-FullFile-%WINLANG%.MSP REBOOT=ReallySuppress
View inventory records anonymously contributed by opt-in users of the K1000 Systems Management Appliance.
Please log in to comment