home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 98 / CD-ROM 98.iso / internet / msgtag / MSGTAG140.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-06-11  |  959 b   |  29 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=MSGTAG
  4. AppVerName=MSGTAG
  5. AppId=MSGTAG
  6. AppPublisher=MSGTAG
  7. AppPublisherURL=http://www.msgtag.com/
  8. AppMutex=MSGTAGMutex
  9. DefaultDirName={pf}\MSGTAG
  10. DefaultGroupName=MSGTAG
  11. UninstallDisplayIcon={app}\MSGTAG.exe
  12. OutputBaseFilename=MSGTAG140
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.rtf
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\MSGTAG.exe"; DestDir: "{app}"; 
  20. Source: "{app}\FAQ.pdf"; DestDir: "{app}"; 
  21. Source: "{app}\Tutorial.pdf"; DestDir: "{app}"; 
  22. [Run]
  23. Filename: "{app}\MSGTAG.exe"; Description: "Begin MSGTAG Configuration"; Flags: postinstall nowait
  24. [UninstallRun]
  25. Filename: "{app}\MSGTAG.exe"; Parameters: "/uninstall"; RunOnceId: "UninstallCmd"; 
  26. [Icons]
  27. Name: "{group}\MSGTAG"; Filename: "{app}\MSGTAG.exe"; 
  28. Name: "{group}\Uninstall MSGTAG"; Filename: "{uninstallexe}"; 
  29.