S
Sven Rutten
Hi all!
I have a problem making a CAB of some files!
I can make a CAB, but I have problem with the "CESelfRegister" for
registring the dll itself....
My inf file is like this:
[Version]
Signature="$Windows NT$"
Provider="RuttenSoft"
CESignature="$Windows CE$"
[CEStrings]
AppName="eRuntimes"
InstallDir=%CE2%
[CEDevice]
VersionMin=4.00
VersionMax=4.99
[DefaultInstall]
CopyFiles=Files.Common
CESelfRegister = MSCEComm.dll
CESelfRegister = MSCEComDlg.dll
[SourceDisksNames]
1=,"Common1",,"C:\Dokumente und Einstellungen\Sven Rutten\Eigene
Dateien\eVB_Runtimes_SP2003"
[SourceDisksFiles]
MSCEComm.dll=1
MSCEComDlg.dll=1
[DestinationDirs]
Files.Common=0,%InstallDir%
[Files.Common]
MSCEComm.dll,,,0
MSCEComDlg.dll,,,0
[Shortcuts]
This is working, I get a CAB-File, but when I install it, the dll are not
registered!
Allthough they should because I used the CESelfRegister as proposed on MSDN
Any suggestions?
Thanks
I have a problem making a CAB of some files!
I can make a CAB, but I have problem with the "CESelfRegister" for
registring the dll itself....
My inf file is like this:
[Version]
Signature="$Windows NT$"
Provider="RuttenSoft"
CESignature="$Windows CE$"
[CEStrings]
AppName="eRuntimes"
InstallDir=%CE2%
[CEDevice]
VersionMin=4.00
VersionMax=4.99
[DefaultInstall]
CopyFiles=Files.Common
CESelfRegister = MSCEComm.dll
CESelfRegister = MSCEComDlg.dll
[SourceDisksNames]
1=,"Common1",,"C:\Dokumente und Einstellungen\Sven Rutten\Eigene
Dateien\eVB_Runtimes_SP2003"
[SourceDisksFiles]
MSCEComm.dll=1
MSCEComDlg.dll=1
[DestinationDirs]
Files.Common=0,%InstallDir%
[Files.Common]
MSCEComm.dll,,,0
MSCEComDlg.dll,,,0
[Shortcuts]
This is working, I get a CAB-File, but when I install it, the dll are not
registered!
Allthough they should because I used the CESelfRegister as proposed on MSDN
Any suggestions?
Thanks