You need to add the IIS extension for IIS related functionality, and also the Utils extension for working with users and groups.
<Wix xmlns="http://schemas.microsoft.com/wix/2006/wi" xmlns:util="http://schemas.microsoft.com/wix/UtilExtension" xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension"> Also, you need to add the extensions on your project properties, under Tools (??? - not sure), set for Candle and Light: -ext WixIIsExtension.dll -ext WixUtilExtension.dll Check the Wix help for this, since I am not next to my computer now...and I am a little unaccurate :^) On Fri, Oct 17, 2008 at 7:34 PM, Kalvagadda, SivaKrishna (MLX Technology) < [EMAIL PROTECTED]> wrote: > Hi, > > I installed latest version WIX3.0, but when I opened the project it's > not allowing me to create a tag "website" and other IIS related tags are > not showing in intelligence .It's throwing build error if I added force > fully. > > Please assist me if I am missing any steps in creating the application > or do I need to add refereces. > > Regards, > SivaKrishna Kalvagadda, > 201-671-5552. > > -----Original Message----- > From: Chad Miles [mailto:[EMAIL PROTECTED] > Sent: Friday, October 17, 2008 11:18 AM > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Creating user groups using WIX > > Check out the util:User/Group schema. > > On Fri, Oct 17, 2008 at 10:44 AM, Kalvagadda, SivaKrishna (MLX > Technology) < > [EMAIL PROTECTED]> wrote: > > > Hi, > > > > Could someone help me in creating user groups and user accounts using > > wix. > > > > Thanks...Siva. > > > > Regards, > > SivaKrishna Kalvagadda, > > 201-671-5552. > > -------------------------------------------------------- > > > > This message w/attachments (message) may be privileged, confidential > or > > proprietary, and if you are not an intended recipient, please notify > the > > sender, do not use or share it and delete it. Unless specifically > indicated, > > this message is not an offer to sell or a solicitation of any > investment > > products or other financial product or service, an official > confirmation of > > any transaction, or an official statement of Merrill Lynch. Subject to > > applicable law, Merrill Lynch may monitor, review and retain > > e-communications (EC) traveling through its networks/systems. The laws > of > > the country of each sender/recipient may impact the handling of EC, > and EC > > may be archived, supervised and produced in countries other than the > country > > in which you are located. This message cannot be guaranteed to be > secure or > > error-free. This message is subject to terms available at the > following > > link: http://www.ml.com/e-communications_terms/. By messaging with > Merrill > > Lynch you consent to the foregoing. > > -------------------------------------------------------- > > > ------------------------------------------------------------------------ > - > > 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 > > [email protected] > > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/wix-users > -------------------------------------------------------- > > This message w/attachments (message) may be privileged, confidential or > proprietary, and if you are not an intended recipient, please notify the > sender, do not use or share it and delete it. Unless specifically indicated, > this message is not an offer to sell or a solicitation of any investment > products or other financial product or service, an official confirmation of > any transaction, or an official statement of Merrill Lynch. Subject to > applicable law, Merrill Lynch may monitor, review and retain > e-communications (EC) traveling through its networks/systems. The laws of > the country of each sender/recipient may impact the handling of EC, and EC > may be archived, supervised and produced in countries other than the country > in which you are located. This message cannot be guaranteed to be secure or > error-free. This message is subject to terms available at the following > link: http://www.ml.com/e-communications_terms/. By messaging with Merrill > Lynch you consent to the foregoing. > -------------------------------------------------------- > > ------------------------------------------------------------------------- > 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 > [email protected] > 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 [email protected] https://lists.sourceforge.net/lists/listinfo/wix-users

