Method | Description | |
---|---|---|
AutoInstall ( string ApplicationUriString ) : void | ||
UninstallMe ( ) : void |
Uninstalls the current ClickOnce app.
|
Method | Description | |
---|---|---|
FindUninstallerOKButton ( |
||
FindUninstallerWindow ( string DisplayName ) : |
||
FindWindow ( string lpClassName, string lpWindowName ) : |
||
GetPublicKeyToken ( ) : string |
Gets the public key token for the current ClickOnce app.
|
|
GetUninstallString ( string PublicKeyToken, string &DisplayName ) : string |
Gets the uninstall string for the current ClickOnce app from the Windows Registry.
|
|
PushUninstallOKButton ( string DisplayName ) : void |
public static AutoInstall ( string ApplicationUriString ) : void | ||
ApplicationUriString | string | |
return | void |