Self reg is strongly discouraged and ordering the components is not
supported.  WiX will create the rows in random order, MSI can execute them
in whatever order it wants.  The best way to handle your scenario is to pull
all the registration from the dll files upfront using either tallow or heat.
Otherwise, you'll need to solve this issue with custom actions (and there's
a really good chance of introducing bugs when doing that).

Derek

-----Original Message-----
From: Peter G. Sakhno [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, August 09, 2006 12:52 AM
To: wix-users@lists.sourceforge.net
Cc: [EMAIL PROTECTED]
Subject: Re: [WiX-users] What is the order of components installation?

My product setup includes MSM with specific runtime environment.
I want be sure that components from that MSM are installed first.
More over, this MSM have self-registered COM components and they must be
registered in predefined order. (I know that self-registration is very not
recommended)

I also want to know what defines order of components installation. Is it the
order of appearance in MSI DB? If it is so, does the order of components in
WiX code affect the order in the compiled DB?

Best regards,
Peter G. Sakhno
C-MAP RUSSIA Ltd
http://www.c-map.ru/

Derek Cicerone wrote:
> It can't be controlled.  Why does the order matter in your scenario?
> 
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Peter G.
> Sakhno
> Sent: Tuesday, August 08, 2006 4:37 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] What is the order of components installation?
> 
> In which order components are installed on the target system?
> How this order can be controlled?
> 
> --
> Best regards,
> Peter G. Sakhno
> C-MAP RUSSIA Ltd
> http://www.c-map.ru/
> 
> ----------------------------------------------------------------------
> --- Using Tomcat but need to do more? Need to support web services, 
> security?
> Get stuff done quickly with pre-integrated technology to make your job 
> easier Download IBM WebSphere Application Server v.1.0.1 based on 
> Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=1216
> 42 _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to