Hi,

I have created a two MSI file using Wix v3.8.
In First MSI, I am shipping some files to Personal Folder (My Documents
Folder).

<Directory Id="PersonalFolder"> 
<Directory Id="sample" Name="YYY">
<Component Id="component_2210"
Guid="{8A0A6C25-859C-4B17-A168-1E0DC7C6B2F8}">
<File Id="file_2210" Source="C:\Temp\zzz.txt" Name="Sample1.txt"/>
</Component>
</Directory>
</Directory>

In Second MSI, I am copying some files to Personal Folder (My Documents
Folder) Using Custom Action in Wix. 

-       My Documents folder of my machine is mapped to network drive which 
domain
is different from my machine domain.
-       When try to install the First MSI, Its installation getting failed. But
the Second MSI is installed successfully.

First MSI file failed with below error log 
Error 1317. An error occurred while attempting to create the directory:
\\lap29\G\user1
MSI (s) (50:28) [01:33:10:623]: Product: Sample Setup First MSI -- Error
1317. An error occurred while attempting to create the directory:
\\lap29\G\user1

Can you please update any idea on this?

Regards,
Mohamed Yasir K



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Error-1317-An-error-occurred-while-attempting-to-create-the-directory-tp7600396.html
Sent from the wix-users mailing list archive at Nabble.com.

------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud 
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to