[WiX-users] Help with localized file locations

2012-06-15 Thread Frank Jenner
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 -- Live Securi

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

2012-06-18 Thread Frank Jenner
ribute, 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:

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

2012-06-18 Thread Frank Jenner
es/samples/SampleFirst.zip. _______ Frank Jenner On Mon, Jun 18, 2012 at 8:37 AM, eddie burkowich wrote: > 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 h

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

2012-06-18 Thread Frank Jenner
the following error: error LGHT0103 : The system cannot find the file 'MySourceFiles\documentation\es\!(loc.WelcomeDocFile)'.) Thanks for the pointer in the right direction! ___ Frank Jenner On Mon, Jun 18, 2012 at 2:08 PM, Rob Mensching wrote: > Instead of specifying File/@Id

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

2012-06-18 Thread Frank Jenner
our advice! _______ Frank Jenner On Mon, Jun 18, 2012 at 5:54 PM, Rob Mensching 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 on the

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

2012-06-19 Thread Frank Jenner
.tramontana.co.hu/tutorial/user-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

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

2012-06-20 Thread Frank Jenner
KeyPath, not a file. error LGHT0204 : ICE57: Component 'component_MyApplication' has both per-user and per-machine data with a per-machine KeyPath. However, I want this installer to install the application on a per-machin

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

[WiX-users] DIFxApp driver files in multiple directories

2012-06-22 Thread Frank Jenner
.cat \i386\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 manag

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 wrote: > Do not know > > 2012/6/23 Rob Mensching : > > Is that even possible? > > > > On F

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

2012-06-25 Thread Frank Jenner
he architecture. _______ Frank Jenner On Mon, Jun 25, 2012 at 2:52 AM, tzleon 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

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

2012-06-26 Thread Frank Jenner
the driver 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