Re: [WiX-users] custom action from network share doesn't work

2007-05-21 Thread Bob Arnson
Bei Liu (Volt) wrote: However, when running from a network share, it failed - returned 1603. If the custom action isn't marked Impersonate="yes" MSI runs it as the local system account, which won't have access to network shares. -- sig://boB http://joyofsetup.com/

[WiX-users] custom action from network share doesn't work

2007-05-21 Thread Bei Liu (Volt)
Hello, In my Wix, I searched for the registry to find the path for a exe, I then call this exe in my custom action [EXEDIR] the.exe. The custom action worked fine when running the msi from my local machine - return 1. However, when running from a network share, it failed - returned 1603. Shou