Re: [WiX-users] Directory in Maintenance mode is not directory installed to

2010-09-29 Thread Younie, Bradford
That's much better, but I still needed the code that reads the InstallLocation into my property. Thanks! > -Original Message- > From: jhennessey [mailto:jack.hennes...@hyland.com] > Sent: Wednesday, September 29, 2010 10:10 AM > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-us

Re: [WiX-users] Directory in Maintenance mode is not directoryinstalled to

2010-09-29 Thread Younie, Bradford
that reads that registry key into INSTALLLOCATION, like so: INSTALLLOCATION gets set to the default value if the registry value doesn't exist, and gets set to the right value if it does. Thanks for your help! > -Original Message----- > From: Younie, Bradford > Sent:

Re: [WiX-users] Directory in Maintenance mode is not directoryinstalled to

2010-09-29 Thread Younie, Bradford
tegrated Environmental Solutions Limited. Registered in Scotland No. > SC151456 > Registered Office - Helix Building, West Of Scotland Science Park, > Glasgow G20 0SP > Email Disclaimer > > -Original Message- > From: Younie, Bradford [mailto:bradford.you...@chasepayment

[WiX-users] Directory in Maintenance mode is not directory installed to

2010-09-28 Thread Younie, Bradford
I'm using the WIXUI_INSTALLDIR functionality in my installer. When I install, it lets me change the install directory from the default path that I set to INSTALLLOCATION and it installs to that new directory perfectly fine. However, when I enter maintenance mode (by hitting Change in Add/Remove

[WiX-users] How do you extract COM registration info from a 64-bit DLL or TLB?

2010-04-22 Thread Younie, Bradford
This is with WiX 3.0. I have an installer that has a COM component. I'm using heat to harvest the COM configuration from both the DLL and TLB files into a fragment that I then include in my wix build. This works great. Now, I need to produce a 64-bit version of the same product, but I build it

[WiX-users] Different versions of a single file to same location

2009-12-08 Thread Younie, Bradford
I have two flavors of the SDK product that my company produces. I offer a merge module for each flavor to our VARs so that they can work the one they want easily into their installers. So far so good. I also provide a single installer for our normal customers that lets the user select which flavo

Re: [WiX-users] Replacing the WelcomeDlg in the InstallUISequence

2009-10-28 Thread Younie, Bradford
> I've copied the WelcomeDlg.wxs file to my area, renamed it, > modified it to replace the bitmap, and updated its > InstallUISequence so that it appears as it should. > > The only problem I have is that the original WelcomeDlg > that's in the WixUIExtension.dll displays for second or two > b

[WiX-users] Replacing the WelcomeDlg in the InstallUISequence

2009-10-28 Thread Younie, Bradford
I've copied the WelcomeDlg.wxs file to my area, renamed it, modified it to replace the bitmap, and updated its InstallUISequence so that it appears as it should. The only problem I have is that the original WelcomeDlg that's in the WixUIExtension.dll displays for second or two before being replac

[WiX-users] Trouble Inserting a dialog from WixUIExtension.dll into a custom dialog sequence

2009-10-28 Thread Younie, Bradford
I have my own custom dialog sequence and I need to insert an InstallDirDlg into it. WixUIExtension.dll has one, but every attempt I make to fit it into my existing custom dialog sequence fails. It seems to want to force me into using their canned sequence rather than my own. Is there a series of

[WiX-users] Trouble creating an Install Location dialog

2009-10-28 Thread Younie, Bradford
> Why are you trying to re-write this when it already exists in > WiXUIExtension? First, I have to say that I'm fairly new to wix. That being said, here's my situation: I have my own custom dialog sequence. I have my own WelcomeDlg, which has its own banner bitmap. It currently goes to a custom

[WiX-users] Trouble creating an Install Location dialog

2009-10-28 Thread Younie, Bradford
I'm trying to create a dialog that only asks for the destination directory. I have it display the contents of INSTALLDIR, and the Browse button works fine. The only problem is that when you OK the Browse dialog and get back to the Destination Folder dialog, the label that displays the selected path

Re: [WiX-users] WiX-users Digest, Vol 41, Issue 157

2009-10-27 Thread Younie, Bradford
> The IDs of components have a scope of the containing package. > The Guids of components have a system-wide scope. As a > result, you do need to fix this as soon as you safely can. Thanks! That makes things a whole lot clearer. I wanted to understand how it works so that I knew what my options

[WiX-users] A question about components and their guids

2009-10-27 Thread Younie, Bradford
This is kind of a high-level question about components that I need to understand: What would happen in this scenario: I have two installers that install the same file to their own directory tree. When I defined each installer source, I did a copy/paste of the component for that file from one so

Re: [WiX-users] Trouble using Fragments in merge module files

2009-10-01 Thread Younie, Bradford
> My guess is you need a > somewhere in your mymodule.wxs file to pull in the fragment > in your Templates.wxs file. That did the trick! I created a ComponentGroup in the Fragment, and then added a ComponentGroupRef in the Module. Thanks for all your help! Brad -- Learn more about Ch

Re: [WiX-users] Trouble using Fragments in merge module files

2009-10-01 Thread Younie, Bradford
> My guess is you need a > somewhere in your mymodule.wxs file to pull in the fragment > in your Templates.wxs file. Okay. I'll try that. > What do you mean by " If I do the same thing to include them > in my main installer, it works fine."? You change > for and it works? Or what specifica

[WiX-users] Trouble using Fragments in merge module files

2009-09-30 Thread Younie, Bradford
I'm developing multiple merge modules that share some data files in common. I want to have the data files defined in a Fragment that each merge module uses. For some reason, the files in my fragment doesn't install, even though it builds with no error. If I add the fragment to the main installer, i

Re: [WiX-users] Accessing the install directory from within a mergemodule

2009-03-09 Thread Younie, Bradford
> > Have you tried using INSTALLDIR instead of TARGETDIR? > > > > It should match the configurable directory of your application: > > > Display='expand' Level='1' ConfigurableDirectory='INSTALLDIR'> > > > > Because that is the property that gets sets when the user chooses a > > folder to ins

Re: [WiX-users] Accessing the install directory from within a merge module

2009-03-06 Thread Younie, Bradford
> Hi, > > In a merge module, I'm trying to create an environment > variable that > > contains the path to where the product is being installed > to. My merge > > module uses the code below to do it, but it's not working > quite right. > > When the product gets installed to "c:\program > files

[WiX-users] Accessing the install directory from within a merge module

2009-03-06 Thread Younie, Bradford
In a merge module, I'm trying to create an environment variable that contains the path to where the product is being installed to. My merge module uses the code below to do it, but it's not working quite right. When the product gets installed to "c:\program files\mycompany\myapp", [TARGETDIR] in th

[WiX-users] Possible strange behavior of INSTALLDIR in WiX 3

2009-03-04 Thread Younie, Bradford
I'm fairly new to WiX and am trying to do use merge modules for the first time (I'm fluent in InstallShield, but want to move away from it). Anyway, I'm trying to have my merge module create a couple of environment variables at install time, both of which will have [INSTALLDIR] as part of its va