home *** CD-ROM | disk | FTP | other *** search
/ Hacker CD 2 / HACKER_CD.iso / Hacker_CD / data / Web / INTERNET_UTILITIES / EASYBROWSE / EASYBROWSE.EXE / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-03-25  |  2.9 KB  |  55 lines

  1. ;InnoSetupVersion=2.0.18
  2. [Setup]
  3. AppName=EasyBrowse Platinum (Enterprise)
  4. AppVerName=EasyBrowse Platinum (Enterprise) 2.1.1
  5. AppId=EasyBrowse Platinum (Enterprise)
  6. AppPublisher=V-Rameen, Inc.
  7. AppPublisherURL=http://www.vrameen.com
  8. AppSupportURL=http://www.vrameen.com
  9. AppUpdatesURL=http://www.vrameen.com
  10. DefaultDirName={pf}\VRameen
  11. DefaultGroupName=EasyBrowse Platinum
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. DisableProgramGroupPage=yes
  16. LicenseFile=embedded\License.txt
  17. InfoBeforeFile=embedded\InfoBefore.txt
  18. InfoAfterFile=embedded\InfoAfter.txt
  19. WizardImageFile=embedded\WizardImage0.bmp
  20. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  21. [Files]
  22. Source: "{app}\EASYBROWSE2003.exe"; DestDir: "{app}"; 
  23. Source: "{app}\VB6STKIT.DLL"; DestDir: "{app}"; 
  24. Source: "{app}\asycfilt.dll"; DestDir: "{app}"; 
  25. Source: "{app}\COMCAT.DLL"; DestDir: "{app}"; 
  26. Source: "{app}\comctl32.ocx"; DestDir: "{app}"; Flags: restartreplace regserver sharedfile 
  27. Source: "{app}\data1.ent"; DestDir: "{app}"; 
  28. Source: "{app}\data2.ent"; DestDir: "{app}"; 
  29. Source: "{app}\data3.dll"; DestDir: "{app}"; 
  30. Source: "{app}\FlatBtn6.ocx"; DestDir: "{app}"; Flags: restartreplace regserver sharedfile 
  31. Source: "{app}\Msinet.ocx"; DestDir: "{app}"; Flags: restartreplace regserver sharedfile 
  32. Source: "{app}\msvbvm60.dll"; DestDir: "{app}"; 
  33. Source: "{app}\Mswinsck.ocx"; DestDir: "{app}"; Flags: restartreplace regserver sharedfile 
  34. Source: "{app}\naverr.htm"; DestDir: "{app}"; 
  35. Source: "{app}\oleaut32.dll"; DestDir: "{app}"; 
  36. Source: "{app}\olepro32.dll"; DestDir: "{app}"; 
  37. Source: "{app}\rdata.dll"; DestDir: "{app}"; 
  38. Source: "{app}\TABCTL32.OCX"; DestDir: "{app}"; Flags: restartreplace regserver sharedfile 
  39. Source: "{app}\favs.htm"; DestDir: "{app}"; 
  40. Source: "{app}\FLASH.ocx"; DestDir: "{app}"; Flags: restartreplace regserver sharedfile 
  41. [INI]
  42. FileName: "{app}\EASYBROWSE2003.url"; Section: "InternetShortcut"; Key: "URL"; String: "http://www.vrameen.com"; 
  43. [Run]
  44. Filename: "{app}\EASYBROWSE2003.exe"; Description: "Launch EasyBrowse Platinum (Enterprise)"; Flags: postinstall skipifsilent nowait
  45. [Icons]
  46. Name: "{group}\EasyBrowse Platinum (Enterprise)"; Filename: "{app}\EASYBROWSE2003.exe"; 
  47. Name: "{group}\EasyBrowse Platinum (Enterprise) on the Web"; Filename: "{app}\EASYBROWSE2003.url"; 
  48. Name: "{userdesktop}\EasyBrowse Platinum (Enterprise)"; Filename: "{app}\EASYBROWSE2003.exe"; Tasks: desktopicon; 
  49. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\EasyBrowse Platinum (Enterprise)"; Filename: "{app}\EASYBROWSE2003.exe"; Tasks: quicklaunchicon; 
  50. [Tasks]
  51. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  52. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  53. [UninstallDelete]
  54. Type: files; Name: "{app}\EASYBROWSE2003.url"; 
  55.