home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / temacd / bad / BadCDDVDreaderSetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2007-08-07  |  4.0 KB  |  59 lines

  1. ;InnoSetupVersion=5.1.10
  2. [Setup]
  3. AppName=Bad CD DVD Reader
  4. AppVerName=Bad CD DVD Reader 1.0
  5. AppId=Bad CD DVD Reader
  6. AppPublisher=Aiv Software
  7. AppPublisherURL=http://www.aivsoft.com
  8. AppSupportURL=http://www.aivsoft.com
  9. AppUpdatesURL=http://www.aivsoft.com
  10. DefaultDirName={pf}\Bad CD DVD Reader
  11. DefaultGroupName=Bad CD DVD Reader
  12. OutputBaseFilename=BadCDDVDreaderSetup
  13. Compression=lzma
  14. LicenseFile=embedded\License.txt
  15. InfoAfterFile=embedded\InfoAfter.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{sys}\stdole2.tlb"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regtypelib sharedfile noregerror 
  20. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  21. Source: "{sys}\oleaut32.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  22. Source: "{sys}\olepro32.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  23. Source: "{sys}\asycfilt.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace sharedfile 
  24. Source: "{sys}\comcat.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  25. Source: "{sys}\win32.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  26. Source: "{sys}\Msdxm.ocx"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  27. Source: "{sys}\comdlg32.ocx"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  28. Source: "{sys}\Mscomctl,1.ocx"; DestDir: "{sys}"; DestName: "Mscomctl.ocx"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  29. Source: "{sys}\Msstdfmt.dll"; DestDir: "{sys}"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  30. Source: "{sys}\mscomctl,2.ocx"; DestDir: "{sys}"; DestName: "mscomctl.ocx"; OnlyBelowVersion: 0.0,6.0; Flags: uninsneveruninstall restartreplace regserver sharedfile noregerror 
  31. Source: "{app}\BadCDDVDreader.exe"; DestDir: "{app}"; Flags: restartreplace ignoreversion 
  32. [Run]
  33. Filename: "{app}\BadCDDVDreader.exe"; Description: "{cm:LaunchProgram,Bad CD DVD Reader}"; Flags: postinstall skipifsilent nowait
  34. [Icons]
  35. Name: "{group}\Bad CD DVD Reader"; Filename: "{app}\BadCDDVDreader.exe"; 
  36. Name: "{group}\{cm:ProgramOnTheWeb,Bad CD DVD Reader}"; Filename: "http://www.aivsoft.com"; 
  37. Name: "{commondesktop}\Bad CD DVD Reader"; Filename: "{app}\BadCDDVDreader.exe"; Tasks: desktopicon; 
  38. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Bad CD DVD Reader"; Filename: "{app}\BadCDDVDreader.exe"; Tasks: quicklaunchicon; 
  39. [Tasks]
  40. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  41. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  42. [UninstallDelete]
  43. Type: files; Name: "{app}\BadCDDVDreader.exe"; 
  44. Type: dirifempty; Name: "{app}"; 
  45. [CustomMessages]
  46. english.NameAndVersion=%1 version %2
  47. english.AdditionalIcons=Additional icons:
  48. english.CreateDesktopIcon=Create a &desktop icon
  49. english.CreateQuickLaunchIcon=Create a &Quick Launch icon
  50. english.ProgramOnTheWeb=%1 on the Web
  51. english.UninstallProgram=Uninstall %1
  52. english.LaunchProgram=Launch %1
  53. english.AssocFileExtension=&Associate %1 with the %2 file extension
  54. english.AssocingFileExtension=Associating %1 with the %2 file extension...
  55. [Languages]
  56. ; These files are stubs
  57. ; To achieve better results after recompilation, use the real language files
  58. Name: "english"; MessagesFile: "embedded\english.isl"; 
  59.