Re: [WiX-users] Question: Migrating Existing Installer to WindowsInstaller

2006-07-29 Thread Joe Kaplan
prevents install until the old stuff is gone. Sad (especially the per-user goof!), but basically functional. Joe K. - Original Message - From: "Rob Hamflett" <[EMAIL PROTECTED]> To: Sent: Friday, July 28, 2006 3:24 AM Subject: Re: [WiX-users] Question: Migrating Exist

Re: [WiX-users] Question: Migrating Existing Installer to WindowsInstaller

2006-07-29 Thread Foster, Richard - PAL
Rick,   This is all completely off-the-cuff, so it may not be appropriate.   Presumably, your current installer puts appropriate entries in the registry so you can do removal etc. You could use a RegistrySearch to locate one of these keys and determine that the previous version is installed.

Re: [WiX-users] Question: Migrating Existing Installer to WindowsInstaller

2006-07-28 Thread Derek Cicerone
Subject: RE: [WiX-users] Question: Migrating Existing Installer to WindowsInstaller   First off, welcome! There’s some information that can help guide our answers for you: When does your product ship? What is your product (just curious)?  More specifically, what does it

Re: [WiX-users] Question: Migrating Existing Installer to WindowsInstaller

2006-07-28 Thread Rick Glos
] Question: Migrating Existing Installer to WindowsInstaller   First off, welcome! There’s some information that can help guide our answers for you: When does your product ship? What is your product (just curious)?  More specifically, what does it interact with (COM, services, MSMQ

Re: [WiX-users] Question: Migrating Existing Installer to WindowsInstaller

2006-07-28 Thread Derek Cicerone
First off, welcome! There’s some information that can help guide our answers for you: When does your product ship? What is your product (just curious)?  More specifically, what does it interact with (COM, services, MSMQ, IIS, SQL, etc…)? How does the C# installer i