Re: [WiX-users] Merge Modules in Wix

2007-04-24 Thread Mike Dimmick
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:
> 
>   
> 
>
>  Display='expand' Level='1'>
>   
>   
>
> 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


Re: [WiX-users] Merge Modules in Wix

2007-04-24 Thread Alex Steen
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:
> 
>   
> 
>
>  Display='expand' Level='1'>
>   
>   
>
> 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


Re: [WiX-users] Merge Modules in Wix

2007-04-23 Thread Bob Arnson
JCWrs wrote:
> 
>DiskId='1' />
> 
>
>  Display='expand' Level='1'>
>   
>   
>
> 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


[WiX-users] Merge Modules in Wix

2007-04-23 Thread JCWrs

For various reasons, I need to use a previously built merge module in my wix
installer.  I looked around and found the syntax for this and put it into my
wxs file.  However, I got no output.  I have confirmed that the merge module
files are in the Module Retargetable Folder and I'm certain this merge
module works as we have another installer that uses it.  I'm somewhat
stumped.  Heres the code:






  
  

There are no errors, it just doesn't install the files.  Any ideas?
-- 
View this message in context: 
http://www.nabble.com/Merge-Modules-in-Wix-tf3633301.html#a10145618
Sent from the wix-users mailing list archive at Nabble.com.


-
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