You can get to the point of building, packaging and real signing a driver for production (I assume provisioning and loading a machine under test is not germain here). After that, be it self signed or WHQL, there is no automated process for that in the wdk
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:xxxxx@lists.osr.com] On Behalf Of John Matsumoto
Sent: Tuesday, December 17, 2013 4:54 PM
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] New OSR List for VS2013 Driver Development?
Thanks to everyone for your helpful advice. No, we’re not required to do everything through VS2013. But not knowing exactly what VS2013 can do for us (actually, I’ve only just loaded VS2013 and haven’t even used it yet) and IF Microsoft has gone through the effort to have a methodology to take a driver from start to finish with VS2013, I thought it would be prudent to learn it.
Thanks again,
Motz
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of Bruce Cran
Sent: Tuesday, December 17, 2013 4:09 PM
To: Windows System Software Devs Interest List
Subject: Re: [ntdev] New OSR List for VS2013 Driver Development?
On 12/17/2013 4:41 PM, John Matsumoto wrote:
Not to sound like a dinosaur, but I’m still using command lines to
build both my drivers and to sign them. I’m now moving onto VS2013 as
my build environment. Would there perhaps be a webinar or YouTube on
the start to finish of building a device driver with VS2013 (build ->
debug -> Verisign
-> test/QA -> WHQL)? Just the build to release process done entirely
-> with
VS2013. I know parts of VS2013 process but would like to know how to
do it from start to finish.
Do you *want* to do it all within Visual Studio though? What we do is make it simple for developers to build the driver in VS for development/debugging, but all the staging/signing/packaging is done via MSBuild scripts outside the IDE, building the C/C++/WiX/etc. code via the ‘MSBuild’ task which doesn’t need to run devenv.
–
Bruce
NTDEV is sponsored by OSR
Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
OSR is HIRING!! See http://www.osr.com/careers
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer
NTDEV is sponsored by OSR
Visit the list at: http://www.osronline.com/showlists.cfm?list=ntdev
OSR is HIRING!! See http://www.osr.com/careers
For our schedule of WDF, WDM, debugging and other seminars visit:
http://www.osr.com/seminars
To unsubscribe, visit the List Server section of OSR Online at http://www.osronline.com/page.cfm?name=ListServer