Tagged Questions
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
621 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
359 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 ...