Advertisement
vf2nsr

custom.nsh

Apr 9th, 2012
341
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ${SegmentFile}
  2.  
  3. ${SegmentPost}
  4.  
  5.  !include ProcFunc.nsh
  6.  !include Logiclib.nsh
  7.    ${If} ${ProcessExists} "klauncher.exe"
  8.       ${TerminateProcess} "klauncher.exe" $Var
  9.     ${EndIf}
  10. ${If} ${ProcessExists} "dbus-daemon.exe"
  11.      ${TerminateProcess} "dbus-daemon.exe" $Var
  12.     ${EndIf}
  13. ${If} ${ProcessExists} "kded4.exe"
  14.      ${TerminateProcess} "kded4.exe" $Var
  15.     ${EndIf}
  16.     ${If} ${ProcessExists} "dw10.exe"
  17.      ${TerminateProcess} "dw10.exe" $Var
  18.     ${EndIf}
  19.  
  20.  !macroend
  21.  
  22.  ; !insertmacro: Custom.nsh_Post
  23. ; !include: "ProcFunc.nsh"
  24. ; !include: closed: "ProcFunc.nsh"
  25. ; !include: "Z:\PortableApps\NSISPortable\App\NSIS\Include\LogicLib.nsh"
  26. ; !include: closed: "Z:\PortableApps\NSISPortable\App\NSIS\Include\LogicLib.nsh"
  27. ; !insertmacro: _If
  28. ; !insertmacro: end of _If
  29. ; !insertmacro: TerminateProcessCall
  30. ; Usage: Pop $(user_var: output)
  31. ; Error in macro TerminateProcessCall on macroline 5
  32. ; Error in macro Custom.nsh_Post on macroline 5
  33. ; Error in macro RunSegment on macroline 12
  34. ; Error in script "Z:\PortableApps\PortableApps.comLauncher\Other\Source\PortableApps.comLauncher.nsi" on line 327 -- aborting creation process
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement