Re: [WiX-users] "Add reference" in Visual Studio 10

2010-09-11 Thread Andres Juarez
I found the info here, http://msdn.microsoft.com/en-us/library/wkze6zky(v=VS.100).aspx. It was a different key, and that works for both, VS9 and VS10 > From: andresj_...@hotmail.com > To: wix-users@lists.sourceforge.net > Date: Fri, 10 Sep 2010 20:01:50 -0700 > Subject: [WiX-users] "Add refer

[WiX-users] "Add reference" in Visual Studio 10

2010-09-10 Thread Andres Juarez
I am adding our dlls to the VS “Add reference” by simply passing the path where the assemblies are to this reg key This works fine for VS9, but it does not seem to do anything for VS10. Does anyone know what else is missing here for VS10? Thanks -

Re: [WiX-users] 64 bit app installing in Program Files (x86) folder

2010-09-10 Thread Andres Juarez
Unfortunatelly this does not work if you select the advance buttom and change the default installation directory to a custom directory because the CA will reset it to the default installation directory Since all that SetDirectory is it's a CA type 51, I have implemented that instead, so i ca

[WiX-users] Assembly=".net" GACS the dll for all Frameworks

2010-09-10 Thread Andres Juarez
Hi All, I am using the below to GAC my dll. This works fine. But if the target machine has both .NET 3.5 and 4.0 the dll gets GAC'ed for both. Since I am handling those two as a feature. Is there a way of select for which Framework the DLL gets GAC'ed, 3.5 GAC and 4.0 GAC. Thanks Andre

Re: [WiX-users] Newbie x64 msi question

2010-09-02 Thread Andres Juarez
nt IDs, just as 32- and 64-bit products should have different product codes. Or am I reading this wrong? Thanks Andres > Date: Thu, 2 Sep 2010 08:40:48 -0400 > From: b...@joyofsetup.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Newbie x64 msi question &g

Re: [WiX-users] Newbie x64 msi question

2010-09-02 Thread Andres Juarez
; > > > > > The rest of the directory structure is based off a Id="CompanyProgramsDir"> so doesn't need to be duplicated. > > All components in the MSI have * as the component guid, so the > conditional root folders above mean that the 32 an

Re: [WiX-users] Newbie x64 msi question

2010-08-29 Thread Andres Juarez
Hi Bob, In your post > http://www.joyofsetup.com/2010/05/14/working-hard-or-hardly-working/. > Use the -arch switch and you get smart defaults. So, running candle with teh -arch switch does take care of marking the components at 64 bits, but if using the same Wix source file for the 32 and

[WiX-users] Detecting IIS version

2010-06-08 Thread Andres Juarez
Hi All, By searching in this list, it seems that the best way of gettign the IIS version is by using:IISMAJORVERSION and IISMINORVERSION. I am conditioning the installation of a component upon having IIS7.5 installed by using the below: But when I run it

Re: [WiX-users] How to rollback a quiet CA

2010-05-17 Thread Andres Juarez
ec" > Execute="deferred" Return="check" Impersonate="no"/> > > With appropriate scheduling (assuming that "/RB" is the appropriate argument > for MyExecutable.exe to make it rollback what it does without arguments). > Make sure that t

[WiX-users] How to rollback a quiet CA

2010-05-13 Thread Andres Juarez
Hi there, If I have a defered quiet CA: If I want to have the rollback CA for the above, is there any way of doing that? Because the property setting CA cannot be deferred but inmediate, so changing to the below won't work: thanks Andres

Re: [WiX-users] How to GAC an assembly against .NET 3.5 and 4.0

2010-05-04 Thread Andres Juarez
4.0) then the 3.5 assemblies would be in one feature and > the 4.0 in the other. > > Phil Wilson > > -Original Message- > From: Andres Juarez [mailto:andresj_...@hotmail.com] > Sent: Tuesday, May 04, 2010 10:30 AM > To: wix-users@lists.sourceforge.net > Subjec

Re: [WiX-users] How to GAC an assembly against .NET 3.5 and 4.0

2010-05-04 Thread Andres Juarez
target previous versions of the framework. > > -Original Message- > From: Andres Juarez [mailto:andresj_...@hotmail.com] > Sent: Monday, May 03, 2010 9:07 PM > To: wix-users@lists.sourceforge.net > Subject: [WiX-users] How to GAC an assembly against .NET 3.5 and 4.0 > >

[WiX-users] How to GAC an assembly against .NET 3.5 and 4.0

2010-05-03 Thread Andres Juarez
Hi All, We have been GAC'ing an assembly against .NET 3.5 by making use of the Assembly=".net" attribute. That works well. Now we need to support cases where the end customer might have .NET 3.5 and 4.0 in the same machine and therefore we want to GAC the assembly against both versions

Re: [WiX-users] Generating a WXI from a WXS?

2010-02-26 Thread Andres Juarez
e: Fri, 26 Feb 2010 11:13:17 -0500 > From: b...@joyofsetup.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Generating a WXI from a WXS? > > On 2/26/2010 4:47 AM, Andres Juarez wrote: > > Is there any tool or automated way of generating a WXI file from a W

[WiX-users] Generating a WXI from a WXS?

2010-02-26 Thread Andres Juarez
Hi All, Is there any tool or automated way of generating a WXI file from a WXS file? Thanks Andres _ Your E-mail and More On-the-Go. Get Windows Live Hotmail Free. http://clk.atdmt.com/G

Re: [WiX-users] migration from heat 3.0.4805.0 to heat 3.0.5419.0

2010-02-25 Thread Andres Juarez
let me know > if the '-suid' switch helps you out. > > http://blogs.msdn.com/icumove/archive/2009/03/06/wix-heat-wave-brings-changes.aspx > > Thanks, > > Brian Rogers > "Intelligence removes complexity." - Me > http://blogs.msdn.com/icumove >

[WiX-users] migration from heat 3.0.4805.0 to heat 3.0.5419.0

2010-02-24 Thread Andres Juarez
Hi there, I am running the same heat command line with two different versions of heat and I am getting completelly different results: These two command lines: \wix\3.0.5419.0\heat.exe dir "C:\TeamStats\M9" -out list_3.0.5419.0.wxs Microsoft (R) Windows Installer Xml Toolset Harvester ver

Re: [WiX-users] AdvanceUI for the default installation being [ProgramFilesFolder]

2009-12-10 Thread Andres Juarez
code. Why do you want to install straight into ProgamFilesFolder? > That seems odd. > > On Wed, Dec 9, 2009 at 6:06 PM, Andres Juarez wrote: > > > > > Hi All, > > > > > > > > In the exemple in the SDK to use the AdvanceUI: > > > > >

[WiX-users] AdvanceUI for the default installation being [ProgramFilesFolder]

2009-12-09 Thread Andres Juarez
Hi All, In the exemple in the SDK to use the AdvanceUI: ... For a per-machine installation, the default installation location will be [ProgramFilesFolder][ApplicationFolderName] What would it be the approach if I want to use the AdvanceUI

Re: [WiX-users] Question about "Customizing Built-in WixUI Dialog Sets" topic

2009-06-12 Thread Andres Juarez
ultPerMachineFolder' found. > 1>C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\WixUI_Advanced.wxs(41) > : error LGHT0092 : Location of symbol related to previous error. > 1>C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\WixUI_Advanced.wxs(40) > : error LGHT

Re: [WiX-users] Welcome dialog in the WixUI_Advanced

2009-06-12 Thread Andres Juarez
> To: wix-users@lists.sourceforge.net > > Subject: Re: [WiX-users] Welcome dialog in the WixUI_Advanced > > > > Andres Juarez wrote: > > > All I am saying is that teh PrepareDlg dialog goes on too fast, at least > > > in my case, it caused a "what was t

Re: [WiX-users] Welcome dialog in the WixUI_Advanced

2009-06-12 Thread Andres Juarez
e.net > Subject: Re: [WiX-users] Welcome dialog in the WixUI_Advanced > > Andres Juarez wrote: > > All I am saying is that teh PrepareDlg dialog goes on too fast, at least in > > my case, it caused a "what was that?" moment more than anything. But i do > &g

Re: [WiX-users] Question about "Customizing Built-in WixUI Dialog Sets" topic

2009-06-11 Thread Andres Juarez
ror LGHT0092 : Location of symbol related to previous error. 1>C:\delivery\Dev\wix30_public\src\ext\UIExtension\wixlib\WixUI_Advanced.wxs(40) : error LGHT0091 : Duplicate symbol 'CustomAction:WixSetDefaultPerUserFolder' found. Thanks Andres > Date: Tue, 2 Jun 2009 08:15:30 -0400 > Fr

Re: [WiX-users] Question about "Customizing Built-in WixUI Dialog Sets" topic

2009-06-01 Thread Andres Juarez
tomizing Built-in WixUI Dialog > Sets" topic > > Andres Juarez wrote: > > I am guessing this is because the fragment is still present in the > > PrepareDlg.wxs that is included in the WixUI_Advanced.wxs > > > > Yes. If you want to replace a dialog, yo

[WiX-users] Question about "Customizing Built-in WixUI Dialog Sets" topic

2009-05-28 Thread Andres Juarez
Hi there I am reading http://wix.sourceforge.net/manual-wix3/WixUI_customizations.htm in particular the section "Changing the UI sequence of a built-in dialog set" and I am a bit confused. If I follow those exact steps, say with the PrepareDlg.wxs and build, then I get this error: : er

Re: [WiX-users] Welcome dialog in the WixUI_Advanced

2009-05-28 Thread Andres Juarez
1:41:43 -0400 > From: b...@joyofsetup.com > To: wix-users@lists.sourceforge.net > Subject: Re: [WiX-users] Welcome dialog in the WixUI_Advanced > > Andres Juarez wrote: > > I just noticed that using the WixUI_Advanced that the UI goes almost > > directly to the license

[WiX-users] Welcome dialog in the WixUI_Advanced

2009-05-27 Thread Andres Juarez
Hi there. I just noticed that using the WixUI_Advanced that the UI goes almost directly to the license dialog going very, very fast through the Welcome dialog. Is this by desing? Should it not go to the Welcome dialog and then hit next? It looks a bit ugly this way. The WIX installe

[WiX-users] How to grey out a feature based on a condition

2009-04-17 Thread Andres Juarez
Hi there. What is the process for graying out a feature or subfeature based on a condition. I mean I can set the level of the feature based on a condition, and thus know if it can be installed or not, but what I really want is if the dependent bits are not installed, this is the condition I

Re: [WiX-users] StartMetabaseTransaction: Error 0x8007041d: failed to get IID_IIMSAdminBase object

2008-10-29 Thread Andres Juarez
tMetabaseTransaction: Error 0x8007041d: failed to get IID_IIMSAdminBase > object> > 2008/10/29 Andres Juarez <[EMAIL PROTECTED]>:> > Adding subject to > this thread.> >> > Hi Sebastien, thanks for answering.> >> > By reading the > event viewer log I wo

Re: [WiX-users] StartMetabaseTransaction: Error 0x8007041d: failed to get IID_IIMSAdminBase object

2008-10-29 Thread Andres Juarez
. Could it be a bad set of boxes? thanks > Date: Wed, 29 Oct 2008 10:01:10 +0200> From: [EMAIL PROTECTED]> To: > wix-users@lists.sourceforge.net> Subject: Re: [WiX-users] (no subject)> > > 2008/10/29 Andres Juarez <[EMAIL PROTECTED]>:> > Hi there.> >>

[WiX-users] StartMetabaseTransaction: Error 0x8007041d: failed to get IID_IIMSAdminBase object

2008-10-28 Thread Andres Juarez
Hi there. We are running a MSI in W2K3+Sp1, and we get the error below. Is anyone familiar with this error? MSI (s) (00:B8) [16:37:35:138]: Executing op: CustomActionSchedule(Action=ExecXmlFile,ActionType=11265,Source=BinaryData,Target=**,CustomActionData=**)MSI (s) (00:04) [

[WiX-users] (no subject)

2008-10-28 Thread Andres Juarez
Hi there. We are running a MSI in W2K3+Sp1, and we get the error below. Is anyone familiar with this error? MSI (s) (00:B8) [16:37:35:138]: Executing op: CustomActionSchedule(Action=ExecXmlFile,ActionType=11265,Source=BinaryData,Target=**,CustomActionData=**)MSI (s) (00:04