At the time when I wrote this, MS has released SP1 for Visio Viewer 2007.
This is what I find:
I was unable to do an administrative install of the original package (msiexec /a vviewer.msi) and patch the administrative install with sp1. The admin install doesn't work.
This is what I ended up doing..
1. Download the exe from the Microsoft website.
2. Extract it using /extract: switch
3. Write a script to do the original install (msiexec /i vviewer.exe /passive /norestart /l* c:\temp\vviewer2007.log)
4. On successful install, do the SP1 patch straight after. (msiexec /update VViewersp1-en-us.msp /passive /norestart /l* c:\temp\vviewer2007sp1.log)
"I was unable to do an administrative install of the original package (msiexec /a vviewer.msi) and patch the administrative install with sp1. The admin install doesn't work."
It's possible to perform an administrative install to the original package "vviewer.msi"
Extract table from a original project msi
And insert table in vviewer.msi
Try to use orca to insert table and installshield to extract
In the table Media change 96 with 5037 for example
It's works ;)
After this, try with the new MSI to apply the patch:
1 Msiexec /a "vviewer.msi" TARGETDIR="[Directory Destination]"
2 Copy "office2007-kb973709.msp" and "VViewersp2-fr-fr.msp" to the Directory Destination
3 To Apply Patch :
Msiexec /a "vviewer.msi" /p "VViewersp2-fr-fr.msp"
Msiexec /a "vviewer.msi" /p "office2007-kb973709.msp"
You can rename "vviewer.msi" and product name for example
This website uses cookies.
By continuing to use this site and/or clicking the "Accept" button you are providing consent
Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our
websites or when you do business with us. For more information about our
Privacy Policy and our data protection
efforts, please visit
GDPR-HQ