I know this is an ancient thread but in case anyone else has the same
problem (as I just did):
In the ‘package’ project, right click to display properties, then >> ‘driver
install’ then >> ‘package files’. Double click in the ‘path’ column so you
can select what you need to install.
This gives you the option to add supplementary files such as UI dlls etc.
N.B. In my case this assumes a VS2013 WDM project.
Now if I could only get the property page to display …
HTH
-----Original Message-----
From: xxxxx@lists.osr.com [mailto:bounce-567728-
xxxxx@lists.osr.com] On Behalf Of Don Burn
Sent: 14 October 2014 22:21
To: Windows System Software Devs Interest List
Subject: RE: [ntdev] VS2013 Driver Package FailureThe output is still the default value, but as I pointed out rather than
the
OutDir for the driver project, INF2CAT looks in the package directory AND
THE COPY TO THERE IS MISSING FROM THE PROJECT, and I can’t even find
where the values should be!!!Don Burn
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com] On Behalf Of
xxxxx@hotmail.com
Sent: Tuesday, October 14, 2014 5:12 PM
To: Windows System Software Devs Interest List
Subject: RE:[ntdev] VS2013 Driver Package FailureThe LEC2PCI.SYS binary is produced by the linker. So your customer should
look at “Output File” property of the Linker property dialog. Rigth-click
on
LEC2PCI project, click “Linker”, then “General”. The default value for
“Output File” is:$(OutDir)$(TargetName)$(TargetExt)
Note that editing properties make changes apply only to the selected
configuration (Win7) and platform (Win32).
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/seminarsTo 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/seminarsTo unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer