Visio 2007 Professional SP2 silent install and uninstall
Hi,
I am currently trying to package Service Pack 2 for Visio 2007 Professional as a silent install and uninstall. I am using the Wise packaging tool. I do not think my problem has anything to do with Wise.
I am having issues with the installation being truly silent? Even when using the /QUIET command line option, the installation prompt and dialog is still being displayed? I have tried this from a script as well as the command line.
I understand that I can modify my .MSP file to include the update but I have many installations that are in production and updating the .MSP will only apply to first time installs.
My problem with the Uninstall is that there are many registry entries for Visio 2007 (SP1 and SP2) and I do not know what is necessary to remove and what can remain?
Any help with the above would be greatly appreciated!
Thanks,
Lee
I am currently trying to package Service Pack 2 for Visio 2007 Professional as a silent install and uninstall. I am using the Wise packaging tool. I do not think my problem has anything to do with Wise.
I am having issues with the installation being truly silent? Even when using the /QUIET command line option, the installation prompt and dialog is still being displayed? I have tried this from a script as well as the command line.
I understand that I can modify my .MSP file to include the update but I have many installations that are in production and updating the .MSP will only apply to first time installs.
My problem with the Uninstall is that there are many registry entries for Visio 2007 (SP1 and SP2) and I do not know what is necessary to remove and what can remain?
Any help with the above would be greatly appreciated!
Thanks,
Lee
0 Comments
[ + ] Show comments
Answers (10)
Please log in to answer
Posted by:
anonymous_9363
15 years ago
The Office family of apps (which includes Visio) is controlled by the configuration files (called, by default, CONFIG.XML.) You need to set the 'Display' element's 'Level' attribute in that file to 'None'. Here's an edited version which just shows the :
<Configuration Product="VisPro">
<Display Level="none" CompletionNotice="no" SuppressModal="yes" AcceptEula="yes" />
</Configuration>
You specify the configuration file as an argument to Setup.EXE. setup.exe /uninstall /config VisPro.WW\uninstall_config.xml
Posted by:
lsiegel
15 years ago
Posted by:
LB3
15 years ago
Isn't the visio SP2 an update.exe that when run extracts a .msp file to a temp folder ?
I worked with some visio updates before which was an .exe file, it extracted an .msp file when the exe was kicked off. If that's the case for your file are you not able to use the existing extracted .msp file on a command line with the normal msiexec silent switches ?
I worked with some visio updates before which was an .exe file, it extracted an .msp file when the exe was kicked off. If that's the case for your file are you not able to use the existing extracted .msp file on a command line with the normal msiexec silent switches ?
Posted by:
lsiegel
15 years ago
The name of the Service pack executable is
visio2007sp2-kb953327-fullfile-en-us.exe
and extracts the following:
ClientShareMUIsp2-en-us
ClientShareMUIsp2-en-us.CIF
DetectionDLL
EulaFile
Office64WWsp2
Office64WWsp2.CIF
proofsp2-en-us
Proofsp2-en-es.CIF
proofsp2-es-es
Proofsp2-es-us.CIF
proofsp2-fr-fr
Proofsp2-fr-fr.CIF
VisioMUIsp2-en-us
VisioMUIsp2-en-us.CIF
VisioWWsp2
VisioWWsp2.CIF
[blockquote]
[blockquote]
When running the above mentioned executable with the /?, the following options are displayed:
/extract[left]/log[/left][left]/lang[/left][left]/quiet[/left][left]/passive[/left][left]/norestart[/left][left]/forcerestart[/left][left]/?[/left][/blockquote][/blockquote]
Any other ideas?
visio2007sp2-kb953327-fullfile-en-us.exe
and extracts the following:
ClientShareMUIsp2-en-us
ClientShareMUIsp2-en-us.CIF
DetectionDLL
EulaFile
Office64WWsp2
Office64WWsp2.CIF
proofsp2-en-us
Proofsp2-en-es.CIF
proofsp2-es-es
Proofsp2-es-us.CIF
proofsp2-fr-fr
Proofsp2-fr-fr.CIF
VisioMUIsp2-en-us
VisioMUIsp2-en-us.CIF
VisioWWsp2
VisioWWsp2.CIF
[blockquote]
[blockquote]
When running the above mentioned executable with the /?, the following options are displayed:
/extract[left]/log[/left][left]/lang[/left][left]/quiet[/left][left]/passive[/left][left]/norestart[/left][left]/forcerestart[/left][left]/?[/left][/blockquote][/blockquote]
Any other ideas?
Posted by:
anonymous_9363
15 years ago
I can confirm that that is indeed the case. Consequently, the patches cannot be uninstalled. You must remove the entire product.
That "gotcha" neatly highlights another disadvantage of the "customise-via-patching" method. The old switcheroo of replacing cached transforms and re-installing cannot easily be replicated. Nice...this is progress?
That "gotcha" neatly highlights another disadvantage of the "customise-via-patching" method. The old switcheroo of replacing cached transforms and re-installing cannot easily be replicated. Nice...this is progress?
Posted by:
lsiegel
15 years ago
Posted by:
anonymous_9363
15 years ago
Does that mean uninstalling the entire Visio 2007 product or all of Office?Just Visio.
As for silence, MS seems determined that '/quiet' is what you need :( http://technet.microsoft.com/en-us/library/cc178995.aspx#BKMK_SelfExtractorCmds
Posted by:
lsiegel
15 years ago
Posted by:
jcarri06
15 years ago
I think you're referring to this:
http://itninja.com/question/gnu,-freeware-and-shareware-programs-to-cloning7477&mpage=1&key=security%2Cwarning륵
- J
http://itninja.com/question/gnu,-freeware-and-shareware-programs-to-cloning7477&mpage=1&key=security%2Cwarning륵
- J
Posted by:
kymdyer
15 years ago
You need to properly extract the files to get the MSP. Using Winzip or similar to extract wont work and gives the output that is listed here.
ClientShareMUIsp2-en-us
ClientShareMUIsp2-en-us.CIF
DetectionDLL
EulaFile
Office64WWsp2
Office64WWsp2.CIF
proofsp2-en-us
Proofsp2-en-es.CIF
proofsp2-es-es
Proofsp2-es-us.CIF
proofsp2-fr-fr
Proofsp2-fr-fr.CIF
VisioMUIsp2-en-us
VisioMUIsp2-en-us.CIF
VisioWWsp2
VisioWWsp2.CIF
Running the exe with the /extract switch will prompt you for a save path and then extract real MSP files. You actually got the answer you needed when you ran visio2007sp2-kb953327-fullfile-en-us.exe /? and got the options ....
use visio2007sp2-kb953327-fullfile-en-us.exe /Extract to get the MSP files
Regards
ClientShareMUIsp2-en-us
ClientShareMUIsp2-en-us.CIF
DetectionDLL
EulaFile
Office64WWsp2
Office64WWsp2.CIF
proofsp2-en-us
Proofsp2-en-es.CIF
proofsp2-es-es
Proofsp2-es-us.CIF
proofsp2-fr-fr
Proofsp2-fr-fr.CIF
VisioMUIsp2-en-us
VisioMUIsp2-en-us.CIF
VisioWWsp2
VisioWWsp2.CIF
Running the exe with the /extract switch will prompt you for a save path and then extract real MSP files. You actually got the answer you needed when you ran visio2007sp2-kb953327-fullfile-en-us.exe /? and got the options ....
use visio2007sp2-kb953327-fullfile-en-us.exe /Extract to get the MSP files
Regards
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.