home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2004 January / PCWELT_1_2004.ISO / pcwsoft / pcwShape.EXE / install_script.iss
Encoding:
Text File  |  2003-11-05  |  835 b   |  28 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=pcwShape
  5. AppVerName=pcwShape v1.0
  6. AppId=pcwShape
  7. AppPublisher=Thorsten Eggeling fⁿr IDG Magazine GmbH
  8. AppPublisherURL=http://www.pcwelt.de
  9. AppSupportURL=http://www.pcwelt.de
  10. AppUpdatesURL=http://www.pcwelt.de
  11. DefaultDirName={pf}\PC-WELT\pcwShape
  12. DefaultGroupName=PC-WELT\pcwShape
  13. OutputBaseFilename=setup
  14. Compression=zip
  15. PrivilegesRequired=none
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18.  
  19. [Files]
  20. Source: "{app}\pcwClip3.dll"; DestDir: "{app}"; Flags: regserver sharedfile ignoreversion 
  21. Source: "{app}\pcwShape.dot"; DestDir: "{app}"; Flags: ignoreversion 
  22.  
  23. [Registry]
  24. Root: HKCU; Subkey: "Software\PC-WELT\pcwShape"; Flags: uninsdeletekey 
  25.  
  26. [Icons]
  27. Name: "{group}\Uninstall pcwShape"; Filename: "{uninstallexe}"; 
  28.