Hi
I have a CAB file that installs our program to Windows CE. I have a CAB (and platform configuration) for Windows CE 5 and 6.
Both CABs have their CE Setup DLL property pointing to the Primary Output of a Setup project. Both CABs contain the exact same code (C++).
When installing the CE5 CAB it works perfectly and the custom setup actions are ran from the SetupDLL. When installing the CE6 CAB the setup is not ran, however all the other files are unpacked as expected.
Can anyone shed any light to why this is happening?
All code and projects have been created and built using VS2005 (with all the latest service packs etc)
Thanks Chris