Re: [WiX-users] Uninstall question

2010-09-30 Thread Wilson, Phil
-Original Message- From: Chad Petersen [mailto:chad.peter...@harlandfs.com] Sent: Thursday, September 30, 2010 12:59 PM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Uninstall question Our product requires another product to be pre-installed. We then overwrite some of the other

[WiX-users] Uninstall question

2010-09-30 Thread Chad Petersen
Our product requires another product to be pre-installed. We then overwrite some of the other products files during our install as the "integration points" between our two products. If they are in Folder A and my product goes into Folder B, then it would be true that when we detect them we are

Re: [WiX-users] Uninstall question

2010-05-12 Thread Wilson, Phil
010 3:29 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Uninstall question Try this Run the command MSIEXEC /X Notice the same message. No installer is involved. Message is coming from MSIEXEC.EXE or other Windows components associated with it. Message i

Re: [WiX-users] Uninstall question

2010-05-11 Thread Imgen
It's fixed after reinstalling. Thank you! -- From: "Leung, John C.H." Sent: Tuesday, May 11, 2010 3:12 PM To: Subject: [WiX-users] Uninstall question > I understand that the uninstall information is store in registry key: >

Re: [WiX-users] Uninstall question

2010-05-11 Thread Chad Petersen
eforge.net Subject: [WiX-users] Uninstall question I understand that the uninstall information is store in registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\< ProductGUID> And the uninstall string is store in value "UninstallString". If I actually exec

[WiX-users] Uninstall question

2010-05-11 Thread Leung, John C.H.
I understand that the uninstall information is store in registry key: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ And the uninstall string is store in value "UninstallString". If I actually execute that command (which is "MsiExec.exe /X{---MyGUID---}), I would get a

Re: [WiX-users] Uninstall question

2008-05-27 Thread Bob Arnson
David Scott wrote: > I have an application that installs a website on a port which can be > modified by the user at install time. The problem is that if they try > to uninstall it from Add/Remove Programs I get an error because it > tries to uninstall the website using the default port specified

[WiX-users] Uninstall question

2008-05-27 Thread David Scott
I have an application that installs a website on a port which can be modified by the user at install time. The problem is that if they try to uninstall it from Add/Remove Programs I get an error because it tries to uninstall the website using the default port specified and not the port specified by

Re: [WiX-users] Uninstall question

2007-09-30 Thread Bob Arnson
rbok78 wrote: > Therefore I decided to simulate that situation. I installed an add-in > successfully. Then I only changed the registry value > (HKLM\SOFTWARE\Microsoft\Office\11.0\Excel\InstallRoot\Path) to fictional > path. I expected the add-in wouldn't be uninstalled due to different path. > How

[WiX-users] Uninstall question

2007-09-30 Thread rbok78
Hi, I am new in WiX and I would like to ask you about some issue. I have developed simple msi package which installs add-in file. The installation directory path is determined according to registry value. The path depends on registry value of foreign application. If the application was uninstalle

Re: [WiX-users] Uninstall Question

2007-04-30 Thread Rob Hamflett
Sounds like you want a few RegistrySearch elements. After a quick search of Gábor's tutorial I found this if you want an example: http://www.tramontana.co.hu/wix/lesson1.php#1.5 Rob bob private wrote: > Hi, > > I hope someone is going to be able to offer some advice on this issue as > I seem

[WiX-users] Uninstall Question

2007-04-30 Thread bob private
Hi, I hope someone is going to be able to offer some advice on this issue as I seem to have hit a dead stop! I am new to WiX, so hopefully I am not missing any fundamental steps here. I am creating an installer for a web service. This web service needs to go through all of the testing phases, an