I don't know if tallow supports doing that. I'm pretty sure heat.exe (tallow's replacement in WiX v3) can.
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Torsten Rudnick Sent: Wednesday, July 05, 2006 1:38 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Correct tallow.exe syntax I want to create a fragment for all COM components in a directory, but I do not have the correct syntax of the tallow.exe it seems. Who can help me? At the moment I try this: tallow -nologo -1 -d f:\COM\ -df *.dll > com.wxs But I need to integrate the -s parameter for extracting the registry entries. How can I do that? At the moment the command above gives me a fragment like this: <Wix xmlns="http://schemas.microsoft.com/wix/2003/01/wi"> <Fragment> <DirectoryRef Id="TARGETDIR"> <Directory Id="directory0" Name="" LongName="Services"> <Component Id="component0" DiskId="1" Guid="PUT-GUID-HERE"> <File Id="file0" Name="com_1.dll" src="f:\COM\com_1.dll" /> </Component> <Component Id="component1" DiskId="1" Guid="PUT-GUID-HERE"> <File Id="file1" Name="com_2.dll" src="f:\COM\com_2.dll" /> </Component> <Component Id="component2" DiskId="1" Guid="PUT-GUID-HERE"> <File Id="file2" Name="com_3.dll" src="f:\COM\com_3.dll" /> </Component> </Directory> </DirectoryRef> </Fragment> </Wix> 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 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