Re: [WiX-users] Windows Forms App

2007-02-14 Thread Dhaval Patel
I was able to fix this issue - my windows form reads and writes values to and from the registry... it turned out that the way WIX was creating the registry key was making it unreadable somehow. The weird part was that the form was able to read from a couple of keys (both created by WIX), but unabl

Re: [WiX-users] Windows Forms App

2007-02-13 Thread Johan Appelgren
On 2/14/07, Dhaval Patel <[EMAIL PROTECTED]> wrote: > I don't know if this issue is WIX related, or something completely random. I > had developed an app that was deployed using "Xcopy" via a batch file. > Recently my PM decided to port it to WIX because of my newly gained "WIX > powers." Anyway, t

[WiX-users] Windows Forms App

2007-02-13 Thread Dhaval Patel
I don't know if this issue is WIX related, or something completely random. I had developed an app that was deployed using "Xcopy" via a batch file. Recently my PM decided to port it to WIX because of my newly gained "WIX powers." Anyway, this app has a bunch of .dll files and a Windows Forms app t