installscript.vdf 354 B

1234567891011121314151617181920
  1. "InstallScript"
  2. {
  3. "Run Process"
  4. {
  5. "install"
  6. {
  7. "process 1" "scripts\\install.bat"
  8. "command 1" "\"%INSTALLDIR%\""
  9. }
  10. }
  11. "Run Process On Uninstall"
  12. {
  13. "uninstall"
  14. {
  15. "process 1" "scripts\\uninstall.bat"
  16. "command 1" "\"%INSTALLDIR%\""
  17. }
  18. }
  19. }