Guest User

Untitled

a guest
Apr 16th, 2010
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ${SegmentFile}
  2.  
  3. ;=== here you could...
  4. ;!include additional.nsh
  5. ;Var any_variables
  6.  
  7. ${Segment.onInit}
  8. ;=== Put your code here...
  9. !macroend
  10.  
  11. ${SegmentInit}
  12. ;=== or here...
  13. !macroend
  14.  
  15. ${SegmentPre}
  16. ;=== or here...
  17. !macroend
  18.  
  19. ${SegmentPrePrimary}
  20. ;=== or here...
  21. !macroend
  22.  
  23. ${SegmentPreSecondary}
  24. ;=== or here...
  25. !macroend
  26.  
  27. ${SegmentPreExec}
  28. ;=== or here...
  29. !macroend
  30.  
  31. ${SegmentPreExecPrimary}
  32. ;=== or here...
  33. !macroend
  34.  
  35. ${SegmentPreExecSecondary}
  36. ;=== or here...
  37. !macroend
  38.  
  39. ${SegmentPostPrimary}
  40. ;=== or here...
  41. !macroend
  42.  
  43. ${SegmentPostSecondary}
  44. ;=== or here...
  45. !macroend
  46.  
  47. ${SegmentPost}
  48. ;=== or here...
  49. !macroend
  50.  
  51. ${SegmentUnload}
  52. ;=== or here...
  53. !macroend
Add Comment
Please, Sign In to add comment