1
作爲我的項目的一部分,安裝程序必須將文件複製到網絡共享(\ system_name \ Folder)。我已經使用定義共享路徑(NetHoodFolder屬性)的<Directory>
元素嘗試過它,但它引發了一個錯誤。將文件複製到WiX網絡共享
Error 5 ICE64: The directory SP9381 is in the user profile but is not listed in the RemoveFile table. C:\Wix\MainProject\MainProject\Product.wxs 25 1 MainProject
我們可以用元素做同樣的事情嗎?有沒有其他方法可以將文件複製到網絡共享?