I got it. You have placed each component in its own subfeature. A feature is installed only if the feature level value is less than or equal to the current install level. Your current install level is equal to level of the parent feature (=1). The files not installed are in the features with Level=4. Change it to 1 and you'll happy :) BTW: Why do you use so many feature?
2009/7/15 A.S <ansic.s...@gmail.com> > Hi, > i see alle dll lib. in Orca ... > > i will wait for Your reply on my e-mail. > > Thx > > > 2009/7/15 Konstantin Vlasenko <konstantin.vlase...@gmail.com>: > > Use the Orca tool > > http://msdn.microsoft.com/en-us/library/aa370557(VS.85).aspx. > > It is the swiss army knife for the setup developers. Also find the > > information related to msi tables (usaly MSDN helps). > > You will find an idea why this happens. > > BTW: Send me your wsx-file. I'll check it > > > > > > 2009/7/14 Matthew S. Yost <matt.y...@gldsolutions.com> > > > >> 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 > >> > > > > > > > > -- > > Konstantin Vlasenko > > > ------------------------------------------------------------------------------ > > 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 > -- Konstantin Vlasenko ------------------------------------------------------------------------------ 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