Re: [WiX-users] ExePackage that requires .NET installed earlier in Bundle

2013-01-31 Thread Richard Mayes
ExePackage element for the dotnet installer rather than using referencing the one in the WixNetFxExtension. *Richard Mayes* ***Mobile:* +447740357239 *Blog:* http://blog.slinkysoftware.com *Twitter:* http://twitter.com/caveman_dick *LinkedIn:* http://uk.linkedin.com/in/richardmayes1001 On 31

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

2012-07-03 Thread Richard Mayes
> Neil > > Neil Sleightholm > n...@x2systems.com<mailto: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 a

[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.c

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

2012-06-27 Thread Richard Mayes
. That way 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 wrote: > I

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 M

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 wrote: > > GetShortFileName seems to be failing. Not s

[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:

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 wrote: > I am trying to use burn as bootstrapper.I have figured out how to > install sql server express and the third party msi's

Re: [WiX-users] Examples of Burn

2012-05-30 Thread Richard Mayes
rect me 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 wrote: > Hello, > > Where can one get an end-to-end example of writing your own burn UI? I have >

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

2012-05-25 Thread Richard Mayes
very 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 wrote: > Notes I seen this > http://sourceforge.net/mailarchive/forum

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

2012-05-22 Thread Richard Mayes
without 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 wrote: > I need to rebo

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,

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

2012-05-19 Thread Richard Mayes
ng 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 wrote: > It looks like the documentation doesn't match this could you confirm which is > c

[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 0x80

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

2012-05-18 Thread Richard Mayes
need 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