> It's probably a permissions problem with validation. MSI validation 
> counts as an installation operation so a low-privileges user might not 
> be able to do it. You can try giving the build account more privileges 
> or suppressing validation (but make sure you run it by hand occasionally 
> to pick up the errors it shows).

Thanks Bob - you were right. I changed the owner of the Cygwin SSHD service
from the Cygwin default of "sshd_server" to my build user "build"; fixed the
ownership of the ssh directories/config in Cygwin; and MSI validation now
works as expected. It must have been an issue with the combination of
running sshd as a different user to the build login user (on the face of it,
both users had identical permissions). Thanks for your help.

Ben



-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to