[WiX-users] Burn - how to schedule a variable change AFTER a ?

2012-01-19 Thread Peter Bulyaki
Hi, I have run into a problem with bundles. I need to run a RegistrySearch to set a variable. Then I would like to use the content of this variable to set another variable. However the order of executing and cannot be changed. When I look at the logs, expressions are executed first, and only af

[WiX-users] Errors: Location of symbol related to previous error and Duplicate symbol 'Dialog:WelcomeDlg' found.

2012-01-19 Thread Ravi Raj
Hi, I am very new to WiX installer development. I am building an installer where I keep all files in separate folders like this: I included settings and launch conditions in Product.wxs like: I am not sure about how to include\import .wxl files Also, I am using this this UI block:

[WiX-users] Installing DLLs in GAC as well as copying it to some folder.

2012-01-19 Thread Ravi Raj
Hi, I want to install a DLL into GAC as well as I want to copy it to my installation folder. I cannot do this at the same time. I can successfully deploy it to GAC, using: But how can I copy it to the installation directory (MyProgramDir) too? -- Thanks and Regards, Ravi Raj

Re: [WiX-users] Installing DLLs in GAC as well as copying it to somefolder.

2012-01-19 Thread Peter Shirtcliffe
You have to create two components - one for each location. -Original Message- From: Ravi Raj [mailto:raviraj.callin...@gmail.com] Sent: 19 January 2012 13:02 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Installing DLLs in GAC as well as copying it to somefolder. Hi, I want to

Re: [WiX-users] Installing DLLs in GAC as well as copying it to somefolder.

2012-01-19 Thread Ravi Raj
So should I use Assembly=".net" in that component? On Thu, Jan 19, 2012 at 6:36 PM, Peter Shirtcliffe wrote: > You have to create two components - one for each location. > > -Original Message- > From: Ravi Raj [mailto:raviraj.callin...@gmail.com] > Sent: 19 January 2012 13:02 > To: wix-u

Re: [WiX-users] Installing DLLs in GAC as well as copying it to somefolder.

2012-01-19 Thread Ravi Raj
Again will both component has the same DirectoryRef Id tag? I am using: I am getting error on compiling: ICE30: The target file 'wegfw8_n.dll|Def.dll' is installed in '[ProgramFilesFolder]\MyProduct\Files\' by two different components on an LFN system: 'CMP_DEF' and 'CM

Re: [WiX-users] Installing DLLs in GAC as well as copying it tosomefolder.

2012-01-19 Thread Peter Shirtcliffe
Omit that attribute and install it like a normal dll. -Original Message- From: Ravi Raj [mailto:raviraj.callin...@gmail.com] Sent: 19 January 2012 13:31 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing DLLs in GAC as well as copying it tosomefo

Re: [WiX-users] creating a WIX small or minor patch

2012-01-19 Thread tomer.c
Sure. I got that. I did make sure that the "placeholder" id is the same, but then I still get the error. I'll attack a zip with all the relevant file. The FoundationClient.proj has all the parameters that are transferred to the BaseSetup.wixproj, then with the help of the HeatDirectory I Harvest

Re: [WiX-users] Installing DLLs in GAC as well as copying it tosomefolder.

2012-01-19 Thread Peter Shirtcliffe
When you install to the GAC, it doesn't really matter which directory it is under since the GAC is a fixed location. I usually put them under TARGETDIR because the keypath needs to remain the same and that directory never changes through different versions of your code. The component that is copie

[WiX-users] Burn - Customized Themes

2012-01-19 Thread Neil Hayes
Looking at the schema for Themes I can add a new page to my WixStdbaThemeXml'd XML as well as add a button to perhaps the install page. How do I tied the new button to an event to display the new page? I require very little extra information from the end user, a couple of entry fields to pass t

[WiX-users] multiple 'Open' extensions added by multiple installs

2012-01-19 Thread Jacek PospychaƂa
hi, my installer adds 'Open' option in 'PHP' files context menu with following WIX code: The problem is that I allow multiple versions of the application to be installed on the system and each installer adds it's own 'Open' option. Is there a way to add only one 'Op

Re: [WiX-users] Completely revert installation on install failure

2012-01-19 Thread Kevin Hebert
I'm using ServiceInstall. We have WIX 3.5, and on Windows 7. There are no CAs that are running, or scheduled to run. Upon further looking at it, it's not the service that stays. We have a Tray.exe that we are installing as well, and THAT is what is staying around. It just kind of holds. T

[WiX-users] Burn - ExePackage that depends on many files

2012-01-19 Thread Romeo S.
Hi, I would like to bundle a 3rd party installer with my bootstrapper but it's not just a one exe file it has 1000s of files how can I bundle it with my Bootstrapper. I understand that ExePackage only gets a SourceFile and not a SourceDir. It's something like: [My3rdPartyInstaller] |..[1033_XXX_X

[WiX-users] customizing burn prerequisite boostrapper image in theme

2012-01-19 Thread Grant Samuels
Hi All I am using the burn prerequisite boostrapper to install .Net 4, before launching a customised managed bootstrapper I have written. I have overridden the wix variable to use my own theme for the prerequisite bootstrapper. In my theme xml I need to change the image, the default image is mb

Re: [WiX-users] creating a WIX small or minor patch

2012-01-19 Thread Blair
Do you really need to exclude anything from your patch? Do you really need more than one PatchFamily? If "no" on both questions then remove all children from the PatchFamily element. No references means include everything. Otherwise you will need to examine the generated WXS files and ensure that

Re: [WiX-users] Anybody using Paraffin?

2012-01-19 Thread John Robbins
Hi Dan, Your wish is my command. :) I updated Paraffin to keep any custom added namespaces: http://www.wintellect.com/CS/blogs/jrobbins/archive/2012/01/19/paraffin-3-6-now-keeping-custom-added-namespaces.aspx Thanks for the great feature request and using Paraffin! John Wintellect http://www.w

Re: [WiX-users] XmlFile element issues - any XPath experts out there?

2012-01-19 Thread Blair
XSLPattern was the "draft standard" for XPath who's largest implementation was released as part of IE (either 5 or 6, I'd have to go look it up). By the time standardization of XPath 1.0 was complete (including separating the XSLT and XPath languages, which were not separate at the time of the draf