It happened exactly that way to us. The C++ merge modules seemed to require
the late registration.

-----Original Message-----
From: Viv Coco [mailto:vcotirl...@hotmail.com] 
Sent: Tuesday, March 30, 2010 3:55 AM
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] RemoveExistingProducts after InstallInitialize -> kb
905238

Hi all,

I would like to schedule the RemoveExistingProducts after 
InstallInitialize in my installer:

[code]
<RemoveExistingProducts After="InstallInitialize"/>
[/code]

in order to have first a full uninstall and then an install as my 
product it's really small so it's no efficiency issue.

But I read this article:
http://support.microsoft.com/kb/905238
and I'm not sure anymore.

Could I get into the problem described in that article also with the 
VC++ runtime which I'm redistributing by using the merge module?

Thx,
Viv

----------------------------------------------------------------------------
--
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


------------------------------------------------------------------------------
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to