Hello.

 

I wonder if there any possibility to declare IIS6, WindowsRoles, MSDTC
installation inside Bundle chain? They use Windows executables from System32
folder, so theoretically it should not be embedded in a container
(Compressed="no"):

<ExePackage

                Id='MSDTC_Id'

                SourceFile="%PATH%\msdtc.exe"

                InstallCommand="-INSTALL"

Compressed="no"

                Cache="no"

                Vital="yes" />

First problem is that 'SourceFile' is not a formatted field and everything
like %PATH% or [SomeVariable] doesn't work. Second problem is that
SourceFile="C:\Windows\System32\msdtc.exe" causes compile error "The system
cannot find the file 'C:\Windows\System32\msdtc.exe'", but the file is there.
Ofc I could copy it in some safe place and it will be compiled w\o errors but
there are no guaranties it will work during installation because executables
run not from System32 folder.

What is an optimal solution for this problem? Should I install all this stuff
from BA code before actually Planning and Applying?

 

Best regards,

Vadym.

</pre>
<BR style="font-size:4px;">
<a href = "http://www.sdl.com/sdl-vision";><img 
src="http://www.sdl.com/images/email_new_logo.png"; alt="www.sdl.com/sdl-vision" 
border="0"/></a>
<BR>
<font face="arial"  size="2"><a href ="http://www.sdl.com/sdl-vision"; 
style="color:005740; font-weight: bold">www.sdl.com/sdl-vision</a></font>
<BR>
<BR>
<font face="arial"  size="1" color="#736F6E">
<b>SDL PLC confidential, all rights reserved.</b>
If you are not the intended recipient of this mail SDL requests and requires 
that you delete it without acting upon or copying any of its contents, and we 
further request that you advise us.<BR>
SDL PLC is a public limited company registered in England and Wales.  
Registered number: 02675207.<BR>
Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, 
UK.
</font>
------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to