home *** CD-ROM | disk | FTP | other *** search
/ Clickx 72 / Clickx 72.iso / software / printtools / printdesktop / PrintDeskTopSetup 1.06.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2010-01-01  |  2.6 KB  |  50 lines

  1. ;InnoSetupVersion=5.2.3
  2. [Setup]
  3. AppName=PrintDeskTop
  4. AppVerName=PrintDeskTop
  5. AppId=PrintDeskTop
  6. AppPublisher=PrintDeskTop
  7. AppPublisherURL=http://www.PrintDeskTop.com
  8. AppSupportURL=http://www.PrintDeskTop.com
  9. AppUpdatesURL=http://www.PrintDeskTop.com
  10. DefaultDirName={pf}\PrintDeskTop
  11. DefaultGroupName=PrintDeskTop
  12. OutputBaseFilename=in
  13. Compression=lzma
  14. WizardImageFile=embedded\WizardImage0.bmp
  15. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  16. [Files]
  17. Source: "{app}\PrintDeskTop,1.exe"; DestDir: "{app}"; DestName: "PrintDeskTop.exe"; Flags: ignoreversion 
  18. Source: "{app}\howtouse.htm"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\howtouse.htm.bak"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\PrintDeskTop,2.exe"; DestDir: "{app}"; DestName: "PrintDeskTop.exe"; Flags: ignoreversion 
  21. Source: "{app}\printicon.gif"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\shortcut.htm"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\startbutton.gif"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\Tutorial.ico"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\uninstal,1.log"; DestDir: "{app}"; DestName: "uninstal.log"; Flags: ignoreversion 
  26. Source: "{app}\uninstal,2.log"; DestDir: "{app}"; DestName: "uninstal.log"; Flags: onlyifdoesntexist 
  27. [Run]
  28. Filename: "{app}\PrintDeskTop.exe"; Parameters: "Tutorial"; Description: "Launch PrintDeskTop Tutorial"; Flags: postinstall skipifsilent nowait
  29. [Icons]
  30. Name: "{group}\PrintDeskTop"; Filename: "{app}\PrintDeskTop.exe"; Parameters: "portrait"; 
  31. Name: "{group}\PrintDeskTop (landscape)"; Filename: "{app}\PrintDeskTop.exe"; Parameters: "landscape"; 
  32. Name: "{group}\Tutorial"; Filename: "{app}\PrintDeskTop.exe"; Parameters: "Tutorial"; IconFilename: "{app}\Tutorial.ico"; 
  33. Name: "{group}\User Guide"; Filename: "{app}\howtouse.htm"; 
  34. Name: "{group}\Remove PrintDeskTop"; Filename: "{uninstallexe}"; 
  35. Name: "{commonstartmenu}\PrintDeskTop"; Filename: "{app}\PrintDeskTop.exe"; Parameters: "portrait"; 
  36. [CustomMessages]
  37. default.NameAndVersion=%1 version %2
  38. default.AdditionalIcons=Additional icons:
  39. default.CreateDesktopIcon=Create a &desktop icon
  40. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  41. default.ProgramOnTheWeb=%1 on the Web
  42. default.UninstallProgram=Uninstall %1
  43. default.LaunchProgram=Launch %1
  44. default.AssocFileExtension=&Associate %1 with the %2 file extension
  45. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  46. [Languages]
  47. ; These files are stubs
  48. ; To achieve better results after recompilation, use the real language files
  49. Name: "default"; MessagesFile: "embedded\default.isl"; 
  50.