发新话题
打印

xpinstall中的有一字段不太明白!

xpinstall中的有一字段不太明白!

<items>
<item name=';拷贝欲安装的软件';>
<file command=';filecopy'; file=';&#35;SOURCEPATH&#35;\PostInstall\NETFramework\dotnetfx.exe'; target=';&#35;SYSTEMDRIVE&#35;\TestLocation\test.exe'; />
<file command=';filemove'; file=';&#35;SYSTEMDRIVE&#35;\TestLocation\test.exe'; target=';&#35;SYSTEMDRIVE&#35;\TestLocation\dotnetfx.exe'; />
<file command=';filedelete'; file=';&#35;SYSTEMDRIVE&#35;\TestLocation\dotnetfx.exe'; />
<file command=';dircopy'; directory=';&#35;SOURCEPATH&#35;\PostInstall'; target=';&#35;SYSTEMDRIVE&#35;'; />
<file command=';dirmove'; directory=';&#35;SYSTEMDRIVE&#35;\PostInstall'; target=';&#35;SYSTEMDRIVE&#35;\temp'; />
<file command=';dirdelete'; directory=';&#35;SYSTEMDRIVE&#35;\temp'; />
<file command=';dirdelete'; directory=';&#35;SYSTEMDRIVE&#35;\TestLocation'; />

TOP

xpinstall中的有一字段不太明白!

不好意思不支持!

TOP

xpinstall中的有一字段不太明白!


item name=';拷贝欲安装的软件';
file command=';filecopyfile=';&#35;SOURCEPATH&#35;\PostInstall\NETFramework\dotnetfx.exetarget=';&#35;SYSTEMDRIVE&#35;\TestLocation\test.exe';
file command=';filemove'; file=';&#35;SYSTEMDRIVE&#35;\TestLocation\test.exe';
<file command=';dircopy'; directory=';&#35;SOURCEPATH&#35;\PostInstall'; target=';&#35;SYSTEMDRIVE&#35;'; />
<file command=';dirmove'; directory=';&#35;SYSTEMDRIVE&#35;\PostInstall'; target=';&#35;SYSTEMDRIVE&#35;\temp'; />
<file command=';dirdelete'; directory=';&#35;SYSTEMDRIVE&#35;\temp'; />
<file command=';dirdelete'; directory=';&#35;SYSTEMDRIVE&#35;\TestLocation'; />

TOP

xpinstall中的有一字段不太明白!

你自己认真慢慢研究吧

TOP

发新话题