[WiX-users] detect .net 4.0 from WiX 3.0

2010-11-28 Thread Daniel Hughes
We have an application we need to deploy which depends on .net 4.0. We want to detect if .net 4.0 is installed and cancel the install if it is not. The code to detect .net 4.0 appears to only be available in WiX 3.5. However we can't move to 3.5 because we have stable released products which rel

Re: [WiX-users] Windows System Folder

2010-01-13 Thread Daniel Hughes
installs v6.0.81.69 - which version are > you installing? > > Neil > > -Original Message- > From: Daniel Hughes [mailto:daniel.hug...@tait.co.nz] > Sent: 12 January 2010 22:53 > To: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Win

Re: [WiX-users] Windows System Folder

2010-01-12 Thread Daniel Hughes
to install files differently. > > The whole design sounds very suspicious right now but more details may > better explain what is going on and provide suggestions. > > On Mon, Jan 11, 2010 at 5:06 PM, Daniel Hughes > wrote: > > >> We are moving one of products from a old

[WiX-users] Windows System Folder

2010-01-11 Thread Daniel Hughes
We are moving one of products from a old Install shield installer to a WiX installer. The old Installer installs a bunch of assemblies to the System32 folder. These assemblies are not produced by us but a required dependencies of our software. Install Shield has a replace if older type option s

Re: [WiX-users] Heat and .exe COM objects

2009-11-01 Thread Daniel Hughes
t needs automating > as part of a build process. > > Neil > > Neil Sleightholm > n...@x2systems.com > > On 29 Oct 2009, at 23:20, "Daniel Hughes" > wrote: > > >> By the way for anyone thinking I should generate the WiX xml by hand, >> the

[WiX-users] [WiX-user] light error Key already added

2009-10-29 Thread Daniel Hughes
Error1Item has already been added. Key in dictionary: 'reg4E1AB2B932815062605C8450DBB987C0' Key being added: 'reg4E1AB2B932815062605C8450DBB987C0'light.exe0 I did find some references to this on the web saying its a bug http://n2.nabble.com/Trouble-with-Light-in-Visual-Studio-2

Re: [WiX-users] Heat and .exe COM objects

2009-10-29 Thread Daniel Hughes
By the way for anyone thinking I should generate the WiX xml by hand, the WiX output from the suggested method (RegSpy2 + Tallow + RegCop) produces 700 lines of xml. If you have several of these ActiveX exes to register like I do then doing this by hands would involve writing several thousand l

Re: [WiX-users] Heat and .exe COM objects

2009-10-29 Thread Daniel Hughes
Thanks, Have done as you suggested (use RegSpy2 then Tallow then RegCop) but have run into three problems which make it hard to automate. Firstly RegSpy2 throws a "File not Found" message box up which you have to click ok on (it still works), if you look in the code there is comment which says

[WiX-users] VB6 COM Server EXE

2009-10-28 Thread Daniel Hughes
I am using heat to harvest a directory which includes VB6 COM server EXEs. These exes need to be registered before use however the Heat output only includes a basic file reference for them. How do I go about using wix to register these VB6 COM Server EXEs. Cheers, Daniel

[WiX-users] - MDAC merge module

2009-10-28 Thread Daniel Hughes
we are moving our installer from install shields. One of the modules we used is called OLE DB 2.1 in install shield. Apparently this is included in MDAC. Microsoft does not provide a merge module for this but does state: "If you are using a third-party authoring tool, an MDAC merge module may

Re: [WiX-users] Heat and GUIDs

2009-10-20 Thread Daniel Hughes
al Studio 2008 to compile it. I'll have to give it an actual GUID, > then it compiles okay. Interestingly, in our build server, we don't have > this problem(we use command line compiler in build server). Is there any > chance that Wix for Visual Studio 2008 has a bug regarding t

Re: [WiX-users] Heat and GUIDs

2009-10-20 Thread Daniel Hughes
-ag switch in > heat.exe)? These should actually be static. > > Thanks, > > Brian Rogers > "Intelligence removes complexity." - Me > http://blogs.msdn.com/icumove <-- NEW > > > On Tue, Oct 20, 2009 at 2:47 PM, Daniel Hughes > wrote: > > >> If

[WiX-users] Heat and GUIDs

2009-10-20 Thread Daniel Hughes
If I use heat to harvest the contents of a folder, I can set it to either generated GUIDs then or at compile time, or by default to put in place holders. However if I set it to generate GUIDs then, I will get a different GUID each time I run HEAT. If I set it to generate GUIDs at compile time

[WiX-users] head and GUIDs

2009-10-20 Thread Daniel Hughes
If I use heat to harvest the contents of a folder, I can set it to either generated GUIDs then or at compile time, or by default to put in place holders. However if I set it to generate GUIDs then, I will get a different GUID each time I run HEAT. If I set it to generate GUIDs at compile time

[WiX-users] Old versions

2008-08-18 Thread Daniel Hughes
I need to get hold of version 3.0.4123.0 This is the version my project uses and has tested against, However we have lost the installer and it no longer appears in the Index of /releases page http://wix.sourceforge.net/releases/ We do not have the time to upgrade and retest against a newer versi

Re: [WiX-users] Shortcut without icon

2008-05-01 Thread Daniel Hughes
Hi, This still has not been resolved. My shortcut is nested under the file, with advertise 'yes' and the file is set as the key file. The shortcut is created OK however the icon is not correct until the first time the shortcut is followed. If I change to advertise="no" I'm told I can't have it