home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 March / CHIP0303.BIN / multimed / vidtool / iuvcr_setup.exe / install_script.iss
Text File  |  2003-01-15  |  1KB  |  39 lines

  1. ;InnoSetupVersion=2.0.11
  2.  
  3. [Setup]
  4. AppName=iuVCR 4.1
  5. AppVerName=iuVCR
  6. AppId=iuVCR
  7. AppVersion=4.1.0.255
  8. AppPublisher=Ivan Uskov's software labaratory, Inc.
  9. AppPublisherURL=http://www.iulabs.com/
  10. DefaultDirName={pf}\iuLAB\iuVCR
  11. DefaultGroupName=iuLab\iuVCR
  12. UninstallDisplayIcon={app}\iuVCR.exe
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\iuVCR.exe"; DestDir: "{app}"; 
  22. Source: "{app}\iuWMStub.dll"; DestDir: "{app}"; 
  23. Source: "{app}\iuVCR.chm"; DestDir: "{app}"; 
  24. Source: "{sys}\iustreamservice.ax"; DestDir: "{sys}"; Flags: regserver 
  25. Source: "{sys}\iuinverse.ax"; DestDir: "{sys}"; Flags: regserver 
  26. Source: "{sys}\iuCrop.ax"; DestDir: "{sys}"; Flags: regserver 
  27. Source: "{app}\README.TXT"; DestDir: "{app}"; 
  28.  
  29. [Registry]
  30. Root: HKCU; Subkey: "HKEY_CURRENT_USER\Software\Microsoft\DirectShow\DVDecProperties"; ValueName: "PropDisplay"; ValueType: Dword; ValueData: "$3E8"; 
  31.  
  32. [Run]
  33. Filename: "{app}\README.TXT"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  34. Filename: "{app}\iuVCR.exe"; Description: "Launch iuVCR"; Flags: postinstall 
  35.  
  36. [Icons]
  37. Name: "{group}\iuVCR"; Filename: "{app}\iuVCR.exe"; WorkingDir: "{app}"; 
  38. Name: "{group}\Help"; Filename: "{app}\iuVCR.chm"; 
  39.