home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 November / CDVD1105.ISO / Software / Shareware / utilitare / textmagus / TMSETUP.EXE / install_script.iss
Text File  |  2005-04-22  |  3KB  |  65 lines

  1. ;InnoSetupVersion=5.0.4
  2.  
  3. [Setup]
  4. AppName=TextMagus
  5. AppVerName=TextMagus 1.3
  6. AppId=TextMagus
  7. AppPublisher=Acwad Solutions, Inc.
  8. AppPublisherURL=http://www.textmagus.com
  9. AppSupportURL=http://www.textmagus.com
  10. AppUpdatesURL=http://www.textmagus.com
  11. DefaultDirName={pf}\TextMagus
  12. DefaultGroupName=TextMagus
  13. OutputBaseFilename=tmsetup
  14. Compression=lzma
  15. PrivilegesRequired=none
  16. LicenseFile=embedded\License.txt
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19.  
  20. [Files]
  21. Source: "{app}\tmagus.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\tmagus.ref"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\tmagus.chm"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\readme.txt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\tmagus.url"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\TEMPLATES\cust_xml.twt"; DestDir: "{app}\TEMPLATES"; Flags: ignoreversion 
  27. Source: "{app}\TEMPLATES\sample1.twt"; DestDir: "{app}\TEMPLATES"; Flags: ignoreversion 
  28. Source: "{app}\TEMPLATES\sample2.twt"; DestDir: "{app}\TEMPLATES"; Flags: ignoreversion 
  29. Source: "{app}\IMPORT\sample1.txt"; DestDir: "{app}\IMPORT"; Flags: ignoreversion 
  30. Source: "{app}\IMPORT\sample2.txt"; DestDir: "{app}\IMPORT"; Flags: ignoreversion 
  31. Source: "{app}\license.txt"; DestDir: "{app}"; Flags: ignoreversion 
  32.  
  33. [Registry]
  34. Root: HKLM; Subkey: "Software\Acwad\TextMagus"; ValueName: "RCode1"; ValueType: String; 
  35. Root: HKLM; Subkey: "Software\Acwad\TextMagus"; ValueName: "RCode2"; ValueType: String; 
  36.  
  37. [Run]
  38. Filename: "{app}\tmagus.exe"; Description: "{cm:LaunchProgram,TextMagus}"; Flags: postinstall skipifsilent nowait
  39.  
  40. [Icons]
  41. Name: "{group}\TextMagus"; Filename: "{app}\tmagus.exe"; WorkingDir: "{app}"; 
  42. Name: "{group}\Documentation"; Filename: "{app}\tmagus.chm"; 
  43. Name: "{group}\TextMagus on Web"; Filename: "{app}\tmagus.url"; 
  44. Name: "{group}\Uninstall TexMagus"; Filename: "{uninstallexe}"; 
  45. Name: "{userdesktop}\TextMagus"; Filename: "{app}\tmagus.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  46.  
  47. [Tasks]
  48. Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; 
  49.  
  50. [CustomMessages]
  51. default.NameAndVersion=%1 version %2
  52. default.AdditionalIcons=Additional icons:
  53. default.CreateDesktopIcon=Create a &desktop icon
  54. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  55. default.ProgramOnTheWeb=%1 on the Web
  56. default.UninstallProgram=Uninstall %1
  57. default.LaunchProgram=Launch %1
  58. default.AssocFileExtension=&Associate %1 with the %2 file extension
  59. default.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: "default"; MessagesFile: "embedded\default.isl"; 
  65.