home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 167 / cd-rom 167.iso / aplic / recados / PNotes_setup.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2009-04-23  |  1.2 KB  |  30 lines

  1. ;InnoSetupVersion=4.1.8
  2. [Setup]
  3. AppName=PNotes
  4. AppVerName=PNotes
  5. AppId=PNotes
  6. DefaultDirName={pf}\PNotes
  7. DefaultGroupName=PNotes
  8. OutputBaseFilename=setup
  9. Compression=lzma
  10. PrivilegesRequired=none
  11. DisableProgramGroupPage=yes
  12. WizardImageFile=embedded\WizardImage0.bmp
  13. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  14. [Files]
  15. Source: "{app}\License.txt"; DestDir: "{app}"; Flags: ignoreversion 
  16. Source: "{app}\PNotes.chm"; DestDir: "{app}"; Flags: ignoreversion 
  17. Source: "{app}\PNotes.exe"; DestDir: "{app}"; Flags: ignoreversion 
  18. Source: "{app}\fonts\manujarvinen.com.ttf"; DestDir: "{app}\fonts"; Flags: ignoreversion 
  19. Source: "{app}\lang\english.lng"; DestDir: "{app}\lang"; Flags: ignoreversion 
  20. Source: "{app}\skins\classic-yellow.skn"; DestDir: "{app}\skins"; Flags: ignoreversion 
  21. [Run]
  22. Filename: "{app}\PNotes.exe"; WorkingDir: "{app}"; Flags: postinstall nowait
  23. [Icons]
  24. Name: "{group}\PNotes "; Filename: "{app}\PNotes.exe"; WorkingDir: "{app}"; 
  25. Name: "{group}\Desinstalar PNotes "; Filename: "{uninstallexe}"; WorkingDir: "{app}"; 
  26. [Languages]
  27. ; These files are stubs
  28. ; To achieve better results after recompilation, use the real language files
  29. Name: "br"; MessagesFile: "embedded\br.isl"; 
  30.