Tagged Questions
0
votes
1answer
183 views
use devenv to build smart Smart Device CAB project with specified configuration
I have a Visual Studio 2008 solution with a Smart Device CAB project. I am working on automating the release process. I am using devenv to build the inf file that I use to build the CAB like this:
...
0
votes
2answers
676 views
Deploy system DLL inside CAB file
I’m looking for a way to deploy a system DLL within my ActiveX CAB file. CAB cannot update system file and whole installation fails. Perfectly, I would like to copy the DLL into ActiveX installation ...