[WiX-users] Wix3: File/@Name as part of @Source
Last version wix-3.0.3621 add new feature - auto fill File/@Name field. But some difference confuse me. Changes from histoty.txt : BobArnso: - Default File/@Name and @Id to the file name portion of @Source. Changes from Wix chm documentation (about attribute File/@Name): ... if this attribute is omitted then it is defaulted to the value of the Id attribute. In real, Wix not working as described in history.txt, but working as described in documentation - if Name not specified then Name *taken from Id*. It is BAD. Files Id must be unique in msi package scope, but file names may be same. In real life at 99.999% cases File/@Name equal file name part of File/@Sorce. Why Wix take file name from [EMAIL PROTECTED], but not from [EMAIL PROTECTED] ??? -- View this message in context: http://www.nabble.com/Wix3%3A-File-%40Name-as-part-of-%40Source-tp14526294p14526294.html Sent from the wix-users mailing list archive at Nabble.com. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
Re: [WiX-users] Weekly build missing WixComPlusExtension.dll in wix3-binaries.zip
I am also concerned about this issue. Since WiX-3.0.3621 we can't move to new Wix builds because of the lack of ComPlusExtension. Rob Livermore wrote: > > Dear: Weekly build operator. > > The WIX 3.0 is turning into a very nice package. It has been > meeting the needs for deployment. > > What happened to the WixComPlusExtension.dll and complus.xsd? > The current release help file still documents support for the extension; > but, the bits are missing from the wix3-binaries.zip on the > http://wix.sourceforge.net/releases/ . > > > > Robert Livermore > > > - > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ > ___ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > -- View this message in context: http://www.nabble.com/Weekly-build-missing-WixComPlusExtension.dll-in-wix3-binaries.zip-tp15204131p15208034.html Sent from the wix-users mailing list archive at Nabble.com. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users
Re: [WiX-users] Optional installation of website based on feature
Are you solve it? I have same issue. I need to optional install virtual dir under existing Default Web Site and some client features must be installed on the compurers without IIS. stuart.manton wrote: > > > We have a product which include a number of features. One of these > features > installs a virtual website under the Default Web Site. Each feature is > defined > within its own fragment > > Initially the website element refering to the Default Web Site was added > under > the Product element. > > We had an issue in that if you chose to install only the client app > feature > (which does not install the website) to a machine does not have IIS the > installation fails trying to configure IIS due to the fact that the > WebSite > element is a child of the Product. > > I haved moving the WebSite element into a Component. As we are installing > to a > virtual directory under the Default Web Site. I had to make the component > permenant to ensure it isn't removed on uninstall. I assume this component > will > need to be embedded in a Directory element which refers to the local > wwwroot > folder. > > I haven't been able to find any examples of this scenario so any guidance > would > be appreciated on the best practises. > > Stuart > > > > > > --- > This mail sent through http://webmail.zoom.co.uk > > - > This SF.net email is sponsored by: Splunk Inc. > Still grepping through log files to find problems? Stop. > Now Search log events and configuration files using AJAX and a browser. > Download your FREE copy of Splunk now >> http://get.splunk.com/ > ___ > WiX-users mailing list > WiX-users@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/wix-users > > -- View this message in context: http://www.nabble.com/Optional-installation-of-website-based-on-feature-tp11860720p15450870.html Sent from the wix-users mailing list archive at Nabble.com. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/ ___ WiX-users mailing list WiX-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/wix-users