Advertisement
Guest User

Untitled

a guest
Apr 17th, 2010
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ${SegmentUnload}
  2.     Delete $PLUGINSDIR\launcher.ini
  3.     ${If} $SecondaryLaunch != true
  4.         ReadINIStr $0 $DataDirectory\PortableApps.comLauncherRuntimeData.ini PortableApps.comLauncher PluginsDir
  5.         ${If}    $0 != ""
  6.         ${AndIf} $0 != $PLUGINSDIR
  7.             RMDir /r $0
  8.         ${EndIf}
  9.         Delete $DataDirectory\PortableApps.comLauncherRuntimeData.ini
  10.     ${EndIf}
  11.     System::Free 0
  12. !macroend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement