From: Karsten Baumann on
Hello NG,

I have a problem. I want to install a cab with Visual Basic .NET. I have a
Test.cab and a Setup.ini

[CEAppManager]
Version = 1.0
Component = Test App

[Test App]
Description = Test App for PocketPC
CabFiles = Test.cab


Now when I run

<<FullPath>>\CEAPPMGR.EXE "<<FullPath>>\Setup.ini"

the CEAPPMGR.EXE starts without a cab-install. Whats the problem??? Please
help me.

Karsten