Jump to content

Uninstall Help


Recommended Posts

Thank you very much that solves my question.

If you pm me info I will actually send them a WPI License.

I need:

Business Name

CEO\Director\Chief (Whomever the name would be on the license)

Address and country

Phone number.

It is my pleasure to provide for those who provide for others.

Link to comment
Share on other sites


With the modified line inside configwizard.js we can uninstall an Antivirus Product like this example:

Microsoft Security Essentials

(using a batch file and Condition: getAntivirusProduct)

Remove.bat


@echo off
REM Uninstall MSE and display the wizard window using 'x' switch
REM Using switch 'x' and 's' for silent uninstall
cmd /c "%systemdrive%\Program Files\Microsoft Security Client\Setup.exe" /x /s
exit

config.js


prog[pn]=['Uninstaller'];
uid[pn]=['UNINSTALLER'];
ordr[pn]=[3];
dflt[pn]=['yes'];
forc[pn]=['no'];
bit64[pn]=['no'];
cat[pn]=['Applications'];
pfro[pn]=['no'];
cmds[pn]=['"%wpipath%\\Install\\AntiVirus\\Remove.bat"'];
cond[pn]=['getAntiVirusProduct()=="Microsoft Security Essentials"'];
desc[pn]=['Uninstaller'];
pn++;

WPI_Log.txt


samedi 5 janvier 2013 06:08:41
Programme: Uninstaller
ID unique: UNINSTALLER
Ordre: 000003
Catégorie: Applications
samedi 5 janvier 2013 06:08:44 - cmd1 Succès (Code de retour 0): "cmd.exe" /C "C:\WPI_v8.6.3\Install\AntiVirus\Remove.bat"
samedi 5 janvier 2013 06:08:44 - Installation terminée.

To know the uninstall string about Antivirus Product we can do like said uphold2001.

Look inside the registry about the Antivirus installed on the computer.

Tested and works!

HTH

Edited by myselfidem
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...