You may want to check the root folder (C:\) to see the files were placed there. 
 I've had setups in the past in which the files ended up being placed there.

Matthew Yost
Software Engineer
GLD Solutions, Inc.


-----Original Message-----
From: A.S [mailto:ansic.s...@gmail.com]
Sent: Tuesday, July 14, 2009 12:52 PM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] create installer with dll

 <Component Id="SubComponent1"
Guid="3AD63215-4F9E-4416-A24F-A5CF91F86329">
             <File Id="Microsoft.Office.Interop"
Name="Microsoft.Office.Interop.dll"
Source="../zzz/Microsoft.Office.Interop.dll"  />
           </Component>
           <Component Id="SubComponent2"
Guid="D6C9E1E5-29D2-4bfa-AD24-02982FD8E281">
             <File Id="RTM" Name="RTM.dll"
Source="../zzz/RTM.dll" />
           </Component>
             <Component Id="SubComponent3"
Guid="483DD971-8B6E-4273-8560-661D77D2F9A4">
             <File Id="Api" Name="Api.dll"
Source="../zzz/Api.dll"  />
           </Component>
           <Component Id="SubComponent4"
Guid="F69777ED-EC90-469b-AFD0-390C27DFDCE9">
             <File Id="PIRES" Name="PIRES.dll"
Source="../zzz/PIRES.dll"  />
           </Component>
           <Component Id="ProductComponent"
Guid="1BAB864E-26CE-4644-B339-3DAAC36D6B03">
             <File Id="ltacje" Name="ltacje.dll"
Source="../zzz/ltacje.dll" />
           </Component>


this is this code,
all DLL is ~ 11 MB,
but my setup.exe <5 MB


Can You check my code?   I think,  i make mistake when i write this xml file
2009/7/14 Matthew S. Yost <matt.y...@gldsolutions.com>:
> Out of curiosity, did you mark any off your 5 DLLs as Assembly=".net" ?
>
>
> -----Original Message-----
> From: Michael Clark [mailto:mcl...@fullarmor.com]
> Sent: Tuesday, July 14, 2009 8:17 AM
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] create installer with dll
>
> Without a log file it's hard to tell what happened. Try running your
> installer with a log file msiexec /l*vx installer.log /I Your.msi
>
>
>
> -----Original Message-----
> From: A.S [mailto:ansic.s...@gmail.com]
> Sent: Tuesday, July 14, 2009 8:12 AM
> To: wix-users@lists.sourceforge.net
> Subject: [WiX-users] create installer with dll
>
> Hi,
> I  create simple  wix installer,  I want  add 5  *.dll file to my
> specjal folder in "Program Files"
> I can compile without  errors or warnings in Visual Studio 2008, but
> when  I run  compiled installer, I  have only  3 from  5 *dll  files.
>
> ------------------------------------------------------------------------
> ------
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
>
> vendors submitting new applications to BlackBerry App World(TM) will
> have
> the opportunity to enter the BlackBerry Developer Challenge. See full
> prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>
> ------------------------------------------------------------------------------
> Enter the BlackBerry Developer Challenge
> This is your chance to win up to $100,000 in prizes! For a limited time,
> vendors submitting new applications to BlackBerry App World(TM) will have
> the opportunity to enter the BlackBerry Developer Challenge. See full prize
> details at: http://p.sf.net/sfu/Challenge
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
>

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge
This is your chance to win up to $100,000 in prizes! For a limited time,
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to