home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 December / PCWorld_2007-12_cd.bin / temacd / bad / BadCDDVDreaderSetup.exe / install_script.iss
Text File  |  2007-08-07  |  4KB  |  67 lines

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