xpinstall中的有一字段不太明白!
<items>
<item name=';拷贝欲安装的软件';>
<file command=';filecopy'; file=';#SOURCEPATH#\PostInstall\NETFramework\dotnetfx.exe'; target=';#SYSTEMDRIVE#\TestLocation\test.exe'; />
<file command=';filemove'; file=';#SYSTEMDRIVE#\TestLocation\test.exe'; target=';#SYSTEMDRIVE#\TestLocation\dotnetfx.exe'; />
<file command=';filedelete'; file=';#SYSTEMDRIVE#\TestLocation\dotnetfx.exe'; />
<file command=';dircopy'; directory=';#SOURCEPATH#\PostInstall'; target=';#SYSTEMDRIVE#'; />
<file command=';dirmove'; directory=';#SYSTEMDRIVE#\PostInstall'; target=';#SYSTEMDRIVE#\temp'; />
<file command=';dirdelete'; directory=';#SYSTEMDRIVE#\temp'; />
<file command=';dirdelete'; directory=';#SYSTEMDRIVE#\TestLocation'; />