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

  1. ;InnoSetupVersion=3.0.5
  2.  
  3. [Setup]
  4. AppName=SmartClock
  5. AppVerName=SmartClock
  6. AppId=SmartClock
  7. DefaultDirName={pf}\SmartClock
  8. DefaultGroupName=SmartClock
  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}\SCLOCK.EXE"; DestDir: "{app}"; Flags: ignoreversion 
  18.  
  19. [Run]
  20. Filename: "{app}\SCLOCK.EXE"; WorkingDir: "{app}"; Flags: postinstall nowait
  21.  
  22. [Icons]
  23. Name: "{group}\SmartClock"; Filename: "{app}\SCLOCK.EXE"; WorkingDir: "{app}"; 
  24. Name: "{group}\Desinstalar - SmartClock"; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  25.