/build/static/layout/Breadcrumb_cap_w.png

Adobe SVG viewer "winstall.exe" use

We're deploying the SVG viewer silently using a script to run the exe("SVGView.exe /qn"). Now, we're trying to find a way to uninstall the application silently.
I see the path to an uninstall executable(C:\Program Files\Common Files\Adobe\SVG Viewer 3.0\Uninstall\Winstall.exe
), but I don't know how to launch it or what switches to use to configure it. Does anyone have any ideas?

Thanks

0 Comments   [ + ] Show comments

Answers (11)

Posted by: dj_xest 19 years ago
5th Degree Black Belt
2
Dude, I'm also using Marimba for packaging and distribution.

If you can use 'q' for the install, you can also use it for the uninstall but not in most cases. Try to browse through the Registry Editor and look in:

HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\Adobe SVG Viewer\UninstallString

put "-q" between the value in -u and -f--

C:\\Program Files\\Common Files\\Adobe\\SVG Viewer 3.0\\Uninstall\\Winstall.exe -u -q -fC:\\Program Files\\Common Files\\Adobe\\SVG Viewer 3.0\\Uninstall\\Install.log"

You can now incorporate it to the Marimba Packager in Customization tab by putting it directly there or use vbscript to call the uninstall command.

HOpe this help.. Send me beers when it is successful! (just kidding!) [;)]
Posted by: ditzah 8 years ago
White Belt
1
Hey guys. Thanks to you I got the silent installation and uninstallation of Adobe SVG up and running.

Just for reference, I use Frontrange DSM to deploy the application, and I use for installation:
SVGView.exe /qn

And for uninstallation:

"C:\Program Files (x86)\Common Files\Adobe\SVG Viewer 3.0\Uninstall\Winstall.exe" -u -q -fC:\Program Files (x86)\Common Files\Adobe\SVG Viewer 3.0\Uninstall\Install.log

I also add a few keys to the registry, such as disabling the Auto Update feature:

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Adobe SVG Viewer\3.03\AutoUpdate]"Enabled"="no"

And the EULA acceptance for all users:

[HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Adobe\Adobe SVG Viewer\3.03\EULA]"3.03x94"="accepted"
Thanks again.
Posted by: dj_xest 19 years ago
5th Degree Black Belt
1
We're doing the same thing though.. There were also some instances that I used to put installer in the scripts folder and run it through customization tab, but that is our last option. We're doing snapshot for repackaging...
Posted by: MSIMaker 19 years ago
2nd Degree Black Belt
0
What method are you going to use to uninstall it? Group Policy for instance?

We need more info.
Posted by: Mauricem 19 years ago
Orange Belt
0
We use Marimba to run scripts that we define. So a scripting method would probably be the closest method to describe it.
Posted by: MSIMaker 19 years ago
2nd Degree Black Belt
0
dj_xest has hit it on the head here and its your ONLY way of uninstalling it unless you send down a "nuke" package to remove it.
Posted by: Mauricem 19 years ago
Orange Belt
0
Thanks to everyone for your responses. It worked!
Just for reference, here's the reformatted commandline option.
"C:\Program Files\Common Files\Adobe\SVG Viewer 3.0\Uninstall\Winstall.exe" -u -q -fC:\Program Files\Common Files\Adobe\SVG Viewer 3.0\Uninstall\Install.log

I'll add it to the Appdeploy package notes.
http://appdeploy.com/packages/detail.asp?id=454
BTW, we stopped using the Customization tab because it seemed unreliable, but, after this we may start using it again.
Posted by: MSIMaker 19 years ago
2nd Degree Black Belt
0
wd Mauricem....and thanks for posting it in the packaging notes. That info will help someone sooner or later. )
Posted by: dj_xest 19 years ago
5th Degree Black Belt
0
Mauricem.. Just wanna know how did you run scripts in Marimba without using Customization tab? Is there a trick?[;)]
Posted by: Mauricem 19 years ago
Orange Belt
0
Usually we would run them as postinstall scripts. "Configuration" - "Customization" - "Add scripts".
We don't use the "Configuration" - "Startup" tab much, which is something we're trying to use more. We may be talking about the same thing though.
One undocumented trick we do use is to put files that we need to run locally as a script file. For example, if we want to run a script in a windows installer package to install a registry entry, we add the script and the reg file to the "batch path" as if it were a script file. This drops it into the 'scripts' directory of the package and we can run it locally.
Posted by: rambone 18 years ago
Senior Yellow Belt
0
how do you guys get around changing the AutoUpdate=Enabled key? I want every user to have this disabled, however, every new user that logs on to a PC with SVG installed gets the same HKCU values [:@]
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
 
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