Re: [WiX-users] Adding a user to IIS_WPG

2010-02-22 Thread Glen Cooper
_ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > -- Glen Cooper (425) 522-3013 -- Download IntelĀ® Parallel Studio Eval Try the n

Re: [WiX-users] Adding a system account to a group fails on Server 2008

2010-02-24 Thread Glen Cooper
high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > ___ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > -- Glen Cooper --

[WiX-users] Adding user to group fails on re-install/repair

2010-02-26 Thread Glen Cooper
failed to read attributes from custom action data Action ended 15:09:14: InstallFinalize. Return value 3. -- Glen Cooper -- Download IntelĀ® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, f

Re: [WiX-users] Adding user to group fails on re-install/repair

2010-02-26 Thread Glen Cooper
I think I just fixed my own problem. Forgot to add the Transitive="yes" attribute to the components. Now the NOT Installed condition is being picked up for re-install. On Fri, Feb 26, 2010 at 3:18 PM, Glen Cooper wrote: > All, > > I have a component in my installer to add a

[WiX-users] Adding user to a group - fail gracefully?

2010-03-22 Thread Glen Cooper
"optional" component like that where if something goes wrong the installer will continue anyway? Here's my current snippet: NOT Installed AND NOT UPGRADE Thanks, Glen Cooper -- Download