Hello,
I get my 6.0 installation to work but not 6.10.
Can anyone see an obvious problem with my inf file? No file is downloaded.
----------
; VpeCtrl61.inf
;
; Setup inf file for VPE ActiveX control
;
; Copyright (C) 1999 IDEAL Software(R). All rights reserved.
[Version]
Signature="$CHICAGO$"
Provider=IDEAL Software
AdvancedINF=2.0
[DefaultInstall]
AddReg=AddRegSection
[Add.Code]
VpeCtrl61.ocx=VpeCtrl61.ocx
vpep3261.dll=vpep3261.dll
IDEALSoftware.VpeProfessional.dll=IDEALSoftware.VpeProfessional.dll
IDEALSoftware.VpeWebProfessional.dll=IDEALSoftware.VpeWebProfessional.dll
VpeView.exe=VpeView.exe
VpeCtrl61.dep=VpeCtrl61.dep
[VpeCtrl61.ocx]
file-win32-x86=thiscab
clsid={3BC5ECCA-8164-49F7-9B3C-6C1F9FACB6A1}
FileVersion=6,1,0,0
RegisterServer=yes
[vpep3261.dll]
file-win32-x86=thiscab
FileVersion=6,1,0,0
DestDir=11
[VpeView.exe]
file-win32-x86=thiscab
FileVersion=6,1,0,0
DestDir=10
[VpeCtrl61.dep]
file-win32-x86=thiscab
DestDir=11
[Setup Hooks]
InfFile=VpeCtrl61.inf
[AddRegSection]
HKCU,"Software\IDEAL Software\VPE View\Settings",,,
HKCR,".vpe",,,"vpedoc"
HKCR,"vpedoc",,,"VPE Document"
HKCR,"vpedoc\DefaultIcon",,,"%10%\VpeView.exe,1"
HKCR,"vpedoc\Shell\open\command",,,"%10%\VpeView.exe %%1"
HKCR,"vpedoc\Shell\print\command",,,"%10%\VpeView.exe /p %%1"
HKCR,"vpedoc\Shell\printto\command",,,"%10%\VpeView.exe /p %%1|%%2"
----------------