Re: [WiX-users] How to mix 32bit driver and 64bit driver into same package?

2012-06-26 Thread Frank Jenner
feature (as might happen in a repair or modify). In particular, I think that since the uninstall condition is simply Installed, the driver will actually uninstalled during any MSI run after the initial installation, which may not always be the intent. ___ Frank Jenner On Tue, Jun 26, 2012 at 12

Re: [WiX-users] How to mix 32bit driver and 64bit driver into same package?

2012-06-25 Thread Frank Jenner
. ___ Frank Jenner On Mon, Jun 25, 2012 at 2:52 AM, tzleon tzl...@gmail.com wrote: I wish to mix 32bit driver and 64bit driver into same package, but the problem is the two referenced library difxapp_x64 and difxapp_x85 can't be imported into same package, otherwise, there is a error as below: Error

[WiX-users] DIFxApp driver files in multiple directories

2012-06-22 Thread Frank Jenner
\driver.sys \amd64\driver.sys ___ Frank Jenner -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond

Re: [WiX-users] Item in Feature Tree don't hidden, just disable for edit

2012-06-22 Thread Frank Jenner
Try setting Feature/@Absent=disallow. I think that will do what you're looking for. ___ Frank Jenner On Fri, Jun 22, 2012 at 6:49 PM, Alexey Ivanov alexey.iva...@gmail.comwrote: Do not know 2012/6/23 Rob Mensching r...@robmensching.com: Is that even possible? On Fri, Jun 22

[WiX-users] Launching shortcut after install brings up Windows Installer progress meter

2012-06-20 Thread Frank Jenner
want this installer to install the application on a per-machine, rather than per-user, basis. Thanks. ___ Frank Jenner -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security

Re: [WiX-users] Launching shortcut after install brings up Windows Installer progress meter

2012-06-20 Thread Frank Jenner
Thanks Rob! That's very handy to know. It turns out that the missing component was something that one of the 3rd party merge modules was supposed to install. I don't really know why it didn't install, but at least now I know where to focus to debug this. ___ Frank Jenner On Wed, Jun 20

Re: [WiX-users] WiX-users Digest, Vol 73, Issue 38

2012-06-19 Thread Frank Jenner
-interface/first-steps) provides some example WiX code (also downloadable here: http://wix.tramontana.co.hu/system/files/samples/SampleWixUI.zip) to create an installer with a user interface that is likely closer to what you were expecting. ___ Frank Jenner On Tue, Jun 19, 2012 at 3:28 AM

Re: [WiX-users] Help with localized file locations

2012-06-18 Thread Frank Jenner
, it gets put into the File table with this directory information, which causes errors during linking. How do people normally approach this use case? Is the built-in localization functionality not really the appropriate approach here? ___ Frank Jenner On Mon, Jun 18, 2012 at 3:22 AM, Rob

Re: [WiX-users] A sample/simple Wix Installer

2012-06-18 Thread Frank Jenner
/SampleFirst.zip. ___ Frank Jenner On Mon, Jun 18, 2012 at 8:37 AM, eddie burkowich eddieburkow...@gmail.comwrote: Hi, I want to know that is there any link from where i can download a simple Wix sample , make a wixobj on my system just to have a better understanding of how the wix is made

Re: [WiX-users] Help with localized file locations

2012-06-18 Thread Frank Jenner
! ___ Frank Jenner On Mon, Jun 18, 2012 at 2:08 PM, Rob Mensching r...@robmensching.com wrote: Instead of specifying File/@Id, try specifying File/@Name. I think the issue is that the File/@Name is defaulting to the value from File/@Source. By specifying File/@Name you are telling the WiX toolset

Re: [WiX-users] Help with localized file locations

2012-06-18 Thread Frank Jenner
! ___ Frank Jenner On Mon, Jun 18, 2012 at 5:54 PM, Rob Mensching r...@robmensching.com wrote: Something else to consider: instead if using loc variables, try organizing your build location so that bind paths can be used. Then when building you can provide the appropriate bindpath

[WiX-users] Help with localized file locations

2012-06-15 Thread Frank Jenner
guessing that candle.exe handled the path information such that, when the language strings are resolved from the localization files in light.exe, it is too late for localized files to get the same treatment. That said, what is the correct way add localized files? ___ Frank Jenner