[WiX-users] [WiX-Users] Reglocator on 64-bit machine?

2008-05-15 Thread BES Installer
Hi there, I'm experiencing a strange issue and was wondering if anyone had some insight into it. I have an installer package where all the components are 32-bit, but I must nonetheless interact with 64-bit prerequisite software and install on a 64 bit platform. Now, all I am trying to do at this

[WiX-users] Preserving a value from the registry

2007-05-30 Thread BES Installer
Hi there, I'm trying to create an installer package that writes a default value on a fresh install but preserves a changed value on upgrade or maintenance. What I did was author my MSI package in the following way: In the resulting package, the relevant entry in the Property ta

[WiX-users] [WIX-users] Preserving a value from the registry

2007-05-30 Thread BES Installer
Hi there, I'm trying to create an installer package that writes a default value on a fresh install but preserves a changed value on upgrade or maintenance. What I did was author my MSI package in the following way: In the resulting package, the relevant entry in the Property ta

Re: [WiX-users] A bug?-get REG_SZ when using type="integer"

2007-05-25 Thread BES Installer
/upgrade? :D On 5/25/07, Rob Mensching <[EMAIL PROTECTED]> wrote: Unfortunately, by design. That's the Windows Installer behavior for RegSearch. The MSI SDK will have more details if you desire. *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *BES Installer *Se

Re: [WiX-users] A bug?-get REG_SZ when using type="integer"

2007-05-25 Thread BES Installer
I'm seeing the same behaviour. In my component I have the following lines: In the resulting package, the relevant line in the Property table is: Property = PORTVALUE, Value="1234" In the Registry table, Value = #[PORTVALUE]. When I run this on a fresh install, it correctly wr