Hi, run your MSI with logging enabled. Open a command prompt and cd to the folder where your msi is.
MSIEXEC /I msiname.msi /l*v installlog.txt Or enable msi logging on your pc http://support.microsoft.com/kb/223300 This will tell you what is happening. Dave -----Original Message----- From: A.S [mailto:ansic.s...@gmail.com] Sent: 15 July 2009 08:28 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] create installer with dll 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 SDL PLC confidential, all rights reserved. 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. SDL PLC is a public limited company registered in England and Wales. Registered number: 02675207. Registered address: Globe House, Clivemont Road, Maidenhead, Berkshire SL6 7DY, UK. ------------------------------------------------------------------------------ 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