Reg. Access Runtime 2010 silent uninstallation?
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
Answers (2)
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
using notepad enter the following
save it
now execute
I put both install and uninstall in a wse wrapper with the extracted media
so that the conversation will remain readable.