home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / SnapFolders / SnapFolders_2005_Setup.exe / install_script.iss
Text File  |  2005-03-12  |  4KB  |  68 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=SnapFolders 2005
  5. AppVerName=SnapFolders 2005
  6. AppId=SnapFolders 2005
  7. AppPublisher=Datakonsult Mats Hindhede
  8. AppPublisherURL=http://www.proffs.nu/snap.htm
  9. AppSupportURL=http://www.proffs.nu/snap.htm
  10. AppUpdatesURL=http://www.proffs.nu/snap.htm
  11. DefaultDirName={pf}\SnapFolders 2005
  12. DefaultGroupName=SnapFolders 2005
  13. OutputBaseFilename=SnapFolders_2005_Setup
  14. Compression=lzma
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\SnapFolders2005.exe"; DestDir: "{app}"; MinVersion: 4.1.2222,5.0; Flags: ignoreversion 
  21. Source: "{app}\SDS2005.exe"; DestDir: "{app}"; MinVersion: 4.1.2222,5.0; Flags: ignoreversion 
  22. Source: "{app}\snap.chm"; DestDir: "{app}"; MinVersion: 4.1.2222,5.0; Flags: ignoreversion 
  23. Source: "{app}\Readme.txt"; DestDir: "{app}"; MinVersion: 4.1.2222,5.0; Flags: ignoreversion 
  24. Source: "{app}\SnapFolders Home Page.url"; DestDir: "{app}"; MinVersion: 4.1.2222,5.0; Flags: ignoreversion 
  25. Source: "{sys}\msvbvm60.dll"; DestDir: "{sys}"; MinVersion: 4.1.2222,5.0; Flags: uninsneveruninstall onlyifdoesntexist 
  26.  
  27. [Registry]
  28. Root: HKCU; Subkey: "Software\Mats Hindhede"; MinVersion: 4.1.2222,5.0; Flags: uninsdeletekeyifempty 
  29. Root: HKCU; Subkey: "Software\Mats Hindhede\SnapFolders 2005"; MinVersion: 4.1.2222,5.0; Flags: uninsdeletekey 
  30. Root: HKCR; Subkey: "Folder\shell\Let SnapFolders create a shortcut"; MinVersion: 4.1.2222,5.0; Flags: uninsdeletekey 
  31. Root: HKCR; Subkey: "Folder\shell\Let SnapFolders create a shortcut\command"; ValueType: String; ValueData: """{app}\SnapFolders2005.exe"" %L"; MinVersion: 4.1.2222,5.0; 
  32.  
  33. [Run]
  34. Filename: "{app}\SDS2005.exe"; Description: "Check SnapFolders 2005 Default Settings"; MinVersion: 4.1.2222,5.0; Flags: postinstall nowait
  35.  
  36. [Icons]
  37. Name: "{group}\SnapFolders 2005"; Filename: "{app}\SnapFolders2005.exe"; MinVersion: 4.1.2222,5.0; 
  38. Name: "{group}\SnapFolders 2005 Default Settings"; Filename: "{app}\SDS2005.exe"; MinVersion: 4.1.2222,5.0; 
  39. Name: "{group}\SnapFolders 2005 Help"; Filename: "{app}\snap.chm"; MinVersion: 4.1.2222,5.0; 
  40. Name: "{group}\SnapFolders 2005 Read me"; Filename: "{app}\Readme.txt"; MinVersion: 4.1.2222,5.0; 
  41. Name: "{group}\SnapFolders Home Page"; Filename: "{app}\SnapFolders Home Page.url"; MinVersion: 4.1.2222,5.0; 
  42. Name: "{group}\Uninstall SnapFolders 2005"; Filename: "{uninstallexe}"; MinVersion: 4.1.2222,5.0; 
  43. Name: "{userdesktop}\SnapFolders 2005"; Filename: "{app}\SnapFolders2005.exe"; Tasks: desktopicon; MinVersion: 4.1.2222,5.0; 
  44. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\SnapFolders 2005"; Filename: "{app}\SnapFolders2005.exe"; Tasks: quicklaunchicon; MinVersion: 4.1.2222,5.0; 
  45.  
  46. [Tasks]
  47. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; MinVersion: 4.1.2222,5.0; 
  48. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; MinVersion: 4.1.2222,5.0; 
  49.  
  50. [UninstallDelete]
  51. Type: dirifempty; Name: "{app}"; 
  52.  
  53. [CustomMessages]
  54. default.NameAndVersion=%1 version %2
  55. default.AdditionalIcons=Additional icons:
  56. default.CreateDesktopIcon=Create a &desktop icon
  57. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  58. default.ProgramOnTheWeb=%1 on the Web
  59. default.UninstallProgram=Uninstall %1
  60. default.LaunchProgram=Launch %1
  61. default.AssocFileExtension=&Associate %1 with the %2 file extension
  62. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  63.  
  64. [Languages]
  65. ; These files are stubs
  66. ; To achieve better results after recompilation, use the real language files
  67. Name: "default"; MessagesFile: "embedded\default.isl"; 
  68.