PC Review


Reply
Thread Tools Rate Thread

DLLs in INF file

 
 
Aris
Guest
Posts: n/a
 
      10th Nov 2003
How can I instruct the DLL files to be copied in the
\Windows directory instead of the Files.Common directory
in a .inf file?

Thanks
 
Reply With Quote
 
 
 
 
Aris
Guest
Posts: n/a
 
      10th Nov 2003

Also, how can I include the 'en' directory that includes
the resource file for localization?

Thanks again

>-----Original Message-----
>How can I instruct the DLL files to be copied in the
>\Windows directory instead of the Files.Common directory
>in a .inf file?
>
>Thanks
>.
>

 
Reply With Quote
 
Stan Adermann [Msft]
Guest
Posts: n/a
 
      11th Nov 2003
To add other directories and files to an .inf for cab generation, you might
do something like this:

[DestinationDirs]
Files.Win = 0,%CE2%
Files.Loc.En = 0,%InstallDir%\en

[Files.Win]
"my.dll",my.dll,,0x20000001

[Files.Loc.En]
"myloc.dll",myloc.dll,,0x20000001

If you look for ".inf file" in the index of the VS.NET 2003 documentation
you'll find good information on these.

Stan Adermann
Microsoft
NET Compact Framework

This posting is provided "AS IS" with no warranties, and confers no rights.
--------------------
| From: "Aris" <(E-Mail Removed)>
|
| Also, how can I include the 'en' directory that includes
| the resource file for localization?
|
| Thanks again
|
| >-----Original Message-----
| >How can I instruct the DLL files to be copied in the
| >\Windows directory instead of the Files.Common directory
| >in a .inf file?
| >
| >Thanks
| >.
| >
|

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to find prerequisite dlls for one dll file jacksu Windows XP General 4 16th May 2007 06:01 AM
Packaging Dlls into a Single Exe file =?Utf-8?B?c3luYw==?= Microsoft Dot NET Compact Framework 3 3rd Nov 2006 04:28 AM
Registering DLLs - Unmanaged and Managed DLLs gopal Microsoft C# .NET 3 28th Aug 2006 04:32 PM
How can I compress images in PowerPoint file using dlls =?Utf-8?B?VmlrYXM=?= Microsoft Powerpoint 3 6th Sep 2005 12:03 PM
Shared DLLs from Compact Framework drag unneccessary DLLs =?Utf-8?B?R2FyeSBWYXJnYQ==?= Microsoft Dot NET 1 31st Jan 2005 01:17 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 02:41 PM.