[WiX-users] 64-bit java registry detection?

2011-03-19 Thread Tim St. Clair
So I have the following WiX .xml which appears to translate the registry key information from what I see in the registry Expected Result (from regedit): C:\Program Files\Java\jre6 Actual Result: C:\Program Files (x86)\Java\jre6 Th

Re: [WiX-users] 64-bit java registry detection?

2011-03-21 Thread Tim St. Clair
converted to the 32 bit location. > > Best practice is to use a 64 bit msi to install 64bit or anycpu software > onto > 64 bit operating systems. > > > -Original Message- > From: Tim St. Clair [mailto:timoth...@gmail.com] > Sent: 19 March 2011 18:23 > To: wix-users@lis

[WiX-users] TBM#.tmp files littering on repair.

2011-05-19 Thread Tim St. Clair
Our testers found a odd condition when repairing a package our bin directory would be littered with TBM#.tmp files. I'm still gathering the details but I'm wondering if anyone has seen this before. -- Cheers, Timothy St. Clair

[WiX-users] Creating files from user input

2010-02-26 Thread Tim St. Clair
Folks, Is there an easy way to create file(s) from data inputted from custom dialogs. -- Cheers, Timothy St. Clair -- Download IntelĀ® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, fin

Re: [WiX-users] Creating files from user input

2010-03-01 Thread Tim St. Clair
Custom config file, but it resembles an ini file without any tags/keys. Cheers, Tim On Fri, Feb 26, 2010 at 7:41 PM, Blair wrote: > Xml files? Ini files? > > -Original Message- > From: Tim St. Clair [mailto:timoth...@gmail.com] > Sent: Friday, February 26, 2010 1:22 PM