#2: Add the InstallScope="perMachine" attribute to your Package element. This will add the ALLUSERS property for you.
-----Original Message----- From: Kumar Deepak [mailto:kdee...@microsoft.com] Sent: Wednesday, July 28, 2010 12:46 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Need some help in using wix 1. Need to create a virtual directory under a website and map it to a folder on local drive. 2. Need to make installed application visible to all users (instead of only the user installing it) Regards, Kr Deepak DETAILS: 1. Currently we are creating website like this <Directory Id="TARGETDIR" Name="SourceDir"> <Directory Id="ProgramFilesFolder"> <Directory Id="INSTALLLOCATION" Name="CXADHRS"> <Directory Id="UIInstallLocation" Name="CXADHRSUI"> <Component Id='CXAdHRSWebsite' Guid='8D8668A0-BB2A-4fe0-A8D1-6357368B104C'> <Condition><![CDATA[CREATEWEBSITE="YES"]]></Condition> <iis:WebAppPool Id='CXAdHRSUIAppPool' Name = 'CXAdHRSUIAppPool' /> <iis:WebVirtualDir Id='CXAdHRSUIVirtualDir' Alias='[VDIRNAME]' Directory='UIInstallLocation' WebSite='DefaultWebSite' DirProperties='UIVDirProperties' > <iis:WebApplication Id='CXAdHRSUIWebApp' Name='[VDIRNAME]' WebAppPool = 'CXAdHRSUIAppPool'/> </iis:WebVirtualDir> <iis: <CreateFolder /> </Component> </Directory> </Directory> </Directory> I want to add a virtual directory at CXAdHRS/ContentAds/ level by the name images1, and point it to another directory on a local drive. ---------------------------------------------------------------------------- -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://ad.doubleclick.net/clk;226879339;13503038;l? http://clk.atdmt.com/CRS/go/247765532/direct/01/ _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users