home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2005 January / PCWELT_1_2005.ISO / pcwsoft / BHODemon20Setup_2020.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-10-21  |  2.4 KB  |  50 lines

  1. ;InnoSetupVersion=4.1.5
  2. [Setup]
  3. AppName=BHODemon
  4. AppVerName=BHODemon 2.0.0.20
  5. AppId=BHODemon
  6. AppPublisher=Definitive Solutions, Inc.
  7. AppPublisherURL=http://www.definitivesolutions.com
  8. AppSupportURL=http://www.definitivesolutions.com
  9. AppUpdatesURL=http://www.definitivesolutions.com
  10. DefaultDirName={pf}\BHODemon 2
  11. DefaultGroupName=BHODemon 2.0
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\BHODemon.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\bhodemon20help.html"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\BHODemonWhatsNew.html"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\BHODemon20List.ini"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\CLSID.html"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\bholist.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\mfc71.dll"; DestDir: "{app}"; 
  26. Source: "{app}\msvcp71.dll"; DestDir: "{app}"; 
  27. Source: "{app}\msvcr71.dll"; DestDir: "{app}"; 
  28. [Registry]
  29. Root: HKCU; Subkey: "Software\Definitive Solutions\BHODemon 2.0"; Flags: uninsdeletekey 
  30. [Run]
  31. Filename: "{app}\bhodemon20help.html"; Flags: shellexec skipifdoesntexist postinstall skipifsilent 
  32. Filename: "{app}\BHODemon.exe"; Description: "Launch BHODemon 2.0"; Flags: postinstall skipifsilent nowait
  33. [Icons]
  34. Name: "{group}\BHODemon 2.0"; Filename: "{app}\BHODemon.exe"; 
  35. Name: "{group}\Uninstall BHODemon 2.0"; Filename: "{uninstallexe}"; 
  36. Name: "{userdesktop}\BHODemon 2.0"; Filename: "{app}\BHODemon.exe"; Tasks: desktopicon; 
  37. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\BHODemon 2.0"; Filename: "{app}\BHODemon.exe"; Tasks: quicklaunchicon; 
  38. Name: "{userstartup}\BHODemon 2.0"; Filename: "{app}\BHODemon.exe"; Flags: runminimized 
  39. [Tasks]
  40. Name: "desktopicon"; Description: "Create a &Desktop icon"; GroupDescription: "Additional icons:"; 
  41. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  42. [UninstallDelete]
  43. Type: files; Name: "{app}\_BHODemon.log"; 
  44. Type: dirifempty; Name: "{app}"; 
  45. Type: files; Name: "{app}\BHODemonReport_{{*}.txt"; 
  46. [Languages]
  47. ; These files are stubs
  48. ; To achieve better results after recompilation, use the real language files
  49. Name: "default"; MessagesFile: "embedded\default.isl"; 
  50.