Re: [WiX-users] torch.exe isn't getting DLLs from the extension assembly

2014-11-12 Thread SE
Hi,
I'm also trying to build the .mst based on the .wixout instead the .msi 
Did you managed to create .mst from .wixmst?
TNX 



--
View this message in context: 
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/torch-exe-isn-t-getting-DLLs-from-the-extension-assembly-tp1076234p7597886.html
Sent from the wix-users mailing list archive at Nabble.com.

--
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://pubads.g.doubleclick.net/gampad/clk?id=154624111iu=/4140/ostg.clktrk
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] torch.exe isn't getting DLLs from the extension assembly

2008-09-08 Thread jstanley0

I'm using WiX 3.0.4318 (the latest from SourceForge) and trying to speed up
localized installer creation.  Currently I have to generate a dozen .msi
files, one per language, and use msitran to make an .mst for each.  I'd like
to use torch.exe to create transforms without having to build a full .msi
for each language.  I can use light.exe -xo to make a .wixout for each
language instead of an .msi (and this is much faster than building the
.msi), but this is where things start getting sticky.

I first tried to do this:
torch -xi -t language neutral.wixout localized.wixout -out localized.mst

... but what I got out was not an .mst.  Another look at the docs says -xi
implies -xo, so the output must be a .wixmst.  That's not what I
want--perhaps this -xi implies -xo behavior could be re-evaluated?  Either
way, though, that's not my main problem--I can turn a .wixmst into an .mst
in a separate step if necessary.  Except I can't get that to work.

I tried this:

torch localized.wixmst -out localized.mst

... and I got the following result:

C:\delivery\Dev\wix_public\src\ext\UtilExtension\wixlib\UtilExtension.wxs(266)
:  error TRCH0103 : The system cannot find the file
'C:\delivery\Dev\wix_public\build\ship\x86\wixca.dll'.

I do use WixUtilExtension in my installer... so I tried this next:

torch -ext WixUtilExtension localized.wixmst -out localized.mst

... and I got the same result as before.

I'm not even sure why it's looking for wixca.dll, but shouldn't it be
looking inside the WixUtilExtension assembly instead of C:\delivery\Dev\...
?
-- 
View this message in context: 
http://n2.nabble.com/torch.exe-isn%27t-getting-DLLs-from-the-extension-assembly-tp1076234p1076234.html
Sent from the wix-users mailing list archive at Nabble.com.


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users