Tagged Questions

1
vote
1answer
34 views

Is it possible to make so that Windows Mobile would keep some files which were installed from a .cab file after unstallation?

I'm making .cab file for deploying my application on mobile devices (Windows Mobile 6.5). I create it "manually" with cabwiz.exe, because Visual Studio 2008 has problems with CAB projects (they are ...
1
vote
1answer
824 views

Where to find CabWiz.exe

I am resetting up my development machine and I cannot seem to remember where I got CabWiz.exe (used for creating installation cab files for windows mobile). Is that on MSDN Downloads in some package? ...
0
votes
1answer
251 views

NAnt exec task with cabwiz.exe fails

I am using NAnt 0.90 on Windows 7 Professional. I am trying to build a CAB file using NAnt. NAnt is using an execute task to have CabWiz build the CAB file using an inf file. The build fails, but if ...
0
votes
1answer
345 views

Exclude setup.dll from Smart Cab Project in VS2008

I have added some custom actions to our installer which is run on CE5 and WM6. This installer works fine and builds fine. There is however one annoyance. The setup.dll is deployed to the device and ...
0
votes
2answers
439 views

Launching cab file from Visual C++ dll

Does anybody know how to launch a cab file from a Visual C++ dll thats being used as a setup dll when installing an application on windows mobile. Basically, I need the dll to detect if compact ...