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) ...
0
votes
0answers
20 views

Unpacking a CAB file that was created using Smart Device deployment project

Is it possible to open this using WinRar and see the actual contents rather than gibberish file names? Note that I am trying to unpack it on a Windows XP PC and look what is in there...Cab works fine ...
0
votes
1answer
244 views

Icon doesn't show up in the CAB installer

I have added icon.ico file (custom made) in my VS project for smart device application. I also created a CAB installer project. The icon.ico is supposedly automatically appears as a shortcut icon, but ...