Guest User

Untitled

a guest
Jan 24th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. "installscript"
  2. {
  3. "registry"
  4. {
  5. "HKEY_LOCAL_MACHINE\\SOFTWARE\\WXP\\XoticDemo"
  6. {
  7. "string"
  8. {
  9. "Install_Path" "%INSTALLDIR%"
  10. "Exe_Path" "%INSTALLDIR%\\Xotic.exe"
  11. }
  12. "dword"
  13. {
  14. "version" "1"
  15. }
  16. }
  17. }
  18. "Run Process"
  19. {
  20. "DirectX"
  21. {
  22. "HasRunKey" "HKEY_LOCAL_MACHINE\\Software\\WXP\\XoticDemo"
  23. "process 1" "%INSTALLDIR%\\redist\\DirectX\\DXSETUP.exe"
  24. "command 1" "/silent"
  25. "NoCleanUp" "1"
  26. }
  27. "vcredist"
  28. {
  29. "HasRunKey" "HKEY_LOCAL_MACHINE\\Software\\WXP\\XoticDemo"
  30. "process 1" "%INSTALLDIR%\\redist\\VCRedist\\vcredist_2008.exe"
  31. "command 1" "/q"
  32. "NoCleanUp" "1"
  33. }
  34. }
  35. }
  36. "kvsignatures"
  37. {
  38. "installscript" "a3be10dff693e7ad9860472bafea4d6c82bb772adfc5ab7ae89fbd5c9b3a9c92481815106b7f6d4538a62e6cf0a0c7c970e36758682e6994bbfeec281c088078597ab23092ef50d82ead55eb423d236c70e63dfa89db05bc779f9ce7a92399dee25a8472df8b80374ff28b57eaf655960a7e4500620d2884e3aadcb7a735e0e1"
  39. }
Add Comment
Please, Sign In to add comment