/build/static/layout/Breadcrumb_cap_w.png

Reg. Access Runtime 2010 silent uninstallation?

Hi,

working on an application "Access Runtime 2010", as the application not supporting "silent" switches for uninstallation.

Created a Access Runtime 2010 Silent installation package using OCT. But Silent uninstallation is not supporting for this application. So if techies worked on it, please give me your suggestions.

Thanks,
Dhana

0 Comments   [ + ] Show comments

Answers (2)

Posted by: Mallikarjun 9 years ago
Orange Belt
0

You need to create a config file for uninstallation..

Uninstallconfig.xml should have the below content:

 

<?xml version="1.0"?>
-<Configuration Product="ACCESSRT"><Display AcceptEula="yes" SuppressModal="yes" CompletionNotice="no" Level="none"/><Logging Template="Microsoft_Access_2010_Runtime_Uninstall(*).log" Path="C:\Windows\Debug\msipackages" Type="standard"/><Setting Value="NEVER" Id="SETUP_REBOOT"/></Configuration>

 

Once you create an XML file with the above content execute the below command:

 

setup.exe" /uninstall ACCESSRT /config Uninstallconfig.xml

 

Copy the Uninstallconfig.xml file in the same folder where setup.exe is present.

 

Where ACCESSRT is the product ID.

 


Comments:
  • Where do you get the setup.exe? - saberman 8 years ago
Posted by: nddo3 12 years ago
Senior Yellow Belt
0
Here is what I found. I used setup.exe (after extracting it) with a config.xml to install silently. I created another xml file for uninstall
using notepad enter the following





save it
now execute \ setup.exe /uninstall /config \xmlfile.xml

I put both install and uninstall in a wse wrapper with the extracted media

Comments:
  • Configuration Product="ACCESSRT"
    Display Level="none" CompletionNotice="no" SuppressModal="yes" "AccceptEula="yes"
    Setting Id="SETUP_REBOOT" Value="NEVER" /
    /Configuration - nddo3 12 years ago
  • ps you will need to add back in the " < and > headers - nddo3 12 years ago
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