home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 2001 January / CT_SW0101.ISO / pc / software / betrieb / menue / shellpic.exe / Setup.ini < prev    next >
INI File  |  2000-02-23  |  28KB  |  924 lines

  1. ; Installscript for Shell Picture. Copyright (C) 1998-2000 by BAxBEx Software. All Rights reserved.
  2. ;-----------------------------------------------------------------------------------------------
  3.  
  4. [Setup]
  5.  
  6.  AppName             = "Shell Picture"
  7.  Version             = "1.60"
  8.  Title               = "Shell Picture 1.60"
  9.  SubTitle            = "Schnelle Bildvorschau f¸r Windows9x,\nWindows NT 4 und Windows 2000"
  10.  Copyright           = "Copyright © 1999-2000 BAxBEx Software. Alle Rechte vorbehalten."
  11.  Company         = "BAxBEx Software"
  12.  Homepage            = "http://www.babe.de"
  13.  ExeName         = "ShellPicture"
  14.  Bitmap              = "Setup.bmp"
  15.  SetupBitmapExStlye  = 0
  16.  TransparentBitmpap  = YES
  17.  Icon                = SP_Icon.ico
  18.  MinimumInstall      = Basic
  19.  TypicalInstall      = Basic,Uninstall
  20.  Platforms           = Win95, Win98, WinNT, Win2K, WinMil
  21.  RegRootPath         = "Software\$COMPANY\$APPNAME"
  22.  BottomLine          = "Besuchen Sie BAxBEx Software im Internet unter http://www.babe.de."
  23.  BottomLineColor     = $FFFFFF
  24.  
  25.  UseDesktopAsParentWindow = NO
  26.  DisplaySetupIcon         = NO
  27.  SilentMsgBox             = NO
  28.  DisplayRegisterPage      = NO
  29.  
  30.  
  31. ;-----------------------------------------------------------------------------------------------
  32.  
  33. [Background]
  34.  Color1 = $FF0000
  35.  Color2 = $000000
  36.  
  37. [Finish]
  38.  DisplayRun        = Yes
  39.  ProgramPath       = "$TARGETFOLDER\$EXENAME.exe"
  40.  ProgramFlag       = Basic
  41.  
  42.  DisplayReadme     = Yes
  43.  ReadmePath        = "$TargetFolder\ShellPicture.hlp"
  44.  ReadmeFlag        = Basic
  45.  
  46. ;-----------------------------------------------------------------------------------------------
  47.  
  48. [TargetFolder]
  49.  BrowseForTarget   = Yes
  50.  TargetFolder      = $PROGRAMFILES\$APPNAME
  51.  
  52. ;-----------------------------------------------------------------------------------------------
  53.  
  54. [License]
  55.  DisplayLicense    = Yes
  56.  LicenseFile       = "lizenz.rtf"
  57.  
  58. ;-----------------------------------------------------------------------------------------------
  59.  
  60. [Unload]
  61.  UnloadPrograms    = Yes
  62.  ClassName         = "TF_97F624E067B811D292EE000021474C15"
  63.  
  64. ;-----------------------------------------------------------------------------------------------
  65.  
  66. ;
  67. [Run After Extraction]
  68.   FileName          = "$TARGETFOLDER\$EXENAME.exe"
  69.   Param             = ini
  70.  
  71. ;-----------------------------------------------------------------------------------------------
  72.  
  73. [RegisterServer]
  74.  DoRegisterFiles   = Yes
  75.  File              = "ShellPicture.dll"
  76.  
  77. ;-----------------------------------------------------------------------------------------------
  78. ;
  79. ; WebUpdateCmd wird im Uninstaller per ShellExecute ausgef¸hrt mit Params = "UPDATE"
  80. ;
  81. [WebUpdate]
  82.  WebUpdateCmd = "$TARGETFOLDER\$EXENAME.exe UPDATE"
  83.  
  84. ;-----------------------------------------------------------------------------------------------
  85. ; -- Optionen f¸r RegisterPage
  86.  
  87. [UserName] 
  88.  Rootkey           = HKey_Local_Machine
  89.  Path              = "Software\BAxBEx\ShellPicture\USERINFO"
  90.  ItemName          = "Name"
  91.  Value             = "Carsten"
  92.  
  93. [RegID]
  94.  Rootkey           = HKey_Local_Machine
  95.  Path              = "Software\BAxBEx\ShellPicture\USERINFO"
  96.  ItemName          = "RegID"
  97.  Value             = "XXX"
  98.  
  99. ;-----------------------------------------------------------------------------------------------
  100.  
  101. [Billboards]
  102.  DisplayBillboard   =  Yes
  103.  Billboard          =  Billboard1
  104.  
  105. ;-----------------------------------------------------------------------------------------------
  106. [Billboard1]
  107.  Bitmap       = "billboard1.bmp"
  108.  XOrient      = Center
  109.  YOrient      = Top
  110.  
  111. ;-----------------------------------------------------------------------------------------------
  112.  
  113. [Uninstall]
  114.  CreateUninstall   = Yes
  115.  UninstallString   = "$APPNAME $Version"
  116.  UninstallApp      = "$TARGETFOLDER\uninstall.exe"
  117.  
  118.  RemoveReg         = "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Run|$APPNAME"
  119.  RemoveReg         = "HKEY_CURRENT_USER\$REGROOTPATH"
  120.  RemoveReg         = "HKEY_LOCAL_MACHINE\$REGROOTPATH"
  121.  RemoveReg         = "HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Uninstall\$APPNAME"
  122.  RemoveReg         = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\$APPNAME.exe"
  123.  RemoveReg         = "HKEY_CURRENT_USER\Software\BAxBEx\ShellPicture"
  124.  RemoveReg         = "HKEY_Local_Machine\Software\BAxBEx\ShellPicture"
  125.  RemoveReg         = "HKey_CLASSES_ROOT\.spcc"
  126.  RemoveReg         = "HKey_CLASSES_ROOT\ShellPicClip"
  127.  
  128.  RemoveEmptyReg    = "HKEY_CURRENT_USER\$REGROOTPATH"
  129.  RemoveEmptyReg    = "HKEY_LOCAL_MACHINE\$REGROOTPATH"
  130.  
  131.  
  132. ;-----------------------------------------------------------------------------------------------
  133.  
  134. [CreateFolder]
  135.  CreateFolder      = CreateTargetFolder
  136.  
  137. [CreateTargetFolder]
  138.  Path              = $TARGETFOLDER
  139.  Flag              = Basic
  140.  
  141. ;-----------------------------------------------------------------------------------------------
  142.  
  143. [Registry]
  144.  AddStandardKeys   = No
  145.  AddRegistry       = RegisterLanguage
  146.  AddRegistry       = RegisterItem1
  147.  AddRegistry       = RegisterItem2
  148.  AddRegistry       = RegisterItem3
  149.  AddRegistry       = RegisterItem4
  150.  AddRegistry       = RegisterItem5
  151.  AddRegistry       = RegisterItem6
  152.  AddRegistry       = RegisterItem7
  153.  
  154.  AddRegistry       = RegisterConvert1
  155.  AddRegistry       = RegisterConvert2
  156.  AddRegistry       = RegisterConvert3
  157.  AddRegistry       = RegisterConvert4
  158.  AddRegistry       = RegisterConvert5
  159.  
  160.  AddRegistry       = RegisterText1
  161.  AddRegistry       = RegisterText2
  162.  AddRegistry       = RegisterText3
  163.  AddRegistry       = RegisterText4
  164.  AddRegistry       = RegisterText5
  165.  AddRegistry       = RegisterText6
  166.  AddRegistry       = RegisterText7
  167.  
  168.  AddRegistry       = RegisterShellEx1
  169.  
  170.  AddRegistry       = RegisterClipboard1
  171.  AddRegistry       = RegisterClipboard2
  172.  AddRegistry       = RegisterClipboard3
  173.  AddRegistry       = RegisterClipboard4
  174.  AddRegistry       = RegisterClipboard5
  175.  AddRegistry       = RegisterClipboard6
  176.  
  177.  AddRegistry       = RegistryAppPath1
  178.  AddRegistry       = RegistryAppPath2
  179.  
  180. [RegisterLanguage]
  181.  Rootkey           = HKey_Current_User
  182.  Path              = "Software\BAxBEx\ShellPicture"
  183.  ItemName          = "Language"
  184.  ValueInt          = 0
  185.  Flag              = Basic
  186.  Overwrite          = TRUE
  187.  
  188. [RegisterItem1]
  189.  Rootkey           = HKey_CURRENT_USER
  190.  Path              = "Software\BAxBEx\ShellPicture"
  191.  ItemName          = "status"
  192.  ValueInt          = 0
  193.  Flag              = Basic
  194.  Overwrite          = FALSE
  195.  
  196. [RegisterItem2]
  197.  Rootkey           = HKey_Local_Machine
  198.  Path              = "Software\BAxBEx\ShellPicture"
  199.  ItemName          = "cmd"
  200.  Value             = "$TARGETFOLDER\$EXENAME.exe"
  201.  Flag              = Basic
  202.  
  203. [RegisterItem3]
  204.  Rootkey           = HKey_Local_Machine
  205.  Path              = "Software\BAxBEx\ShellPicture"
  206.  ItemName          = "CacheSize"
  207.  ValueInt          = 10
  208.  Flag              = Basic
  209.  Overwrite          = FALSE
  210.  
  211. [RegisterItem4]
  212.  Rootkey           = HKey_Local_Machine
  213.  Path              = "Software\BAxBEx\ShellPicture"
  214.  ItemName          = "PictureSize"
  215.  ValueInt          = 150
  216.  Flag              = Basic
  217.  Overwrite          = FALSE
  218.  
  219. [RegisterItem5]
  220.  Rootkey           = HKey_Local_Machine
  221.  Path              = "Software\BAxBEx\ShellPicture"
  222.  ItemName          = "DisplaySym"
  223.  Value             = " "
  224.  Flag              = Basic
  225.  Overwrite          = FALSE
  226.  
  227. [RegisterItem6]
  228.  Rootkey           = HKey_Local_Machine
  229.  Path              = "Software\BAxBEx\ShellPicture"
  230.  ItemName          = "Mainmenu"
  231.  Value             = " "
  232.  Flag              = Basic
  233.  Overwrite          = FALSE
  234.  
  235. [RegisterItem7]
  236.  Rootkey           = HKey_Local_Machine
  237.  Path              = "Software\BAxBEx\ShellPicture"
  238.  ItemName          = "Stretch"
  239.  Value             = ""
  240.  Flag              = Basic
  241.  Overwrite          = FALSE
  242.  
  243. [RegisterConvert1]
  244.  Rootkey           = HKey_Local_Machine
  245.  Path              = "Software\BAxBEx\ShellPicture\FastConvert\.bmp"
  246.  Value             = "b24"
  247.  Flag              = Basic
  248.  Overwrite          = FALSE
  249.  
  250. [RegisterConvert2]
  251.  Rootkey           = HKey_Local_Machine
  252.  Path              = "Software\BAxBEx\ShellPicture\FastConvert\.jpg"
  253.  Value             = "b24"
  254.  Flag              = Basic
  255.  Overwrite          = FALSE
  256.  
  257. [RegisterConvert3]
  258.  Rootkey           = HKey_Local_Machine
  259.  Path              = "Software\BAxBEx\ShellPicture\FastConvert\.png"
  260.  Value             = "b24"
  261.  Flag              = Basic
  262.  Overwrite          = FALSE
  263.  
  264. [RegisterConvert4]
  265.  Rootkey           = HKey_Local_Machine
  266.  Path              = "Software\BAxBEx\ShellPicture\FastConvert\.tif"
  267.  Value             = "b24"
  268.  Flag              = Basic
  269.  Overwrite          = FALSE
  270.  
  271. [RegisterConvert5]
  272.  Rootkey           = HKey_Local_Machine
  273.  Path              = "Software\BAxBEx\ShellPicture\FastConvert\.pcx"
  274.  Value             = "b24"
  275.  Flag              = Basic
  276.  Overwrite          = FALSE
  277.  
  278. [RegisterText1]
  279.  Rootkey           = HKey_Local_Machine
  280.  Path              = "Software\BAxBEx\ShellPicture\Txt"
  281.  ItemName          = "Mainmenu"
  282.  Value             = " "
  283.  Flag              = Basic
  284.  Overwrite          = FALSE
  285.  
  286. [RegisterText2]
  287.  Rootkey           = HKey_Local_Machine
  288.  Path              = "Software\BAxBEx\ShellPicture\Txt"
  289.  ItemName          = "TxtPreview"
  290.  ValueInt          = 2
  291.  Flag              = Basic
  292.  Overwrite          = FALSE
  293.  
  294. [RegisterText3]
  295.  Rootkey           = HKey_Local_Machine
  296.  Path              = "Software\BAxBEx\ShellPicture\Txt"
  297.  ItemName          = "TxtSize"
  298.  ValueInt          = 300
  299.  Flag              = Basic
  300.  Overwrite          = FALSE
  301.  
  302. [RegisterText4]
  303.  Rootkey           = HKey_Local_Machine
  304.  Path              = "Software\BAxBEx\ShellPicture\Txt\Ext"
  305.  ItemName          = ".diz"
  306.  Value             = " "
  307.  Flag              = Basic
  308.  
  309. [RegisterText5]
  310.  Rootkey           = HKey_Local_Machine
  311.  Path              = "Software\BAxBEx\ShellPicture\Txt\Ext"
  312.  ItemName          = ".reg"
  313.  Value             = " "
  314.  Flag              = Basic
  315.  
  316. [RegisterText6]
  317.  Rootkey           = HKey_Local_Machine
  318.  Path              = "Software\BAxBEx\ShellPicture\Txt\Ext"
  319.  ItemName          = ".txt"
  320.  Value             = " "
  321.  Flag              = Basic
  322.  
  323. [RegisterText7]
  324.  Rootkey           = HKey_Local_Machine
  325.  Path              = "Software\BAxBEx\ShellPicture\Txt\Ext"
  326.  ItemName          = ".wri"
  327.  Value             = " "
  328.  Flag              = Basic
  329.  
  330.  
  331. [RegisterShellEx1]
  332.  Rootkey           = HKey_Classes_Root
  333.  Path              = "*\shellex\ContextMenuHandlers"
  334.  Value             = "{67C63340-679B-11D2-92EE-000021474C15}"
  335.  Flag              = Basic
  336.  
  337. [RegisterClipboard1]
  338.  Rootkey           = HKey_Classes_Root
  339.  Path              = ".spcc"
  340.  Value             = "ShellPicClip"
  341.  Flag              = Basic
  342.  
  343. [RegisterClipboard2]
  344.  Rootkey           = HKey_Classes_Root
  345.  Path              = ".spcc\ShellNew"
  346.  Value             = ""
  347.  Flag              = Basic
  348.  
  349. [RegisterClipboard3]
  350.  Rootkey           = HKey_Classes_Root
  351.  Path              = ".spcc\ShellNew"
  352.  ItemName          = "command"
  353.  Value             = "$#34$TARGETFOLDER\$EXENAME.exe$#34 new $#34%1$#34 $#34%2$#34"
  354.  Flag              = Basic
  355.  
  356. [RegisterClipboard4]
  357.  Rootkey           = HKey_Classes_Root
  358.  Path              = "ShellPicClip"
  359.  Value             = "Grafik aus dem Clipboard"
  360.  Flag              = Basic
  361.  Overwrite          = FALSE
  362.  
  363. [RegisterClipboard5]
  364.  Rootkey           = HKey_Classes_Root
  365.  Path              = "ShellPicClip\DefaultIcon"
  366.  Value             = "$TARGETFOLDER\$EXENAME.exe,1"
  367.  Flag              = Basic
  368.  Overwrite         = FALSE
  369.  
  370. [RegisterClipboard6]
  371.  Rootkey           = HKey_Classes_Root
  372.  Path              = "ShellPicClip\Shell\open\command"
  373.  Value             = "$TARGETFOLDER\$EXENAME.exe"
  374.  Flag              = Basic
  375.  
  376. [RegistryAppPath1]
  377.  RootKey           = HKEY_LOCAL_MACHINE
  378.  Path              = "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\$EXENAME.exe"
  379.  Value             = "$TARGETFOLDER\$EXENAME.exe"
  380.  Flag              = Basic
  381.  
  382. [RegistryAppPath2]
  383.  RootKey           = HKEY_LOCAL_MACHINE
  384.  Path              = "SOFTWARE\Microsoft\Windows\CurrentVersion\App Paths\$EXENAME.exe"
  385.  ItemName          = "Path"
  386.  Value             = "$TARGETFOLDER"
  387.  Flag              = Basic
  388.  
  389. ;-----------------------------------------------------------------------------------------------
  390.  
  391. [InstallFlags]
  392.  SelectInstallType = No
  393.  CustomInstall     = No
  394.  
  395. ;-----------------------------------------------------------------------------------------------
  396.  
  397. [ProgramGroup]
  398.  CreateGroup       = Yes
  399.  GroupName         = $APPNAME
  400.  InstallShortcut   = ShellPictureShortcut
  401.  InstallShortcut   = HelpShortcut
  402.  Flag              = ProgramGroup
  403.  
  404. [ShellPictureShortcut]
  405.  ShortcutPath      = "$GROUPFOLDER\$APPNAME"
  406.  TargetFile        = "$TARGETFOLDER\$EXENAME.exe"
  407.  Flag              = Basic
  408.  
  409. [HelpShortcut]
  410.  ShortcutPath      = "$GROUPFOLDER\Shell Picture Help"
  411.  TargetFile        = "$TARGETFOLDER\ShellPicture.hlp"
  412.  Flag              = Basic
  413.  
  414. ;-----------------------------------------------------------------------------------------------
  415. ;-----------------------------------------------------------------------------------------------
  416.  
  417. [FileExtension]
  418.  FileExtensionItem = GIF-Dateien
  419.  FileExtensionItem = BMP-Dateien
  420.  FileExtensionItem = TIFF-Dateien
  421.  FileExtensionItem = PCX-Dateien
  422.  FileExtensionItem = JPG-Dateien
  423.  FileExtensionItem = PSP-Dateien
  424.  FileExtensionItem = PSD-Dateien
  425.  FileExtensionItem = PNG-Dateien
  426.  FileExtensionItem = PCX-Dateien
  427.  FileExtensionItem = CLP-Dateien
  428.  FileExtensionItem = CPT-Dateien
  429.  FileExtensionItem = TGA-Dateien
  430.  FileExtensionItem = RAS-Dateien
  431.  FileExtensionItem = CUR-Dateien
  432.  FileExtensionItem = IFF-Dateien
  433.  FileExtensionItem = EPS-Dateien
  434.  FileExtensionItem = CAM-Dateien
  435.  FileExtensionItem = G3-Dateien
  436.  FileExtensionItem = ANI-Dateien
  437.  FileExtensionItem = SFW-Dateien
  438.  FileExtensionItem = RLE-Dateien
  439.  FileExtensionItem = DIB-Dateien
  440.  FileExtensionItem = ICO-Dateien
  441.  FileExtensionItem = EMF-Dateien
  442.  FileExtensionItem = WMF-Dateien
  443.  FileExtensionItem = PBM-Dateien
  444.  FileExtensionItem = PGM-Dateien
  445.  FileExtensionItem = PPM-Dateien
  446.  
  447. [JPG-Dateien]
  448.  Item              = "JPG-Dateien"
  449.  Description       = "Joint Photographic Experts Group"
  450.  Summary           = "       - verkn¸pfe JPG-Dateien mit $APPNAME"
  451.  AddFileExtension  = JPG
  452.  
  453. [JPG]
  454.  Extension        = ".JPG"
  455.  Name             = "sp_JPG"
  456.  FileType         = "JPG-Grafik"
  457.  ContentType      = "image/JPG"
  458.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  459.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,16"
  460.  BasedOnExisting  = YES
  461.  
  462. [PCX-Dateien]
  463.  Item              = "PCX-Dateien"
  464.  Description       = "ZSoft Paintbrush"
  465.  Summary           = "       - verkn¸pfe PCX-Dateien mit $APPNAME"
  466.  AddFileExtension  = PCX
  467.  
  468. [PCX]
  469.  Extension        = ".pcx"
  470.  Name             = "sp_pcx"
  471.  FileType         = "Paintbrush-Grafik"
  472.  ContentType      = "image/pcx"
  473.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  474.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,19"
  475.  BasedOnExisting  = YES
  476.  
  477. [GIF-Dateien]
  478.  Item              = "GIF-Dateien"
  479.  Description       = "Graphics Interchange Format"
  480.  Summary           = "       - verkn¸pfe GIF-Dateien mit $APPNAME"
  481.  AddFileExtension  = GIF
  482.  
  483. [GIF]
  484.  Extension        = ".GIF"
  485.  Name             = "sp_gif"
  486.  FileType         = "GIF-Datei"
  487.  ContentType      = "image/GIF"
  488.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  489.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,13"
  490.  BasedOnExisting  = YES
  491.  
  492.  
  493. [TIFF-Dateien]
  494.  Item              = "TIFF-Dateien"
  495.  Description       = "Tagged Image File Format"
  496.  Summary           = "       - verkn¸pfe TIFF-Dateien mit $APPNAME"
  497.  AddFileExtension  = TIFF
  498.  
  499. [TIFF]
  500.  Extension        = ".tif"
  501.  Name             = "sp_tif"
  502.  FileType         = "TIFF-Datei"
  503.  ContentType      = "image/tiff"
  504.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  505.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,29"
  506.  BasedOnExisting  = YES
  507.  
  508.  
  509. [BMP-Dateien]
  510.  Item              = "BMP-Dateien"
  511.  Description       = "Windows Bitmap"
  512.  Summary           = "       - verkn¸pfe BMP-Dateien mit $APPNAME"
  513.  AddFileExtension  = BMP
  514.  
  515. [BMP]
  516.  Extension        = ".bmp"
  517.  Name             = "sp_bmp"
  518.  FileType         = "Bitamp-Grafik"
  519.  ContentType      = "image/bmp"
  520.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  521.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,4"
  522.  BasedOnExisting  = YES
  523.  
  524.  
  525. [PSD-Dateien]
  526.  Item              = "PSD-Dateien"
  527.  Description       = "PhotoShop Dateiformat"
  528.  Summary           = "       - verkn¸pfe PSD-Dateien mit $APPNAME"
  529.  AddFileExtension  = PSD
  530.  
  531. [PSD]
  532.  Extension        = ".PSD"
  533.  Name             = "sp_PSD"
  534.  FileType         = "PhotoShop-Grafik"
  535.  ContentType      = "image/PSD"
  536.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  537.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,23"
  538.  BasedOnExisting  = YES
  539.  
  540. [PSP-Dateien]
  541.  Item              = "PSP-Dateien"
  542.  Description       = "Paint Shop Pro Dateiformat"
  543.  Summary           = "       - verkn¸pfe PSP-Dateien mit $APPNAME"
  544.  AddFileExtension  = PSP
  545.  
  546. [PSP]
  547.  Extension        = ".PSP"
  548.  Name             = "sp_PSP"
  549.  FileType         = "PaintShopPro-Grafik"
  550.  ContentType      = "image/PSP"
  551.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  552.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,24"
  553.  BasedOnExisting  = YES
  554.  
  555. [PNG-Dateien]
  556.  Item              = "PNG-Dateien"
  557.  Description       = "Portable Network Graphics"
  558.  Summary           = "       - verkn¸pfe PNG-Dateien mit $APPNAME"
  559.  AddFileExtension  = PNG
  560.  
  561. [PNG]
  562.  Extension        = ".PNG"
  563.  Name             = "sp_PNG"
  564.  FileType         = "PNG-Grafik"
  565.  ContentType      = "image/PNG"
  566.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  567.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,21"
  568.  BasedOnExisting  = YES
  569.  
  570.  
  571. [CLP-Dateien]
  572.  Item              = "CLP-Dateien"
  573.  Description       = "Windows clipboard format"
  574.  Summary           = "       - verkn¸pfe CLP-Dateien mit $APPNAME"
  575.  AddFileExtension  = CLP
  576.  
  577. [CLP]
  578.  Extension        = ".CLP"
  579.  Name             = "sp_CLP"
  580.  FileType         = "CLP-Datei"
  581.  ContentType      = "image/CLP"
  582.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  583.  DefaultIconCmd   = $TARGETFOLDER\$EXENAME.exe,6
  584.  BasedOnExisting  = YES
  585.  
  586.  
  587. [TGA-Dateien]
  588.  Item              = "TGA-Dateien"
  589.  Description       = "Truevision Advanced Raster Graphics Adapter"
  590.  Summary           = "       - verkn¸pfe TGA-Dateien mit $APPNAME"
  591.  AddFileExtension  = TGA
  592.  
  593. [TGA]
  594.  Extension        = ".TGA"
  595.  Name             = "sp_TGA"
  596.  FileType         = "TGA-Grafik"
  597.  ContentType      = "image/TGA"
  598.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  599.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,28"
  600.  BasedOnExisting  = YES
  601.  
  602. [RAS-Dateien]
  603.  Item              = "RAS-Dateien"
  604.  Description       = "Sun Raster"
  605.  Summary           = "       - verkn¸pfe RAS-Dateien mit $APPNAME"
  606.  AddFileExtension  = RAS
  607.  
  608. [RAS]
  609.  Extension        = ".RAS"
  610.  Name             = "sp_RAS"
  611.  FileType         = "RAS-Grafik"
  612.  ContentType      = "image/RAS"
  613.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  614.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,25"
  615.  BasedOnExisting  = YES
  616.  
  617.  
  618. [CUR-Dateien]
  619.  Item              = "CUR-Dateien"
  620.  Description       = "Cursor Resource Datei"
  621.  Summary           = "       - verkn¸pfe CUR-Dateien mit $APPNAME"
  622.  AddFileExtension  = CUR
  623.  
  624. [CUR]
  625.  Extension        = ".CUR"
  626.  Name             = "sp_CUR"
  627.  FileType         = "Cursor-Datei"
  628.  ContentType      = "image/CUR"
  629.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  630.  DefaultIconCmd   = "%1"
  631.  BasedOnExisting  = YES
  632.  
  633.  
  634. [IFF-Dateien]
  635.  Item              = "IFF-Dateien"
  636.  Description       = "Interchange File Format"
  637.  Summary           = "       - verkn¸pfe IFF-Dateien mit $APPNAME"
  638.  AddFileExtension  = IFF
  639.  
  640. [IFF]
  641.  Extension        = ".IFF"
  642.  Name             = "sp_IFF"
  643.  FileType         = "IFF-Grafik"
  644.  ContentType      = "image/IFF"
  645.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  646.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,15"
  647.  BasedOnExisting  = YES
  648.  
  649. [CPT-Dateien]
  650.  Item              = "CPT-Dateien"
  651.  Description       = "CorelDraw Photopaint"
  652.  Summary           = "       - verkn¸pfe CPT-Dateien mit $APPNAME"
  653.  AddFileExtension  = CPT
  654.  
  655. [CPT]
  656.  Extension        = ".CPT"
  657.  Name             = "sp_CPT"
  658.  FileType         = "CPT-Grafik"
  659.  ContentType      = "image/CPT"
  660.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  661.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,7"
  662.  BasedOnExisting  = YES
  663.  
  664.  
  665. [EPS-Dateien]
  666.  Item              = "EPS-Dateien"
  667.  Description       = "Encapsulated PostScript"
  668.  Summary           = "       - verkn¸pfe EPS-Dateien mit $APPNAME"
  669.  AddFileExtension  = EPS
  670.  
  671. [EPS]
  672.  Extension        = ".EPS"
  673.  Name             = "sp_EPS"
  674.  FileType         = "EPS-Grafik"
  675.  ContentType      = "image/EPS"
  676.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  677.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,11"
  678.  BasedOnExisting  = YES
  679.  
  680.  
  681. [CAM-Dateien]
  682.  Item              = "CAM-Dateien"
  683.  Description       = "Casio digital camera file"
  684.  Summary           = "       - verkn¸pfe CAM-Dateien mit $APPNAME"
  685.  AddFileExtension  = CAM
  686.  
  687. [CAM]
  688.  Extension        = ".CAM"
  689.  Name             = "sp_CAM"
  690.  FileType         = "CAM-Grafik"
  691.  ContentType      = "image/CAM"
  692.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  693.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,5"
  694.  BasedOnExisting  = YES
  695.  
  696.  
  697. FileExtensionItem = G3-Dateien
  698. [G3-Dateien]
  699.  Item              = "G3-Dateien"
  700.  Description       = "G3 FAX Datei"
  701.  Summary           = "       - verkn¸pfe G3-Dateien mit $APPNAME"
  702.  AddFileExtension  = G3
  703.  
  704. [G3]
  705.  Extension        = ".G3"
  706.  Name             = "sp_G3"
  707.  FileType         = "G3-Datei"
  708.  ContentType      = "image/G3"
  709.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  710.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,12"
  711.  BasedOnExisting  = YES
  712.  
  713.  
  714. [ANI-Dateien]
  715.  Item              = "ANI-Dateien"
  716.  Description       = "Animated Cursor format"
  717.  Summary           = "       - verkn¸pfe ANI-Dateien mit $APPNAME"
  718.  AddFileExtension  = ANI
  719.  
  720. [ANI]
  721.  Extension        = ".ANI"
  722.  Name             = "sp_ANI"
  723.  FileType         = "Animate Cursor"
  724.  ContentType      = "image/ANI"
  725.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  726.  DefaultIconCmd   = "%1"
  727.  BasedOnExisting  = YES
  728.  
  729. [SFW-Dateien]
  730.  Item              = "SFW-Dateien"
  731.  Description       = "Seattle Film Works"
  732.  Summary           = "       - verkn¸pfe SFW-Dateien mit $APPNAME"
  733.  AddFileExtension  = SFW
  734.  
  735. [SFW]
  736.  Extension        = ".SFW"
  737.  Name             = "sp_SFW"
  738.  FileType         = "SFW-Datei"
  739.  ContentType      = "image/SFW"
  740.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  741.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,27"
  742.  BasedOnExisting  = YES
  743.  
  744.  
  745. [RLE-Dateien]
  746.  Item              = "RLE-Dateien"
  747.  Description       = "Run Length Encoded"
  748.  Summary           = "       - verkn¸pfe RLE-Dateien mit $APPNAME"
  749.  AddFileExtension  = RLE
  750.  
  751. [RLE]
  752.  Extension        = ".RLE"
  753.  Name             = "sp_RLE"
  754.  FileType         = "RLE-Datei"
  755.  ContentType      = "image/RLE"
  756.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  757.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,26"
  758.  BasedOnExisting  = YES
  759.  
  760.  
  761. [DIB-Dateien]
  762.  Item              = "DIB-Dateien"
  763.  Description       = "Device Independent Bitmap"
  764.  Summary           = "       - verkn¸pfe DIB-Dateien mit $APPNAME"
  765.  AddFileExtension  = DIB
  766.  
  767. [DIB]
  768.  Extension        = ".DIB"
  769.  Name             = "sp_DIB"
  770.  FileType         = "DIB-Grafik"
  771.  ContentType      = "image/DIB"
  772.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  773.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,9"
  774.  BasedOnExisting  = YES
  775.  
  776.  
  777.  
  778. [ICO-Dateien]
  779.  Item              = "ICO-Dateien"
  780.  Description       = "Windows Icon"
  781.  Summary           = "       - verkn¸pfe ICO-Dateien mit $APPNAME"
  782.  AddFileExtension  = ICO
  783.  
  784. [ICO]
  785.  Extension        = ".ICO"
  786.  Name             = "sp_ICO"
  787.  FileType         = "Windows Icon"
  788.  ContentType      = "image/ICO"
  789.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  790.  DefaultIconCmd   = "%1"
  791.  BasedOnExisting  = YES
  792.  
  793.  
  794. [EMF-Dateien]
  795.  Item              = "EMF-Dateien"
  796.  Description       = "Enhanced Metafile"
  797.  Summary           = "       - verkn¸pfe EMF-Dateien mit $APPNAME"
  798.  AddFileExtension  = EMF
  799.  
  800. [EMF]
  801.  Extension        = ".EMF"
  802.  Name             = "sp_EMF"
  803.  FileType         = "EMF-Grafik"
  804.  ContentType      = "image/EMF"
  805.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  806.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,10"
  807.  BasedOnExisting  = YES
  808.  
  809.  
  810. [WMF-Dateien]
  811.  Item              = "WMF-Dateien"
  812.  Description       = "Windows MetaFile"
  813.  Summary           = "       - verkn¸pfe WMF-Dateien mit $APPNAME"
  814.  AddFileExtension  = WMF
  815.  
  816. [WMF]
  817.  Extension        = ".WMF"
  818.  Name             = "sp_WMF"
  819.  FileType         = "WMF-Grafik"
  820.  ContentType      = "image/WMF"
  821.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  822.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,30"
  823.  BasedOnExisting  = YES
  824.  
  825.  
  826. [PBM-Dateien]
  827.  Item              = "PBM-Dateien"
  828.  Description       = "Portable Bitmap File"
  829.  Summary           = "       - verkn¸pfe PBM-Dateien mit $APPNAME"
  830.  AddFileExtension  = PBM
  831.  
  832. [PBM]
  833.  Extension        = ".PBM"
  834.  Name             = "sp_PBM"
  835.  FileType         = "PBM-Grafik"
  836.  ContentType      = "image/PBM"
  837.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  838.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,17"
  839.  BasedOnExisting  = YES
  840.  
  841.  
  842. [PGM-Dateien]
  843.  Item              = "PGM-Dateien"
  844.  Description       = "Portable Greymap File"
  845.  Summary           = "       - verkn¸pfe PGM-Dateien mit $APPNAME"
  846.  AddFileExtension  = PGM
  847.  
  848. [PGM]
  849.  Extension        = ".PGM"
  850.  Name             = "sp_PGM"
  851.  FileType         = "PGM-Grafik"
  852.  ContentType      = "image/PGM"
  853.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  854.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,20"
  855.  BasedOnExisting  = YES
  856.  
  857.  
  858. [PPM-Dateien]
  859.  Item              = "PPM-Dateien"
  860.  Description       = "Portable Pixelmap format"
  861.  Summary           = "       - verkn¸pfe PPM-Dateien mit $APPNAME"
  862.  AddFileExtension  = PPM
  863.  
  864. [PPM]
  865.  Extension        = ".PPM"
  866.  Name             = "sp_PPM"
  867.  FileType         = "PPM-Grafik"
  868.  ContentType      = "image/PPM"
  869.  TargetCmd        = "$#34$TARGETFOLDER\$EXENAME.exe$#34 show $#34%1$#34"
  870.  DefaultIconCmd   = "$TARGETFOLDER\$EXENAME.exe,22"
  871.  BasedOnExisting  = YES
  872.  
  873.  
  874. ;-----------------------------------------------------------------------------------------------
  875.  
  876. [Install Files]
  877.   File = "ShellPicture.exe"
  878.   File = "ShellPicture.dll"
  879.   File = "shpicgf.dll"
  880.   File = "Formats.dll"
  881.   File = "shConvert.dll"
  882.   File = "BAxBEx Web Site.url"
  883.   File = "UnInstall.exe"
  884.   File = "ShellPicture.hlp"
  885.   File = "ShellPicture.cnt"
  886. ;-----------------------------------------------------------------------------------------------
  887.  
  888. [ShellPicture.exe]
  889.  Flag = Basic
  890.  
  891. [shpicgf.dll]
  892.  Flag = Basic
  893.  TargetFolder = $SYSTEMFOLDER
  894.  
  895. [Formats.dll]
  896.  Flag = Basic
  897.  TargetFolder = $SYSTEMFOLDER
  898.  
  899.  
  900. [shConvert.dll]
  901.  Flag = Basic
  902.  TargetFolder = $SYSTEMFOLDER
  903.  
  904. [ShellPicture.hlp]
  905.  Flag = Basic
  906.  
  907. [ShellPicture.cnt]
  908.  Flag = Basic
  909.  
  910. [ShellPicture.dll]
  911.  Flag = Basic
  912.  TargetFolder = $SYSTEMFOLDER
  913.  RegisterServer = Yes
  914.  
  915. [BAxBEx Web Site.url]
  916.  Flag = ProgramGroup
  917.  TargetFolder = $GROUPFOLDER
  918.  
  919. [UnInstall.exe]
  920.  Flag = Uninstall
  921.  
  922. ;-----------------------------------------------------------------------------------------------
  923. ;End of file
  924.