home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 July & August / PCWorld_2007-07-08_cd.bin / multimedia / photosketch / p2s_setup.exe / install_script.iss
Text File  |  2007-03-01  |  3KB  |  65 lines

  1. ;InnoSetupVersion=5.1.2
  2.  
  3. [Setup]
  4. AppName=Photo To Sketch
  5. AppVerName=Photo To Sketch 3.51
  6. AppId=Photo To Sketch
  7. AppPublisher=Thinker Software, Inc.
  8. AppPublisherURL=http://www.thinkersoftware.com
  9. AppSupportURL=http://www.thinkersoftware.com
  10. AppUpdatesURL=http://www.thinkersoftware.com
  11. DefaultDirName={pf}\Photo To Sketch
  12. DefaultGroupName=Photo To Sketch
  13. OutputBaseFilename=p2s_setup
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\photo2sketch.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\texture\1.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  22. Source: "{app}\texture\2.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  23. Source: "{app}\texture\3.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  24. Source: "{app}\texture\4.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  25. Source: "{app}\texture\5.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  26. Source: "{app}\texture\6.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  27. Source: "{app}\texture\7.bmp"; DestDir: "{app}\texture"; Flags: ignoreversion 
  28. Source: "{app}\1.jpg"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\photo2sketch.exe.manifest"; DestDir: "{app}"; Flags: ignoreversion 
  30.  
  31. [INI]
  32. FileName: "{app}\photo2sketch.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.thinkersoftware.com"; 
  33.  
  34. [Run]
  35. Filename: "{app}\photo2sketch.exe"; Description: "{cm:LaunchProgram,Photo To Sketch}"; Flags: postinstall skipifsilent nowait
  36.  
  37. [Icons]
  38. Name: "{group}\Photo To Sketch"; Filename: "{app}\photo2sketch.exe"; 
  39. Name: "{group}\{cm:ProgramOnTheWeb,Photo To Sketch}"; Filename: "{app}\photo2sketch.url"; 
  40. Name: "{userdesktop}\Photo To Sketch"; Filename: "{app}\photo2sketch.exe"; Tasks: desktopicon; 
  41. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Photo To Sketch"; Filename: "{app}\photo2sketch.exe"; Tasks: quicklaunchicon; 
  42.  
  43. [Tasks]
  44. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  45. Name: "quicklaunchicon"; Description: "{cm:CreateQuickLaunchIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  46.  
  47. [UninstallDelete]
  48. Type: files; Name: "{app}\photo2sketch.url"; 
  49.  
  50. [CustomMessages]
  51. english.NameAndVersion=%1 version %2
  52. english.AdditionalIcons=Additional icons:
  53. english.CreateDesktopIcon=Create a &desktop icon
  54. english.CreateQuickLaunchIcon=Create a &Quick Launch icon
  55. english.ProgramOnTheWeb=%1 on the Web
  56. english.UninstallProgram=Uninstall %1
  57. english.LaunchProgram=Launch %1
  58. english.AssocFileExtension=&Associate %1 with the %2 file extension
  59. english.AssocingFileExtension=Associating %1 with the %2 file extension...
  60.  
  61. [Languages]
  62. ; These files are stubs
  63. ; To achieve better results after recompilation, use the real language files
  64. Name: "english"; MessagesFile: "embedded\english.isl"; 
  65.