January 4, 201313 yr Thank you very much that solves my question.If you pm me info I will actually send them a WPI License.I need:Business NameCEO\Director\Chief (Whomever the name would be on the license)Address and countryPhone number.It is my pleasure to provide for those who provide for others.
January 5, 201313 yr 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 offREM Uninstall MSE and display the wizard window using 'x' switchREM Using switch 'x' and 's' for silent uninstallcmd /c "%systemdrive%\Program Files\Microsoft Security Client\Setup.exe" /x /sexitconfig.jsprog[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.txtsamedi 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 January 5, 201313 yr by myselfidem
Create an account or sign in to comment