Re: [WiX-users] not working when kept out of

2014-11-16 Thread ssmsam
Ah!! Thanks Phill. I figured out that we have got 300 CAs in our product. So, the Product.wxs file looks horribly huge bcoz of these .. Can i keep all s in other file's fragment? Regards, Sampat -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/I

[WiX-users] XmlConfig insertion location

2014-11-16 Thread Grant Shirreffs
Is there a way to **insert** a new XML element at a particular location using XmlConfig, rather than just adding it? I am using XmlConfig to register a new IIS handler in applicationHost.config. Unfortunately, my code ends up adding the new entry at the end of the handler list, and so the new

[WiX-users] [SPAM] Re: not working when kept out of

2014-11-16 Thread Phill Hogland
At least one item that you put in a Fragment needs to be referenced in your Product for all of the items in your Fragment to be included in your product. InstallUISequence does not have a XxxxRef so you should use something else which does have a reference. A common approach in this case is to pu

[WiX-users] How to register all the dlls in a folder and sub folder to GAC using heat.exe

2014-11-16 Thread ssmsam
Hi, I have very confused with following stuffs. *1.* I have some dlls to be copied and registered to GAC. So i have created sub folder "GAC Comps" inside "Components" folder. So how can i tell the heat to make the files that are inside the "GAC comps" to register to GAC , not other files outside

[WiX-users] not working when kept out of

2014-11-16 Thread ssmsam
Hi All, I have a CA(Vb Script just display a text via msgbox) sequenced after Launch Conditions in UI mode. 1)If i include following in it triggers and displays text. <.. /> <...> ... ... Not Installed 2) I have created a folder Custom Actions->Install UI Seq

[WiX-users] How do I include MapXtreme MSM with Wix

2014-11-16 Thread jason.smallman
Hi, I am trying to create a Wix installer project for my MapXtreme .Net based desktop application. As part of this installer, I am trying to include MapXtreme MSM's but I get a range of build errors depending on which MSM's I include. Some of these errors imply that I cannot install some MSM's