Help - Search - Members - Calendar
Full Version: Silent Install for Visio Viewer 2003.
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   


Google Internet Forums Unattended CD/DVD Guide
p4ntb0y
Ok I would like to make a silent install of Visio Viewer 2003 I know that I can do the following..

CODE
vviewer.exe /q /c:"msiexec.exe /i vviewer.msi /qb-! ACCEPTEULA=1 ASSOCIATE=1"


However I would like to do the same thing and just edit the MSI File with ORCA or wise studio.

I have extracted the exe and have 5 files from that

Setup.exe
Setup.ini
ose.exe
vveiwer.xml
vveiwer.msi

Can I just use the MSI File?

Also where do I add the ACCEPTEULA=1 ASSOCIATE=1 to the MSI?

Please bear in mind that I have just started using ORCA and Wise.
oioldman
i use the below code with no issues
CODE
vviewer.exe /Q:A /C:\"vviewer.msi ACCEPTEULA=1 ASSOCIATE=1 RESTART=0 /qn" /R:N
p4ntb0y
Hi many thanks for that!

however I wanted to do this in a MSI editor which I have now done.

I extracted the .exe file and then edited the MSI with Wise Studio I added AcceptEULA=1 and ASSOCIATE=1 to the property table.

I did have to rem out the command to run eula check (I did a search for this) but this works great now!

Now I have three ways I can install this app

Modifed MSI.
MST.
Command Line.
ajua
you can use the Microsoft Office 2003 Resource Kit to configure all the setup options and then make a MST file to use it unattended.

get it at microsoft site and use TRANSFORMS=File.msy /qb /norestart switches




Google Internet Forums Unattended CD/DVD Guide

This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.