home *** CD-ROM | disk | FTP | other *** search
/ jppd.dyndns.org / jppd.dyndns.org.tar / jppd.dyndns.org / DRIVERS / DeviceDoctor_Setup.exe / install_script.iss
Text File  |  2009-10-08  |  4KB  |  81 lines

  1. ;InnoSetupVersion=5.2.3
  2.  
  3. [Setup]
  4. AppName={cm:ProductName}
  5. AppVerName={cm:ProductName} {cm:Version}
  6. AppId={{D575FBAA-D6D6-4221-A2C4-67541DB7AB5E}
  7. AppPublisher={cm:CompanyName}
  8. AppPublisherURL={cm:CompanyURL}
  9. AppSupportURL={cm:CompanyURL}
  10. AppUpdatesURL={cm:CompanyURL}
  11. DefaultDirName={pf}\{cm:ProductName}\{cm:Version}
  12. DefaultGroupName={cm:ProductName}
  13. OutputBaseFilename=in
  14. Compression=lzma
  15. DisableDirPage=yes
  16. DisableProgramGroupPage=yes
  17. LicenseFile=embedded\License.txt
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20.  
  21. [Files]
  22. Source: "{tmp}\kill_process.dll"; DestDir: "{tmp}"; MinVersion: 0.0,5.0; Flags: deleteafterinstall dontcopy 
  23. Source: "{app}\kill_process.dll"; DestDir: "{app}"; MinVersion: 0.0,5.0; 
  24. Source: "{app}\config.xml"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  25. Source: "{app}\DeviceDoctor.exe"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  26. Source: "{app}\DeviceDoctorHelp.chm"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  27. Source: "{app}\htmlayout.dll"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  28. Source: "{app}\lib.dll"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  29. Source: "{app}\ownership.dll"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  30. Source: "{app}\pycurl.pyd"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  31. Source: "{app}\pyexpat.pyd"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  32. Source: "{app}\python26.dll"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  33. Source: "{app}\scheduler.dll"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  34. Source: "{app}\select.pyd"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  35. Source: "{app}\unicodedata.pyd"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  36. Source: "{app}\_ctypes.pyd"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  37. Source: "{app}\_hashlib.pyd"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  38. Source: "{app}\_imaging.pyd"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  39. Source: "{app}\_multiprocessing.pyd"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  40. Source: "{app}\_socket.pyd"; DestDir: "{app}"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  41. Source: "{app}\Microsoft.VC90.CRT\Microsoft.VC90.CRT.manifest"; DestDir: "{app}\Microsoft.VC90.CRT"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  42. Source: "{app}\Microsoft.VC90.CRT\msvcr90.dll"; DestDir: "{app}\Microsoft.VC90.CRT"; MinVersion: 0.0,5.0; Flags: ignoreversion 
  43.  
  44. [Icons]
  45. Name: "{group}\{cm:ProductName}"; Filename: "{app}\{cm:ExeName}"; MinVersion: 0.0,5.0; 
  46. Name: "{group}\{cm:UninstallProgram,{cm:ProductName}}"; Filename: "{uninstallexe}"; MinVersion: 0.0,5.0; 
  47. Name: "{commondesktop}\{cm:ProductName}"; Filename: "{app}\{cm:ExeName}"; MinVersion: 0.0,5.0; 
  48.  
  49. [Tasks]
  50. Name: "quality"; Description: "Help us improve the product by allowing Device Doctor to send anonymous logs"; MinVersion: 0.0,5.0; 
  51. Name: "updates"; Description: "Automatically install updates"; MinVersion: 0.0,5.0; 
  52.  
  53. [UninstallDelete]
  54. Type: filesandordirs; Name: "{pf}\{cm:ProductName}"; 
  55. Type: filesandordirs; Name: "{userappdata}\{cm:CompanyName}\{cm:ShortName}"; 
  56. Type: dirifempty; Name: "{userappdata}\{cm:CompanyName}"; 
  57.  
  58. [CustomMessages]
  59. english.NameAndVersion=%1 version %2
  60. english.AdditionalIcons=Additional icons:
  61. english.CreateDesktopIcon=Create a &desktop icon
  62. english.CreateQuickLaunchIcon=Create a &Quick Launch icon
  63. english.ProgramOnTheWeb=%1 on the Web
  64. english.UninstallProgram=Uninstall %1
  65. english.LaunchProgram=Launch %1
  66. english.AssocFileExtension=&Associate %1 with the %2 file extension
  67. english.AssocingFileExtension=Associating %1 with the %2 file extension...
  68. CompanyName=Device Doctor Software Inc.
  69. ProductName=Device Doctor
  70. ShortName=DeviceDoctor
  71. ExeName=DeviceDoctor.exe
  72. Version=1.0.0.1
  73. VersionWithRevision=1.0.0.1 (rev 999)
  74. LegalTrademarks=Device Doctor is a trademark of Device Doctor Software Inc.
  75. CompanyURL=http://blitware.com
  76.  
  77. [Languages]
  78. ; These files are stubs
  79. ; To achieve better results after recompilation, use the real language files
  80. Name: "english"; MessagesFile: "embedded\english.isl"; 
  81.