Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Uninstall Help

Featured Replies

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.

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

Create an account or sign in to comment

Recently Browsing 0

  • No registered users viewing this page.

Account

Navigation

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.