Re: [WiX-users] Upgrade not detecting installed application

2008-01-04 Thread Richard
Another thing to check for is whether or not one of the products is installed per-user and not per-machine. If its installed per-user but not for the currently logged-in user, then the Upgrade table won't detect it. -- "The Direct3D Graphics Pipeline" -- DirectX 9 draft available for download

Re: [WiX-users] Upgrade not detecting installed application

2008-01-04 Thread Chesong Lee
On Jan 4, 2008 2:51 PM, Chad Petersen <[EMAIL PROTECTED]> wrote: > > > I'm working on two installers that are both hotfixes. One is for the client > and one is for the server. Right now I'm having them both detect for one of > our other installed applications and only proceed if it finds that it is

[WiX-users] Upgrade not detecting installed application

2008-01-04 Thread Chad Petersen
Using WiX 2.0.5325.0 I'm working on two installers that are both hotfixes. One is for the client and one is for the server. Right now I'm having them both detect for one of our other installed applications and only proceed if it finds that it is installed. They both look for the same thing. If