Advertisement
GordCaswell

PicPickCustomCodeOriginal

Aug 28th, 2013
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ${SegmentFile}
  2.  
  3. ${SegmentPrePrimary}
  4.     ReadINIStr $0 "$EXEDIR\Data\settings\PicPickPortableSettings.ini" "FirstRun" "Done"
  5.     ${If} $0 != true
  6.         ClearErrors
  7.         MessageBox MB_ICONINFORMATION|MB_OK "FOR PERSONAL(HOME) USE ONLY$\r$\n$\r$\nThis version is provided as freeware for only personal use. In this case, you are granted the right to use this program free of charge. Otherwise, you need to pay for a license for commercial use."
  8.     ${EndIf}
  9. !macroend
  10.  
  11. ${SegmentPost}
  12.     WriteINIStr "$EXEDIR\Data\settings\PicPickPortableSettings.ini" "FirstRun" "Done" "true"
  13. !macroend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement