home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 100 / CD-ROM 100.iso / aplic / easycalc / easycalc.exe / install_script.iss
Encoding:
Text File  |  2003-09-29  |  994 b   |  29 lines

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=EasyCalc
  5. AppVerName=EasyCalc
  6. AppId=EasyCalc
  7. DefaultDirName={pf}\EasyCalc
  8. DefaultGroupName=EasyCalc
  9. OutputBaseFilename=setup
  10. Compression=zip
  11. PrivilegesRequired=none
  12. DisableProgramGroupPage=yes
  13. WizardImageFile=embedded\WizardImage0.bmp
  14. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  15.  
  16. [Files]
  17. Source: "{app}\EasyCalc.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\EasyCalc.exe"; DestDir: "{app}"; Flags: ignoreversion 
  19. Source: "{app}\EasyCalc.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\easycalc-demo.xml"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\easycalc-template.html"; DestDir: "{app}"; Flags: ignoreversion 
  22.  
  23. [Run]
  24. Filename: "{app}\EasyCalc.exe"; WorkingDir: "{app}"; Flags: postinstall nowait
  25.  
  26. [Icons]
  27. Name: "{group}\EasyCalc"; Filename: "{app}\EasyCalc.exe"; WorkingDir: "{app}"; 
  28. Name: "{group}\Desinstalar - EasyCalc"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  29.