home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 May / PCWorld_2007-05_cd.bin / system / drivermax / drivermax.exe / install_script.iss
Text File  |  2007-04-10  |  3KB  |  75 lines

  1. ;InnoSetupVersion=5.1.7
  2.  
  3. [Setup]
  4. AppName=DriverMax
  5. AppVerName=DriverMax 2.4
  6. AppId=DMX2
  7. AppPublisher=Innovative Solutions
  8. AppPublisherURL=http://www.innovative-sol.com/
  9. AppSupportURL=http://www.innovative-sol.com/
  10. AppUpdatesURL=http://www.innovative-sol.com/
  11. DefaultDirName={pf}\Innovative Solutions\DriverMax
  12. DefaultGroupName=DriverMax
  13. OutputBaseFilename=drivermax
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\devices.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\DPInst\x86\dpinst.exe"; DestDir: "{app}\DPInst\x86"; Flags: ignoreversion 
  22. Source: "{app}\DPInst\amd64\dpinst.exe"; DestDir: "{app}\DPInst\amd64"; Flags: ignoreversion 
  23. Source: "{app}\DPInst\ia64\dpinst.exe"; DestDir: "{app}\DPInst\ia64"; Flags: ignoreversion 
  24. Source: "{app}\Reports\Devices\custom_image.jpg"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  25. Source: "{app}\Reports\Devices\installed_devices_report.htm"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  26. Source: "{app}\Reports\Devices\installed_devices_report.txt"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  27. Source: "{app}\Reports\Devices\installed_devices_template.htm"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  28. Source: "{app}\Reports\Devices\sigla2.png"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  29. Source: "{app}\Reports\Devices\susdr.png"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  30. Source: "{app}\Reports\Devices\suslinie.png"; DestDir: "{app}\Reports\Devices"; Flags: ignoreversion 
  31.  
  32. [Dirs]
  33. Name: "{app}\Drivers"; 
  34.  
  35. [INI]
  36. FileName: "{app}\dmx.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.innovative-sol.com"; 
  37.  
  38. [Run]
  39. Filename: "{app}\devices.exe"; Description: "Launch DriverMax"; Flags: postinstall skipifsilent nowait
  40.  
  41. [Icons]
  42. Name: "{group}\DriverMax"; Filename: "{app}\devices.exe"; 
  43. Name: "{group}\Other products by Innovative Solutions"; Filename: "{app}\dmx.url"; 
  44. Name: "{userdesktop}\DriverMax"; Filename: "{app}\devices.exe"; Tasks: desktopicon; 
  45. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\DriverMax"; Filename: "{app}\devices.exe"; Tasks: quicklaunchicon; 
  46. Name: "{group}\Uninstall"; Filename: "{uninstallexe}"; 
  47.  
  48. [Tasks]
  49. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  50. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  51.  
  52. [UninstallDelete]
  53. Type: files; Name: "{app}\dmx.url"; 
  54. Type: filesandordirs; Name: "{app}\Drivers"; 
  55. Type: filesandordirs; Name: "{app}\Reports"; 
  56. Type: filesandordirs; Name: "{app}\Details"; 
  57. Type: files; Name: "{app}\log.txt"; 
  58. Type: files; Name: "{app}\*.zip"; 
  59.  
  60. [CustomMessages]
  61. default.NameAndVersion=%1 version %2
  62. default.AdditionalIcons=Additional icons:
  63. default.CreateDesktopIcon=Create a &desktop icon
  64. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  65. default.ProgramOnTheWeb=%1 on the Web
  66. default.UninstallProgram=Uninstall %1
  67. default.LaunchProgram=Launch %1
  68. default.AssocFileExtension=&Associate %1 with the %2 file extension
  69. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  70.  
  71. [Languages]
  72. ; These files are stubs
  73. ; To achieve better results after recompilation, use the real language files
  74. Name: "default"; MessagesFile: "embedded\default.isl"; 
  75.