Help - Search - Members - Calendar
Full Version: Visio Viewer 2002
MSFN Forums > Unattended Windows Discussion & Support > Application Installs

   
Google Internet Forums Unattended CD/DVD Guide
RES0BE6U
any one know what the switches are for the visio viewer2002 install
RES0BE6U
http://www.appdeploy.co yes.gif m/packages/detail.asp?id=126
Aaron
There's an button. newwink.gif
diesel_98a
check this out:

Deployment for Visio Viewer
nscott
I got it to work by doing pretty much the same thing with the 2002 version.

1) Download vviewer.exe
2) Extract the .msi file by using the following command
vviewer.exe /T:<hard drive location> /C
3) Save the .cab and .msi files
4) Use the following to do a silent install:
vviewer.msi /qn /m vviewer ACCEPTEULA=1 ASSOCIATE=1
muiz
CODE
REG ADD %KEY%\130 /VE /D "Visio Viewer" /f
REG ADD %KEY%\130 /V 1 /D "%CDROM%\Software\visoview\VVIEWER.MSI /qb /m /QUIET ACCEPTEULA=1 ASSOCIATE=1" /f


CODE
REG ADD %KEY%\135 /VE /D "Word Viewer" /f
REG ADD %KEY%\135 /V 1 /D "%CDROM%\Software\wordview\WORDVIEW.msi /qb /m /QUIET ACCEPTEULA=1 ASSOCIATE=1" /f


CODE
REG ADD %KEY%\140 /VE /D "Power Point Viewer" /f
REG ADD %KEY%\140 /V 1 /D "%CDROM%\Software\powerpointview\PPVIEWER.msi /qb /m /QUIET" /f


CODE
REG ADD %KEY%\145 /VE /D "WML Viewer" /f
REG ADD %KEY%\145 /V 1 /D "%CDROM%\Software\wmlview\wmlview.msi /qb /m /QUIET" /f


This is how i install my 2003 versions.
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.