Re: [WiX-users] Installing Files to multiple drives....

2009-01-12 Thread Fredrik Grohn
What error do you get in the log? -Original Message- From: Kalvagadda, SivaKrishna (MLX Technology) [mailto:sivakrishna_kalvaga...@ml.com] Sent: Monday, January 12, 2009 7:00 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing Files to

Re: [WiX-users] Installing Files to multiple drives....

2009-01-12 Thread Neil Sleightholm
To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Installing Files to multiple drives Hi, I am using the to install the com dll in com+ server. I am able to install the dll in the com + Server which having only one class (component) but I am not able to

Re: [WiX-users] Installing Files to multiple drives....

2009-01-12 Thread Kalvagadda, SivaKrishna (MLX Technology)
Hi, I am using the to install the com dll in com+ server. I am able to install the dll in the com + Server which having only one class (component) but I am not able to install dll having multiple classes (multiple component) Kindly refer the following component portion of the wxs file to ins

Re: [WiX-users] Installing Files to multiple drives....

2009-01-08 Thread Neil Sleightholm
I think it may be co-incidence that it is installing to D:\ because ROOTDRIVE is set by default to the drive with the most free space and hence TARGETDIR is the same. I do something similar like this: I think you could also use instead of bu