home *** CD-ROM | disk | FTP | other *** search
/ PCNET 2006 September - Disc 2 / PCNET_CD_2006_09_2.iso / apps / Video / cp_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2006-08-07  |  2.3 KB  |  45 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=VRtainment CapturePad
  4. AppVerName=VRtainment CapturePad 0.1beta
  5. AppId=VRtainment CapturePad
  6. DefaultDirName={pf}\VRtainment\CapturePad
  7. DefaultGroupName=VRtainment\CapturePad
  8. UninstallDisplayIcon={app}\VCapture.exe
  9. OutputBaseFilename=cp_setup
  10. Compression=bzip2
  11. PrivilegesRequired=none
  12. LicenseFile=embedded\License.txt
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15. [Files]
  16. Source: "{app}\CapturePad.exe"; DestDir: "{app}"; 
  17. Source: "{app}\vrhook.dll"; DestDir: "{app}"; 
  18. Source: "{app}\capture.ini"; DestDir: "{app}"; 
  19. Source: "{app}\Readme.txt"; DestDir: "{app}"; 
  20. Source: "{app}\license.txt"; DestDir: "{app}"; 
  21. Source: "{app}\help\index.html"; DestDir: "{app}\help"; 
  22. Source: "{app}\help\images\advanced.gif"; DestDir: "{app}\help\images"; 
  23. Source: "{app}\help\images\areaoptions.jpg"; DestDir: "{app}\help\images"; 
  24. Source: "{app}\help\images\bg.jpg"; DestDir: "{app}\help\images"; 
  25. Source: "{app}\help\images\btnadd.jpg"; DestDir: "{app}\help\images"; 
  26. Source: "{app}\help\images\btngo.jpg"; DestDir: "{app}\help\images"; 
  27. Source: "{app}\help\images\btnstop.jpg"; DestDir: "{app}\help\images"; 
  28. Source: "{app}\help\images\codec.gif"; DestDir: "{app}\help\images"; 
  29. Source: "{app}\help\images\dest.gif"; DestDir: "{app}\help\images"; 
  30. Source: "{app}\help\images\dest_options.gif"; DestDir: "{app}\help\images"; 
  31. Source: "{app}\help\images\source.gif"; DestDir: "{app}\help\images"; 
  32. Source: "{app}\help\images\sshot1.gif"; DestDir: "{app}\help\images"; 
  33. Source: "{app}\help\images\videooptions.jpg"; DestDir: "{app}\help\images"; 
  34. Source: "{app}\help\images\windowoptions.jpg"; DestDir: "{app}\help\images"; 
  35. Source: "{app}\help\images\wnd.jpg"; DestDir: "{app}\help\images"; 
  36. Source: "{app}\languages\english.ini"; DestDir: "{app}\languages"; 
  37. [Run]
  38. Filename: "{app}\Readme.txt"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  39. [Icons]
  40. Name: "{group}\Readme"; Filename: "{app}\Readme.txt"; 
  41. Name: "{group}\Help"; Filename: "{app}\help\index.html"; 
  42. Name: "{group}\Uninstall CapturePad"; Filename: "{uninstallexe}"; 
  43. Name: "{group}\CapturePad"; Filename: "{app}\CapturePad.exe"; WorkingDir: "{app}"; 
  44. Name: "{userdesktop}\VRtainment CapturePad"; Filename: "{app}\CapturePad.exe"; WorkingDir: "{app}"; 
  45.