home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2004 #2 / K-CD-2-2004.ISO / Fotoalbum / fasetup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-04-07  |  3.2 KB  |  58 lines

  1. ;InnoSetupVersion=3.0.8
  2. [Setup]
  3. AppName=FotoAlbum
  4. AppVerName=FotoAlbum 3.4.1
  5. AppId=FotoTime_FA_3x
  6. AppVersion=3.4.1
  7. AppPublisher=FotoTime, Inc.
  8. AppPublisherURL=http://www.fototime.com
  9. AppSupportURL=http://www.fototime.com
  10. AppUpdatesURL=http://www.fototime.com
  11. DefaultDirName={pf}\FotoTime
  12. DefaultGroupName=FotoTime
  13. UninstallDisplayIcon={app}\FotoAlbum.exe
  14. UninstallDisplayName=FotoAlbum 3.4.1
  15. OutputBaseFilename=fa3setup
  16. Compression=zip
  17. PrivilegesRequired=none
  18. WizardImageFile=embedded\WizardImage0.bmp
  19. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  20. [Files]
  21. Source: "{app}\fotoalbum.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\FotoUpdate.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\FotoAlbum.chm"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\layouts.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{sys}\FotoAlbum Screen Saver.scr"; DestDir: "{sys}"; Flags: ignoreversion 
  26. Source: "{sys}\qtmlclient.dll"; DestDir: "{sys}"; Flags: ignoreversion 
  27. Source: "{app}\wnaspi32.dll"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\PolyImage2.dll"; DestDir: "{app}"; Flags: regserver ignoreversion 
  29. [Registry]
  30. Root: HKLM; Subkey: "Software\FotoTime\FotoAlbum"; ValueName: "InstallDir"; ValueType: String; ValueData: "{app}"; 
  31. Root: HKLM; Subkey: "Software\Microsoft\Windows\CurrentVersion\Uninstall\{{6A16587A-D355-4F6E-9597-787F2B3702D5}"; Flags: deletekey 
  32. Root: HKCU; Subkey: "Software\FotoTime\FotoAlbum"; Flags: uninsdeletekey 
  33. Root: HKCU; Subkey: "Software\FotoTime"; Flags: uninsdeletekeyifempty 
  34. [Run]
  35. Filename: "{app}\fotoalbum.exe"; Description: "Launch FotoAlbum"; Flags: postinstall skipifsilent nowait
  36. [Icons]
  37. Name: "{group}\FotoAlbum"; Filename: "{app}\fotoalbum.exe"; 
  38. Name: "{group}\FotoAlbum Help"; Filename: "{app}\fotoalbum.chm"; WorkingDir: "{app}"; 
  39. Name: "{group}\FotoTime Website"; Filename: "http:\\www.fototime.com"; WorkingDir: "{app}"; 
  40. Name: "{group}\Whats New"; Filename: "http:\\www.fototime.com\whatsnew?prod=fa&oldest=180"; WorkingDir: "{app}"; 
  41. Name: "{userdesktop}\FotoAlbum 3"; Filename: "{app}\fotoalbum.exe"; Tasks: desktopicon; 
  42. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\FotoAlbum"; Filename: "{app}\fotoalbum.exe"; Tasks: quicklaunchicon; 
  43. [Tasks]
  44. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  45. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  46. [InstallDelete]
  47. Type: files; Name: "{reg:HKCU\Software\FotoTime\FotoAlbum,RootDir|{app}\FotoAlbum}\FotoAlbum.exe"; 
  48. Type: files; Name: "{reg:HKCU\Software\FotoTime\FotoAlbum,RootDir|{app}\FotoAlbum}\FotoAlbum.hlp"; 
  49. Type: files; Name: "{reg:HKCU\Software\FotoTime\FotoAlbum,RootDir|{app}\FotoAlbum}\FotoAlbum.cnt"; 
  50. Type: files; Name: "{reg:HKCU\Software\FotoTime\FotoAlbum,RootDir|{app}\FotoAlbum}\layouts.txt"; 
  51. Type: files; Name: "{commondesktop}\FotoAlbum.lnk"; 
  52. Type: dirifempty; Name: "{app}\FotoAlbum"; 
  53. [UninstallDelete]
  54. Type: files; Name: "{app}\Thumbs\FaThumbs.bdt"; 
  55. Type: files; Name: "{app}\Thumbs\FaThumbs.ndx"; 
  56. Type: dirifempty; Name: "{app}\Thumbs"; 
  57. Type: dirifempty; Name: "{app}"; 
  58.