Yes. If all you're having trouble with is figuring out how to add to the IIS grp...
<!-- Group ID for the IIS_WPG group --> <util:Group Name="IIS_WPG" Id="Grp_IISWPG" /> Then just groupref that Grp_IISWPG inside your User element. Are you trying to do more than that? On Thu, Sep 11, 2008 at 5:37 AM, derekj <[EMAIL PROTECTED]> wrote: > > Hi, > > I am using WIX 2.0 > > I have created a cmd line MSI to install an asp.net 2.0. > > I created an apppool with a user > > <util:User Id ='TestTimeAppPoolUser' Name='testtime' Password='2Bdeleted' > Domain='MYDOMAIN' > > </util:User> > > > > <Component Id="InternetAppPool" > Guid="79351901-d5de-4491-ac35-2f43ceb52439" > KeyPath="yes"> > <CreateFolder /> > <iis:WebAppPool Id='AP_TestTime' Name='AP_TestTime' > Identity='other' User='TestTimeAppPoolUser' > > </iis:WebAppPool> > </Component> > > I need to add this user to the IIS_WPG group, log on as service and ASP.Net > 2.0 > eg > > aspnet_regiis -ga [domain]\user' > > Has anyone done this successfully > > regards > > Derekj > -- > View this message in context: > http://n2.nabble.com/aspnet_regiis-domain-user-tp1082311p1082311.html > Sent from the wix-users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users