It may be possible to change the name/location of the folder it installs to
using module ConfigurationData. You would need to check the documentation
for the module to find out if this is possible.

If there is no documentation, look in the ModuleConfiguration table in the
merge module using Orca (or decompile with dark).

(The module should set the default value to something like TARGETDIR but in
this case it appears that either it wasn't set correctly or the tool used to
build it didn't set the value properly.)

-- 
Mike Dimmick

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Alex Steen
Sent: 24 April 2007 16:04
To: Bob Arnson
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Merge Modules in Wix

The contents are fine.  However, it is installing the files, just in a
completely different place.

I'm installing to c:\Test and the files in the module are going to
C:\Program Files\Solarc\ServerRAIV\Module Retargetable Folder\.  Is
there some way to change where they are being installed to?

-----Original Message-----
From: Bob Arnson [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 23, 2007 10:50 PM
To: Alex Steen
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Merge Modules in Wix

JCWrs wrote:
> <Directory Id='SETUPCAB' Name='Server'>
>               <Merge Id="SetupMerge" Language='1033'
src='ServerMerge.msm' DiskId='1' />
> </Directory>
>
> <Feature Id='SETUP.CAB' Title='SETUP.CAB' Description='Descrip of
SETUP.CAB'
> Display='expand' Level='1'>
>       <MergeRef Id='SetupMerge' />
>   </Feature>
>
> There are no errors, it just doesn't install the files.  Any ideas?
>   

Use Orca to verify the module's contents got merged in correctly. If 
they're there, check a verbose log to see what MSI decided to do with
them.

-- 
sig://boB
http://bobs.org



-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to