home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Shareware / Programare / barcode / BarCodeWiz_1_6_Demo.exe / install_script.iss
Text File  |  2004-05-31  |  3KB  |  67 lines

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