home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2004 January / PCWELT_1_2004.ISO / pcwsoft / pcwTTF.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-11-05  |  1.4 KB  |  33 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=pcwTTF
  4. AppVerName=pcwTTF v1.0
  5. AppId=pcwTTF
  6. AppPublisher=IDG Magazine GmbH
  7. AppPublisherURL=http://www.pcwelt.de
  8. AppSupportURL=http://www.pcwelt.de
  9. AppUpdatesURL=http://www.pcwelt.de
  10. DefaultDirName={pf}\PC-WELT\pcwTTF
  11. DefaultGroupName=PC-WELT\pcwTTF
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. AllowNoIcons=yes
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\README.TXT"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\Extras\pcwFontLst2.vbs"; DestDir: "{app}\Extras"; Flags: ignoreversion 
  21. Source: "{app}\pcwShowFont2.VBS"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\Extras\pcwInstTTF.VBS"; DestDir: "{app}\Extras"; Flags: ignoreversion 
  23. Source: "{app}\pcwTTF1X.ocx"; DestDir: "{app}"; Flags: regserver sharedfile ignoreversion 
  24. [Icons]
  25. Name: "{group}\README.TXT"; Filename: "{app}\README.TXT"; 
  26. Name: "{group}\Extras\pcwFontLst2.vbs"; Filename: "{app}\Extras\pcwFontLst2.vbs"; 
  27. Name: "{group}\Extras\pcwInstTTF.VBS"; Filename: "{app}\Extras\pcwInstTTF.VBS"; 
  28. Name: "{group}\Uninstall pcwTTF"; Filename: "{uninstallexe}"; 
  29. Name: "{sendto}\pcwShowFont2.VBS"; Filename: "{app}\pcwShowFont2.VBS"; WorkingDir: "{app}"; Tasks: desktopicon; 
  30. [Tasks]
  31. Name: "desktopicon"; Description: "&Senden an Eintrag erstellen (empfohlen)"; GroupDescription: "Zus
  32. tzliche Icons:"; 
  33.