Re: [WiX-users] create installer with dll

2009-07-15 Thread A.S
Many thank for You! Now it's working fine! many future... so, this is my first installer build with WIX, I must learn how this stuff work, and how using it. In my opinion WIX is a very good and very big stuff. Konstantin, thank You ! 2009/7/15 Konstantin Vlasenko : > I got it.

Re: [WiX-users] create installer with dll

2009-07-15 Thread Konstantin Vlasenko
t; > >> 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: Gen

Re: [WiX-users] create installer with dll

2009-07-15 Thread David Watson
- 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

Re: [WiX-users] create installer with dll

2009-07-15 Thread A.S
; > 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&

Re: [WiX-users] create installer with dll

2009-07-14 Thread Konstantin Vlasenko
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 > > Guid="3AD63215-4F9E-4416-A24F-A5CF91F86329"&

Re: [WiX-users] create installer with dll

2009-07-14 Thread A.S
t;           >> >> >> 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 : >>  > Out of curios

Re: [WiX-users] create installer with dll

2009-07-14 Thread Konstantin Vlasenko
f 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 Installe

Re: [WiX-users] create installer with dll

2009-07-14 Thread Matthew S. Yost
July 14, 2009 12:52 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] create installer wit

Re: [WiX-users] create installer with dll

2009-07-14 Thread A.S
l 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

Re: [WiX-users] create installer with dll

2009-07-14 Thread Matthew S. Yost
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 installe

Re: [WiX-users] create installer with dll

2009-07-14 Thread Michael Clark
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

[WiX-users] create installer with dll

2009-07-14 Thread A.S
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. ---