home *** CD-ROM | disk | FTP | other *** search
/ Eigen PC: CD-ROM 39 / epc49_cd39.zip / epc49_cd39 / openexp / openexp.exe / Setup.ini < prev    next >
INI File  |  1999-11-04  |  6KB  |  197 lines

  1. ; Installscript for OpenExpert. Copyright (C) 1998-2000 by BAxBEx Software. All Rights reserved.
  2. ;-----------------------------------------------------------------------------------------------
  3.  
  4. [Setup]
  5.  
  6.  AppName           = "OpenExpert"
  7.  Version           = "1.00"
  8.  Title             = "OpenExpert Setup"
  9.  SubTitle          = "Open With submenu for explorers menu"
  10.  Copyright         = "Copyright ⌐ 1999-2000 by BAxBEx Software. All Rights Reserved."
  11.  Company       = BAxBEx Software
  12.  Homepage          = http://www.baxbex.com
  13.  ExeName       = OpenExpert
  14.  Bitmap            = setup.bmp
  15.  Icon              = OpenExpert.ico
  16.  MinimumInstall    = Basic
  17.  TypicalInstall    = Basic,Uninstall
  18.  Platforms         = WinNT,Win95
  19.  RegRootPath       = Software\$Company\$AppName
  20.  BottomLine          = "Visit BAxBEx Software online at http://www.baxbex.com to get more Free- and Shareware"
  21.  BottomLineColor     = $FFFFFF
  22.  
  23.  
  24.  
  25.  UseDesktopAsParentWindow = NO
  26.  DisplaySetupIcon         = No
  27.  
  28. ;-----------------------------------------------------------------------------------------------
  29.  
  30. [Background]
  31.  Color1 = $FF0000
  32.  Color2 = $000000
  33.  
  34. [Finish]
  35.  DisplayRun        = YES
  36.  ProgramPath       = $TargetFolder\$ExeName.exe
  37.  ProgramFlag       = Basic
  38.  
  39.  DisplayReadme     = No
  40.  ReadmePath        = $TargetFolder\readme.txt
  41.  ReadmeFlag        = Help
  42.  FinishTextDe      = Thank you for evaluating $AppName! $Return $Return Be sure to visit the $Company-Website at '$Homepage' to get the most current release of $AppName. You may also want to subscribe to the $Company mailing list to get free update notifications by email. $Return $Return OpenExpert is free for use at home! 
  43.  
  44. ;-----------------------------------------------------------------------------------------------
  45.  
  46. [TargetFolder]
  47.  BrowseForTarget   = Yes
  48.  TargetFolder      = $ProgramFiles\$AppName
  49.  
  50. ;-----------------------------------------------------------------------------------------------
  51.  
  52. [License]
  53.  DisplayLicense    = Yes
  54.  LicenseFile       = lizenz.rtf
  55.  
  56. ;-----------------------------------------------------------------------------------------------
  57.  
  58. [Unload]
  59.  UnloadPrograms    = No
  60.  ClassName         = "Notepad"
  61.  
  62. ;-----------------------------------------------------------------------------------------------
  63. ;
  64. ; Programme nach dem Dekompremieren ausfⁿhren - halbwegs implemntiert
  65. ;
  66. [Run After Extraction]
  67.  RAF_Run           = No
  68.  File              = $ExeName.exe
  69.  
  70. ;-----------------------------------------------------------------------------------------------
  71.  
  72. [RegisterServer]
  73.  DoRegisterFiles   = Yes
  74.  File              = OeffnenMitEx.dll
  75.  
  76. ;-----------------------------------------------------------------------------------------------
  77. ;
  78. ; WebUpdateCmd wird im Uninstaller per ShellExecute ausgefⁿhrt mit Params = "UPDATE"
  79. ;
  80. [WebUpdate]
  81.  WebUpdateCmd = $TargetFolder\$ExeName.exe
  82.  
  83. ;-----------------------------------------------------------------------------------------------
  84.  
  85. [Uninstall]
  86.  CreateUninstall   = Yes
  87.  UninstallString   = "$AppName $Version"
  88.  UninstallApp      = $TargetFolder\uninstall.exe
  89.  
  90.  RemoveReg         = HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run|$AppName
  91.  RemoveReg         = HKEY_CURRENT_USER\$RegRootPath
  92.  RemoveReg         = HKEY_LOCAL_MACHINE\$RegRootPath
  93.  RemoveReg         = HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\$AppName
  94.  RemoveReg         = HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\$AppName.exe
  95.  RemoveReg         = HKEY_CURRENT_USER\Software\BAxBEx\OeffnenMitEx
  96.  
  97.  RemoveEmptyReg    = HKEY_CURRENT_USER\$RegRootPath
  98.  RemoveEmptyReg    = HKEY_LOCAL_MACHINE\$RegRootPath
  99.  
  100.  
  101. ;-----------------------------------------------------------------------------------------------
  102.  
  103. [CreateFolder]
  104.  CreateFolder      = CreateTargetFolder
  105.  
  106. [CreateTargetFolder]
  107.  Path              = $TargetFolder
  108.  Flag              = Basic
  109.  
  110. ;-----------------------------------------------------------------------------------------------
  111.  
  112. [Registry]
  113.  AddStandardKeys   = Yes
  114.  AddRegistry       = RegisterItem1
  115.  AddRegistry       = RegistryAppPath1
  116.  AddRegistry       = RegistryAppPath2
  117.  
  118. [RegistryAppPath1]
  119.  RootKey           = HKEY_LOCAL_MACHINE
  120.  Path              = SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\$ExeName.exe
  121.  Value             = "$TargetFolder\roundclock.exe"
  122.  Flag              = Basic
  123.  
  124. [RegistryAppPath2]
  125.  RootKey           = HKEY_LOCAL_MACHINE
  126.  Path              = SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\$ExeName.exe
  127.  ItemName          = "Path"
  128.  Value             = "$TargetFolder"
  129.  Flag              = Basic
  130.  
  131. [RegisterItem1]
  132.  Rootkey           = HKey_CURRENT_USER
  133.  Path              = Software\BAxBEx\OeffnenMitEx
  134.  ItemName          = "cmd"
  135.  Value             = "$TargetFolder\$ExeName.exe"
  136.  Flag              = Basic
  137.  
  138. ;-----------------------------------------------------------------------------------------------
  139.  
  140. [InstallFlags]
  141.  SelectInstallType = No
  142.  CustomInstall     = No
  143.  
  144. ;-----------------------------------------------------------------------------------------------
  145.  
  146. [ProgramGroup]
  147.  CreateGroup       = Yes
  148.  GroupName         = $AppName
  149.  InstallShortcut   = OpenExpertShortcut
  150.  InstallShortcut   = HelpShortcut
  151.  Flag              = ProgramGroup
  152.  
  153. [OpenExpertShortcut]
  154.  ShortcutPath      = $GroupFolder\$AppName
  155.  TargetFile        = $TargetFolder\$ExeName.exe
  156.  Flag              = Basic
  157.  
  158. [HelpShortcut]
  159.  ShortcutPath      = $GroupFolder\OpenExert Hilfe
  160.  TargetFile        = $TargetFolder\OpenExpert.hlp
  161.  Flag              = Basic
  162.  
  163. ;-----------------------------------------------------------------------------------------------
  164.  
  165. [Install Files]
  166.  File = OpenExpert.exe
  167.  File = OeffnenMitEx.dll
  168.  File = BAxBEx Web Site.url
  169.  File = uninstall.exe
  170. ; File = OpenExpert.hlp
  171. ; File = OpenExpert.cnt
  172. ;-----------------------------------------------------------------------------------------------
  173.  
  174. [OpenExpert.exe]
  175.  Flag = Basic
  176.  
  177. ;[OpenExpert.hlp]
  178. ; Flag = Basic
  179.  
  180. ;[OpenExpert.cnt]
  181. ; Flag = Basic
  182.  
  183. [OeffnenMitEx.dll]
  184.  Flag = Basic
  185.  TargetFolder = $SystemFolder
  186.  RegisterServer = Yes
  187.  
  188. [BAxBEx Web Site.url]
  189.  Flag = ProgramGroup
  190.  TargetFolder = $GroupFolder
  191.  
  192. [uninstall.exe]
  193.  Flag = Uninstall  
  194.  
  195. ;-----------------------------------------------------------------------------------------------
  196. ;End of file
  197.