Advertisement
Guest User

Untitled

a guest
Jul 14th, 2010
288
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. !macro CustomCodePostInstall
  2. ExecDos::exec '"$INSTDIR\innounp.exe" -x -b -y $INSTDIR\App\BurnAware\burnaware_free.exe' "" ""
  3. Delete "$INSTDIR\innounp.exe"
  4. Delete "$INSTDIR\App\BurnAware\burnaware_free.exe"
  5.  
  6. RMDir /r  "$INSTDIR\Other\Source\{tmp}"
  7. Delete "$INSTDIR\Other\Source\install_script.iss"
  8.  
  9. CreateDirectory "$INSTDIR\Data\System32"
  10. CopyFiles /silent "$INSTDIR\Other\Source\{sys}\gdiplus.dll" "$INSTDIR\Data\System32\gdiplus.dll"
  11. RMDir /r  "$INSTDIR\Other\Source\{sys}"
  12.  
  13. CopyFiles /silent "$INSTDIR\Other\Source\{app}\*" "$INSTDIR\App\BurnAware\"
  14. RMDir /r "$INSTDIR\Other\Source\{app}"
  15.  
  16. Clearerrors
  17. !macroend
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement