Advertisement
GordCaswell

UpdatedRNCustomInstaller

Feb 14th, 2012
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. !macro CustomCodePreInstall
  2. IfFileExists "$INSTDIR\Data\.rednotebook\data\*.*" 0 +2
  3. CopyFiles /SILENT "$INSTDIR\Data\.rednotebook\data\*.*" "$INSTDIR\Data\usersettings\data"
  4. RMDIR /r "$INSTDIR\Data\.rednotebook"
  5. !macroend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement