rp_infdef_destdir.html

来自「AC97 Sample Driver and Related Code Samp」· HTML 代码 · 共 79 行

HTML
79
字号
<HTML>
<BODY>

<FONT FACE=VERDANA SIZE=2 COLOR="#000000">

<DL>


	<DT><B><A HREF="AC97SMPL.HTML#LP_DESTDIR_SECT" TARGET="LP_INFSRC">
	[DestinationDirs]
	</A></B></DT>
	
		<DD><P>The <B>DestinationDirs</B> section specifies the default destination directory or directories for all copy, delete and/or rename operations on the files defined elsewhere in the .INF. 
		<DD><P><I>See also the </I><B><A HREF="RP_INFDEF_KEYWORDS.HTML">Glossary</A></B><I> entry for </I><B><A HREF="RP_INFDEF_KEYWORDS.HTML#KWD_DestDir">[DestinationDirs]</A></B>.
	

		<H4><B><P>Entries and values</B></H4>
		
		<DD><P>[<I>file</I>-<I>list</I>-<I>section</I><B>=</B><I>dirid</I>[<B>,</B><I>subdir</I>]] ...
	
	<DL>
		<DT><P><I>file-list-section</I></DT>
			<DD>Specifies the INF-writer-determined name of a section referenced by a <B>CopyFiles</B> directive elsewhere in the INF file.</DD>
	
		<DL>
			<DT><P>Definitions :</DT>

				<DD><B><A HREF="AC97SMPL.HTML#LP_DESTDIR_SECT" TARGET="LP_INFSRC">
				[DestinationDirs]
				</A></B><BR>...<BR>
				<B>AC97SMPL.CopyList</B>=10, system32\drivers<BR>
				<B>AC97PROP.CopyList</B>=10, system32
				<B>DevUpgrd.CopyList</B>=10, win9xmig\DevUpgrd<BR>
				<B>W2KDriver.CopyList</B>=10, win9xmig\DevUpgrd\AC97W2K</DD>

				<DD><B><A HREF="AC97SMPL.HTML#LP_SMPLCPYLST_SECT" TARGET="LP_INFSRC"><BR>
				[AC97SMPL.CopyList]
				</A></B><BR>...<BR>
				AC97SMPL.sys</DD>

				<DD><B><A HREF="AC97SMPL.HTML#LP_PROPCPYLST_SECT" TARGET="LP_INFSRC"><BR>
				[AC97PROP.CopyList]
				</A></B><BR>...<BR>
				AC97PROP.dll</DD>

				<DD><B><A HREF="AC97SMPL.HTML#LP_UPGRDCPYLST_SECT" TARGET="LP_INFSRC"><BR>
				[DevUpgrd.CopyList]
				</A></B><BR>...<BR>
				Migrate.dll</DD>

				<DD><B><A HREF="AC97SMPL.HTML#LP_W2KCPYLST_SECT" TARGET="LP_INFSRC"><BR>
				[W2KDriver.CopyList]
				</A></B><BR>...<BR>
				AC97SMPL.inf<BR>
				AC97SMPL.sys<BR>
				AC97PROP.dll</DD>
			
			<DT><P>References :</DT>
				<DD><B><A HREF="AC97SMPL.HTML#LP_DDINSTALL_SECT" TARGET="LP_INFSRC">
				[AC97SMPL]
				</A></B><BR>...<BR>
				CopyFiles=<B>AC97SMPL.CopyList, AC97PROP.CopyList, DevUpgrd.CopyList, W2KDriver.CopyList</B></DD>

				<DD><B><A HREF="AC97SMPL.HTML#LP_DDINSTALLDEC_SECT" TARGET="LP_INFSRC"><BR>
				[AC97SMPL.NTX86]
				</A></B><BR>...<BR>
				CopyFiles=<B>AC97SMPL.CopyList, AC97PROP.CopyList</B></DD>

		<DT><P><I><A NAME=KWD_DirID>dirid</A></I></DT>
			<DD>Specifies the directory identifier of the target directory for operations on files that are referenced within named <I>file-list-section</I>s of the INF (<A HREF="AC97SMPL.HTML#LP_SMPLCPYLST_SECT" TARGET="LP_INFSRC"><B>[AC97SMPL.CopyList]</B></A> and <A HREF="AC97SMPL.HTML#LP_PROPCPYLST_SECT" TARGET="LP_INFSRC"><B>[AC97PROP.CopyList]</B></A>).</DD>
			<DD><P>In this case, AC97SMPL.sys will be copied in <I>%windir%\system32\drivers</I> and AC97PROP.dll will be copied in <I>%windir%\system32</I>.</DD>
			<DD><P><I>The Windows 2000 DDK contains the complete list of directory identifiers.</DD>
	</DL>
</DL>

</BODY>
</HTML>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?