home *** CD-ROM | disk | FTP | other *** search
/ io Programmo 81 / IOPROG_81.ISO / soft / C++ / BarCodeWiz_1_53_Demo.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-04-28  |  1.7 KB  |  35 lines

  1. ;InnoSetupVersion=4.1.8
  2. [Setup]
  3. AppName=BarCodeWiz 1.53 ActiveX Component (Demo Version)
  4. AppVerName=BarCodeWiz 1.53
  5. AppId={32BB034F-28AA-46E0-9DAA-A7962F4FF83E}
  6. AppVersion=1.53
  7. AppSupportURL=http://www.BarCodeWiz.com
  8. AppUpdatesURL=http://www.BarCodeWiz.com
  9. DefaultDirName={pf}\BarCodeWiz 1.53 Demo
  10. DefaultGroupName=BarCodeWiz 1.53 Demo
  11. UninstallDisplayName=Uninstall
  12. OutputBaseFilename=BarCodeWiz_1_53_Demo
  13. Compression=lzma
  14. PrivilegesRequired=none
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\DLL\BarcodeWiz.dll"; DestDir: "{app}\DLL"; Flags: regserver comparetimestamp promptifolder 
  19. Source: "{app}\BarCodeWiz VB6\BarCodeWiz.vbp"; DestDir: "{app}\BarCodeWiz VB6"; 
  20. Source: "{app}\BarCodeWiz VB6\BarCodeWiz.vbw"; DestDir: "{app}\BarCodeWiz VB6"; 
  21. Source: "{app}\BarCodeWiz VB6\Form1.frm"; DestDir: "{app}\BarCodeWiz VB6"; 
  22. Source: "{app}\Word 2000 Demo.doc"; DestDir: "{app}"; 
  23. Source: "{app}\manual.htm"; DestDir: "{app}"; 
  24. [Registry]
  25. Root: HKLM; Subkey: "Software\BarCodeWiz\1.53 Demo"; ValueName: "license"; ValueType: String; ValueData: "1"; Flags: uninsdeletekey 
  26. [Icons]
  27. Name: "{group}\VB6 Demo Program"; Filename: "{app}\BarCodeWiz VB6\BarCodeWiz.vbp"; WorkingDir: "{app}"; 
  28. Name: "{group}\Word 2000 Demo"; Filename: "{app}\Word 2000 Demo.doc"; 
  29. Name: "{group}\Uninstall"; Filename: "{app}\unins000.exe"; WorkingDir: "{app}"; IconFilename: "{app}\unins000.exe"; 
  30. Name: "{group}\Manual"; Filename: "{app}\manual.htm"; WorkingDir: "{app}"; 
  31. [Languages]
  32. ; These files are stubs
  33. ; To achieve better results after recompilation, use the real language files
  34. Name: "default"; MessagesFile: "embedded\default.isl"; 
  35.