Re: [WiX-users] Uninstalling Sql2005 Express as part of a burn install chain.

2012-07-03 Thread Richard Mayes
. Neil Neil Sleightholm n...@x2systems.commailto:n...@x2systems.com On 2 Jul 2012, at 15:54, Richard Mayes wrote: Hi Currently one of our product uses Sql2005 express and I have created an installer that can detect if there is an instance available and if not install Sql2008R2

[WiX-users] Uninstalling Sql2005 Express as part of a burn install chain.

2012-07-02 Thread Richard Mayes
Hi Currently one of our product uses Sql2005 express and I have created an installer that can detect if there is an instance available and if not install Sql2008R2. Is it possible to detect that the instance is Sql2005 and uninstall that before installing Sql2008R2? Richard Mayes Mobile

Re: [WiX-users] Updating from V 3.6.2424.0 to Version 3.6.3014.0

2012-06-28 Thread Richard Mayes
I've been getting similar errors, however when I build again they seem to go. I had it on a build a few versions back but then it seemed to go and now has come back. As it builds fine the second time, it's just an irritation for me... Richard Mayes Blog: http://blog.slinkysoftware.com Twitter

Re: [WiX-users] Creating an installer through the command line

2012-06-27 Thread Richard Mayes
Why don't you just use the msbuild commandline if you already have the wixproj? Just call msbuild in the same directory to the sln or wixproj and it will find it. Richard Mayes Blog: http://blog.slinkysoftware.com Twitter: http://twitter.com/caveman_dick On 27 June 2012 15:24, Dan Muller

Re: [WiX-users] Creating an installer through the command line

2012-06-27 Thread Richard Mayes
the build machine won't need to have wix installed. Check http://wix.sourceforge.net/manual-wix3/daily_builds.htm for info on how to to that. Richard Mayes Blog: http://blog.slinkysoftware.com Twitter: http://twitter.com/caveman_dick On 27 June 2012 18:15, Dan Muller dmuller...@comcast.net wrote

Re: [WiX-users] Error from heat with remote share as directory

2012-06-26 Thread Richard Mayes
Although I don't know what it was for I'm sure we don't actually need it anymore! :) Richard Mayes Blog: http://blog.slinkysoftware.com Twitter: http://twitter.com/caveman_dick On 25 June 2012 20:29, Rob Mensching r...@robmensching.com wrote: GetShortFileName seems to be failing. Not sure how

[WiX-users] Error from heat with remote share as directory

2012-06-25 Thread Richard Mayes
() at Microsoft.Tools.WindowsInstallerXml.Extensions.UtilFinalizeHarvesterMutator.Mutate(Wix wix) at Microsoft.Tools.WindowsInstallerXml.Mutator.Mutate(Wix wix) at Microsoft.Tools.WindowsInstallerXml.Tools.Heat.Run(String[] args) Anyone know what this is and if/how I can resolve it? Richard Mayes Twitter: http

Re: [WiX-users] Examples of Burn

2012-05-30 Thread Richard Mayes
if I'm wrong. Doing it as a separate application will mean it will be much easier to test though. Richard Mayes Mobile: +447740357239 On 29 May 2012 22:05, Werner Strydom werner.stry...@workshare.com wrote: Hello, Where can one get an end-to-end example of writing your own burn UI? I have been

Re: [WiX-users] Burn running sql script/ batch /command script in chain.

2012-05-30 Thread Richard Mayes
How about using ExePackage to run windows cmd and the command-line you need to run with the /c switch Richard Mayes On 30 May 2012 16:17, Benjamin Bennett benbenn...@gmail.com wrote: I am trying to use burn as bootstrapper.I have figured out how to install sql server express and the third

Re: [WiX-users] Burn SQL Server 2008 Uninstall not being called.

2012-05-25 Thread Richard Mayes
useful and mean you don't have to remove the /QS param. Richard Mayes Blog: http://blog.slinkysoftware.com Twitter: http://twitter.com/caveman_dick On 25 May 2012 17:01, Benjamin Bennett benbenn...@gmail.com wrote: Notes I seen this http://sourceforge.net/mailarchive/forum.php?thread_name

Re: [WiX-users] Rebooting System and Continuing with Bundle immediatly after .Net 4.0 was installed

2012-05-22 Thread Richard Mayes
I would assume that the exitcode values are not working correctly as I force a reboot when installing Windows Installer 4.5 but I don't bother checking the exit codes (omit the value attribute). Do you really need to reboot after installing dotnet? Richard Mayes On 22 May 2012 08:17, Simon

Re: [WiX-users] Rebooting System and Continuing with Bundle immediatly after .Net 4.0 was installed

2012-05-22 Thread Richard Mayes
it (sorry can't remember why). It maybe worth removing the /q flag to check that dotnet is actually being installed correctly. Richard Mayes Blog: http://blog.slinkysoftware.com Twitter: http://twitter.com/caveman_dick On 22 May 2012 10:27, Simon Chromow simon.chro...@bewotec.de wrote: I need

Re: [WiX-users] Error when doing a REG_MULTI_SZ registry search within Burn.

2012-05-19 Thread Richard Mayes
as that mentions REG_MULTI_SZ specifically. Richard Mayes Blog: http://blog.slinkysoftware.com Twitter: http://twitter.com/caveman_dick On 19 May 2012 08:54, Neil Sleightholm n...@x2systems.com wrote: It looks like the documentation doesn't match this could you confirm which is correct? This http

Re: [WiX-users] Launch an msi after installation

2012-05-18 Thread Richard Mayes
to use a bootstrapper to launch the two msi's one after the other. Take a look at Burn the Wix bootstrapper http://wix.sourceforge.net/manual-wix3/authoring_bundle_intro.htm *Richard Mayes* ***Blog:* http://blog.slinkysoftware.com *Twitter:* http://twitter.com/caveman_dick On 18 May 2012 09:17

[WiX-users] Error when doing a REG_MULTI_SZ registry search within Burn.

2012-05-18 Thread Richard Mayes
Hi I've been trying to bootstrap Sql 2008 Express and install if required however my detection Registry search is failing with the following error: Error 0x80004001: Unsupported registry key value type. Type = '7' RegistrySearchValue failed: 'SOFTWARE\Microsoft\Microsoft SQL Server', HRESULT