Tagged Questions
The cabwiz tag has no wiki summary.
4
votes
3answers
3k views
How to create the inf file for a smart device cab project from command line?
I am trying to get my continuous integration to create build the smart device cab project from within msbuild on the command line. Everything that I have found says to use the inf file (with cabwiz) ...
1
vote
1answer
33 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
821 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? ...
1
vote
1answer
603 views
Error installing cab file on Windows CE
I'm having trouble using macros in my .inf file that I'm using to create my cab, specifically when setting the InstallDir string. If I do something like this:
...
1
vote
1answer
1k views
WinCE CabWiz error: “inf contains DirIDs, which are not supported”
When building the windows mobile cab for our product, the windows CE CAB Wizard (CabWiz.exe) sometimes returns the error:
Error: File
c:\docume~1\build\locals~1\temp\wiz3340.inf
contains ...
0
votes
1answer
250 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
342 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 ...