Re: [WiX-users] using a input property

2013-06-13 Thread fparisini
Any hint? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/using-a-input-property-tp7586501p7586527.html Sent from the wix-users mailing list archive at Nabble.com. -- This

Re: [WiX-users] "Asia" error

2013-06-13 Thread Simon Stevenson
5100 is "General setup block", commonly we see it for a missing prerequisite ( http://blogs.msdn.com/b/astebner/archive/2006/11/28/return-codes-for-net-framework-3-0-setup.aspx ) The problem is that at some point it re-maps the exit code to a HRESULT, which gives a nonsensical error: http://imgur.

[WiX-users] Patching error

2013-06-13 Thread George Fleming
I following online instructions and created a patch (msp file). There were no errors during the creation. When I tried to verify the patch by applying it, I got following error: MSI (s) (C0:F0) [13:36:29:463]: Executing op: ActionStart(Name=CreateUser,,) MSI (s) (C0:F0) [13:36:29:463]: Executi

Re: [WiX-users] Read an Installed software Path from Registry update in Registry

2013-06-13 Thread Phil Wilson
You need something like this example of RegistrySearch that sets a property: http://wix.sourceforge.net/manual-wix3/read_a_registry_entry.htm You'll need a custom action to read that property, add your data creating another propertyb that you can then write to the registry with a RegistryValue el

Re: [WiX-users] [nik] Issue with Burn installer

2013-06-13 Thread Hoover, Jacob
You need to increment the version of the bundle every time you build it (and deploy it). Also, what is the intent behind the RelatedBundle elements? Having a bundle related to itself and set to upgrade just seems "wrong" to me. -Original Message- From: Nik Twerdochlib [mailto:ntwerdoch.

Re: [WiX-users] [nik] Issue with Burn installer

2013-06-13 Thread Nik Twerdochlib
I am starting to wonder if the way I am trying to use Burn might be the issue. I am trying to provide a single installer that will install that includes a 32bit and a 64bit MSI and will install the correct version. There are no related packages. Nik Twerdochlib Software Developer -Origin

[WiX-users] help controlling uninstall bundle behavior

2013-06-13 Thread jo...@msli.com
I need some help finding a good behavior for uninstalling using bundles. My bundle installs 4 things (wxs at end of this message): Two ExePackage, Two MsiPackage >From "Control Panel"->"Programs and Features", I see an entry for each item in my chain, which I like. I also see multiple entrie

Re: [WiX-users] Can we package html files?

2013-06-13 Thread Wesley Manning
Go here: http://www.wixtoolset.org/ Under documentation there is a book you can buy and/or a link to a tutorial. When I started I got the book. Trying to do it without is painful. The tutorial is pretty good as well. -Original Message- From: Nitin Sharma [mailto:onlynit...@gmail.com

Re: [WiX-users] Suppress options in bundle [P]

2013-06-13 Thread Steven Ogilvie
Classification: Public Dave Go back to your original code and just modify it to look similar to this: Keep your application ref, etc.. Steve -Original Message- From: Dave Moss [mailto:davidm...@omprompt.com] Sent: June-13-13 9:42 AM To: General discussion for Windows Install

Re: [WiX-users] Can we package html files?

2013-06-13 Thread Nitin Sharma
Hey,thats great news.i kept looking the internet but found nothing that could help.can you please point me to any tutorials.thanks in advance. Nitin On 13-Jun-2013 7:05 PM, "John Cooper" wrote: > Yes. All but one of my installers supports a web-based WCF service. One > of these services also d

Re: [WiX-users] Suppress options in bundle [P]

2013-06-13 Thread Dave Moss
Hi Steve, Changed to the updated version and I am now getting "The BootstrapperApplicationRef element contains an unhandled extension element 'bal:WixStandardBootstrapperApplication'. Please ensure that the extension for elements in the 'http://schemas.microsoft.com/wix/BalExtension>' namespac

Re: [WiX-users] Can we package html files?

2013-06-13 Thread John Cooper
Yes. All but one of my installers supports a web-based WCF service. One of these services also deploys a significant amount of HTML, jScript, and CSS. Payload is payload. -- John Merryweather Cooper Build & Install Engineer - ESA Jack Henry & Associates, Inc.® Shawnee Mission, KS  66227 Offic

Re: [WiX-users] Suppress options in bundle [P]

2013-06-13 Thread Steven Ogilvie
Classification: Public Oops using an extended bootstrapper extension my bad, see change: -Original Message- From: Dave Moss [mailto:davidm...@omprompt.com] Sent: June-13-13 8:59 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Suppress opt

Re: [WiX-users] Suppress options in bundle [P]

2013-06-13 Thread Dave Moss
Thanks Steve, When I try and build that though I get The BootstrapperApplicationRef element contains an unexpected child element 'bal:WixExtendedBootstrapperApplication'. Dave Moss Tactical Team Lead OmPrompt +44 (0)1235 436014 Direct davidm...@omprompt.com www.omprompt.com OmPrompt Limited

Re: [WiX-users] Suppress options in bundle [P]

2013-06-13 Thread Steven Ogilvie
Classification: Public Try this: Steve -Original Message- From: Dave Moss [mailto:davidm...@omprompt.com] Sent: June-13-13 8:16 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Suppress options in bundle Hi all, I am trying to hide the options button on my bundle

[WiX-users] Suppress options in bundle

2013-06-13 Thread Dave Moss
Hi all, I am trying to hide the options button on my bundle install as the install folder is fixed and cannot be changed. I am having trouble getting the SuppressOptionUI="yes" to work. I am using WiX 3.7 and here is my bundle.wxs from my VS2010 solution. Any help would be greatly appreciated.

[WiX-users] Burn: installer doesn't restart after reboot when variables are specified on cmdline

2013-06-13 Thread Bruce Cran
It appear there's a bug in WiX 3.8 that causes the bootstrapper not to restart installation after a reboot (at least on Server 2003 x64) if variables are specified on the command line. For example if I run: ProductNameSetup.exe /passive The the system will reboot and installation will complete

Re: [WiX-users] "Asia" error

2013-06-13 Thread Ogrodowski, Sabine (ehem. Frauenhoffer)
I usually received this message on windows server 2003 when the windows imaging component is missing... -Ursprüngliche Nachricht- Von: Rob Mensching [mailto:r...@robmensching.com] Gesendet: Mittwoch, 12. Juni 2013 16:19 An: General discussion for Windows Installer XML toolset. Betreff: R

Re: [WiX-users] Wix help

2013-06-13 Thread David Watson
http://wyrdfish.wordpress.com/2011/01/05/32-and-64-bit-msis-from-a-single-sou rce-file/ -Original Message- From: Subbiah Ganesan [mailto:subbiahtv...@gmail.com] Sent: 13 June 2013 06:47 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Wix help Use wix pr

[WiX-users] Read an Installed software Path from Registry update in Registry

2013-06-13 Thread Chaitanya
hi, I need to read an Apache Software installed path from Registry.i need to update that path in my main registry Any suggestions Acceptable. Thanks & Regrds, chaitanya. -- This SF.net email is sponsored by Windows: Bu