CreateShortcutForThisExe() public static method

public static CreateShortcutForThisExe ( ) : void
return void
Exemplo n.º 1
0
 public static void OnAppUpdate(Version version)
 {
     // Hook for application update, CheckForUpdates() initiates this.
     AppUpdater.CreateShortcutForThisExe();
 }
Exemplo n.º 2
0
 public static void OnInitialInstall(Version version)
 {
     // Hook for first install
     AppUpdater.CreateShortcutForThisExe();
 }