home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 February / PCWorld_2006-02_cd.bin / software / vyzkuste / tweak / tweak.exe / smartpcsetup.exe / install_script.iss
Text File  |  2006-01-12  |  3KB  |  77 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=Smart PC
  5. AppVerName=Smart PC v. 3.2
  6. AppId=Smart PC
  7. AppVersion=3.2
  8. AppPublisher=Smart PC Solutions, LLC
  9. AppPublisherURL=http://www.smartpctools.com
  10. AppSupportURL=http://www.smartpctools.com
  11. AppUpdatesURL=http://www.smartpctools.com
  12. DefaultDirName={pf}\Smart PC
  13. DefaultGroupName=Smart PC
  14. OutputBaseFilename=setup
  15. Compression=lzma
  16. PrivilegesRequired=none
  17. LicenseFile=embedded\License.txt
  18. InfoAfterFile=embedded\InfoAfter.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21.  
  22. [Files]
  23. Source: "{app}\SmartPC.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\SmartPCSchedule.exe"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\SmartPC.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\SmartPC.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\order.txt"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\file_id.diz"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  30. Source: "{app}\history.txt"; DestDir: "{app}"; Flags: ignoreversion 
  31. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  32. Source: "{app}\Smart PC HomePage.url"; DestDir: "{app}"; Flags: ignoreversion 
  33. Source: "{app}\My Privacy.url"; DestDir: "{app}"; Flags: ignoreversion 
  34. Source: "{app}\Document Trace Remover.url"; DestDir: "{app}"; Flags: ignoreversion 
  35. Source: "{app}\Safe Surfer.url"; DestDir: "{app}"; Flags: ignoreversion 
  36. Source: "{app}\Customize Start Menu.url"; DestDir: "{app}"; Flags: ignoreversion 
  37.  
  38. [Registry]
  39. Root: HKCU; Subkey: "Software\Smart PC Solutions\Smart PC"; Flags: uninsdeletekey 
  40.  
  41. [Run]
  42. Filename: "{app}\SmartPC.exe"; Description: "Launch Smart PC"; Flags: postinstall skipifsilent nowait
  43.  
  44. [Icons]
  45. Name: "{group}\Smart PC"; Filename: "{app}\SmartPC.exe"; 
  46. Name: "{group}\Smart PC Help"; Filename: "{app}\SmartPC.hlp"; 
  47. Name: "{group}\Smart PC ReadMe"; Filename: "{app}\readme.txt"; 
  48. Name: "{group}\Smart PC HomePage"; Filename: "{app}\Smart PC HomePage.url"; 
  49. Name: "{group}\Uninstall Smart PC"; Filename: "{uninstallexe}"; 
  50. Name: "{group}\Check other products\My Privacy"; Filename: "{app}\My Privacy.url"; 
  51. Name: "{group}\Check other products\Document Trace Remover"; Filename: "{app}\Document Trace Remover.url"; 
  52. Name: "{group}\Check other products\Safe Surfer"; Filename: "{app}\Safe Surfer.url"; 
  53. Name: "{group}\Check other products\Customize Start Menu"; Filename: "{app}\Customize Start Menu.url"; 
  54. Name: "{userdesktop}\Smart PC"; Filename: "{app}\SmartPC.exe"; Tasks: desktopicon; 
  55.  
  56. [Tasks]
  57. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  58.  
  59. [UninstallDelete]
  60. Type: filesandordirs; Name: "{pf}\Smart PC"; 
  61.  
  62. [CustomMessages]
  63. default.NameAndVersion=%1 version %2
  64. default.AdditionalIcons=Additional icons:
  65. default.CreateDesktopIcon=Create a &desktop icon
  66. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  67. default.ProgramOnTheWeb=%1 on the Web
  68. default.UninstallProgram=Uninstall %1
  69. default.LaunchProgram=Launch %1
  70. default.AssocFileExtension=&Associate %1 with the %2 file extension
  71. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  72.  
  73. [Languages]
  74. ; These files are stubs
  75. ; To achieve better results after recompilation, use the real language files
  76. Name: "default"; MessagesFile: "embedded\default.isl"; 
  77.