home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 April / PCWorld_2003-04_cd.bin / Software / TemaCD / fotoalbum / fasetup.exe / install_script.iss
Text File  |  2003-02-28  |  3KB  |  66 lines

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