home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Programare / barcode / BarCodeWiz_1_6_Demo.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2004-05-31  |  3.2 KB  |  60 lines

  1. ;InnoSetupVersion=4.2.2
  2. [Setup]
  3. AppName=BarCodeWiz 1.62 ActiveX Component (Demo Version)
  4. AppVerName=BarCodeWiz 1.62
  5. AppId={32BB034F-28AA-46E0-9DAA-A7962F4FF83E}
  6. AppVersion=1.62
  7. AppPublisher=GetMySystem.com
  8. AppPublisherURL=http://www.BarCodeWiz.com/
  9. AppSupportURL=http://www.BarCodeWiz.com
  10. AppUpdatesURL=http://www.BarCodeWiz.com
  11. DefaultDirName={pf}\BarCodeWiz 1.62 Demo
  12. DefaultGroupName=BarCodeWiz 1.62 Demo
  13. UninstallDisplayName=BarCodeWiz 1.62 Demo
  14. OutputBaseFilename=BarCodeWiz_1_6_Demo
  15. Compression=lzma
  16. PrivilegesRequired=none
  17. WizardImageFile=embedded\WizardImage0.bmp
  18. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  19. [Files]
  20. Source: "{app}\DLL\BarcodeWiz.dll"; DestDir: "{app}\DLL"; Flags: regserver comparetimestamp promptifolder 
  21. Source: "{app}\BarCodeWiz VB6\BarCodeWiz.vbp"; DestDir: "{app}\BarCodeWiz VB6"; 
  22. Source: "{app}\BarCodeWiz VB6\BarCodeWiz.vbw"; DestDir: "{app}\BarCodeWiz VB6"; 
  23. Source: "{app}\BarCodeWiz VB6\Form1.frm"; DestDir: "{app}\BarCodeWiz VB6"; 
  24. Source: "{app}\Word 2000 Demo.doc"; DestDir: "{app}"; 
  25. Source: "{app}\manual.htm"; DestDir: "{app}"; 
  26. Source: "{app}\Purchase Online.url"; DestDir: "{app}"; 
  27. Source: "{app}\barcodewiz.mdb"; DestDir: "{app}"; 
  28. [Registry]
  29. Root: HKLM; Subkey: "SOFTWARE\BarCodeWiz\1.6"; ValueName: "license"; ValueType: String; ValueData: "1"; Flags: uninsdeletekey 
  30. [Icons]
  31. Name: "{group}\VB6 Demo Program"; Filename: "{app}\BarCodeWiz VB6\BarCodeWiz.vbp"; WorkingDir: "{app}"; IconFilename: "{app}\BarCodeWiz VB6\BarCodeWiz.vbp"; 
  32. Name: "{group}\Word 2000 Demo"; Filename: "{app}\Word 2000 Demo.doc"; WorkingDir: "{app}"; IconFilename: "{app}\Word 2000 Demo.doc"; 
  33. Name: "{group}\Uninstall"; Filename: "{app}\unins000.exe"; WorkingDir: "{app}"; IconFilename: "{app}\unins000.exe"; 
  34. Name: "{group}\Manual"; Filename: "{app}\manual.htm"; WorkingDir: "{app}"; 
  35. Name: "{group}\Purchase Online"; Filename: "{app}\Purchase Online.url"; WorkingDir: "{app}"; IconFilename: "{app}\Purchase Online.url"; 
  36. Name: "{group}\Access 2000 Demo"; Filename: "{app}\barcodewiz.mdb"; WorkingDir: "{app}"; IconFilename: "{app}\barcodewiz.mdb"; 
  37. [UninstallDelete]
  38. Type: filesandordirs; Name: "{app}\BarCodeWiz VB6\BarCodeWiz.vbp"; 
  39. Type: filesandordirs; Name: "{app}\BarCodeWiz VB6\BarCodeWiz.vbw"; 
  40. Type: filesandordirs; Name: "{app}\BarCodeWiz VB6\Form1.frm"; 
  41. Type: filesandordirs; Name: "{app}\barcodewiz.mdb"; 
  42. Type: filesandordirs; Name: "{app}\DLL\BarcodeWiz.dll"; 
  43. Type: filesandordirs; Name: "{app}\manual.htm"; 
  44. Type: filesandordirs; Name: "{app}\Purchase Online.url"; 
  45. Type: filesandordirs; Name: "{app}\Word 2000 Demo.doc"; 
  46. [CustomMessages]
  47. default.NameAndVersion=%1 version %2
  48. default.AdditionalIcons=Additional icons:
  49. default.CreateDesktopIcon=Create a &desktop icon
  50. default.CreateQuickLaunchIcon=Create a &Quick Launch icon
  51. default.ProgramOnTheWeb=%1 on the Web
  52. default.UninstallProgram=Uninstall %1
  53. default.LaunchProgram=Launch %1
  54. default.AssocFileExtension=&Associate %1 with the %2 file extension
  55. default.AssocingFileExtension=Associating %1 with the %2 file extension...
  56. [Languages]
  57. ; These files are stubs
  58. ; To achieve better results after recompilation, use the real language files
  59. Name: "default"; MessagesFile: "embedded\default.isl"; 
  60.