Re: [WiX-users] Burn: Prerequisites on Windows 2012 Server and the Server Manager requirement

2013-02-05 Thread Eric Schultz
o: General discussion for Windows Installer XML toolset. > Subject: Re: [WiX-users] Burn: Prerequisites on Windows 2012 Server and > the Server Manager requirement > > On 2013-02-04 22:29, Eric Schultz wrote: > > All, > > > > I've created a simple ExeRunner application tha

Re: [WiX-users] Burn: Prerequisites on Windows 2012 Server and the Server Manager requirement

2013-02-04 Thread Eric Schultz
> > Everyone hates slow websites. So do we. > > Make your web apps faster with AppDynamics > > Download AppDynamics Lite for free today: > > http://p.sf.net/sfu/appdyn_d2d_jan > > _

Re: [WiX-users] ExePackage that requires .NET installed earlier in Bundle

2013-01-31 Thread Eric Schultz
fail? Eric On Thu, Jan 31, 2013 at 8:52 AM, Rob Mensching wrote: > There is not a way to say "Force restart here if necessary" but I think > there is a feature request open to add such a feature. Sounds like there > is real world need. > > > On Wed, Jan 30, 2013

Re: [WiX-users] ExePackage that requires .NET installed earlier in Bundle

2013-01-30 Thread Eric Schultz
Bob, That IS what's happening. Is there a way to have it request to reboot as needed after the .Net 4 install? Eric On Tue, Jan 29, 2013 at 10:08 PM, Bob Arnson wrote: > On 29-Jan-13 17:39, Eric Schultz wrote: > > If .Net Framework 4 is already installed, SQL Server installs f

[WiX-users] ExePackage that requires .NET installed earlier in Bundle

2013-01-29 Thread Eric Schultz
ore it can be used by the Sql Server install. I tried putting a RollbackBoundary after the .Net install but it didn't seem to help. Any one have any suggestions? Thanks, Eric -- Eric Schultz, Developer Advocate, Outercurve Foundation http://www.outercurve.org eschu...@outercurv

[WiX-users] Installing 32-bit and 64-bit components in same bundle

2013-01-03 Thread Eric Schultz
single install file that people can run in all cases that will install the appropriate dependencies and version. Can that be done with a Wix bundle? If so, do you have any tips that I could use to understand how to do that? Eric ------ Eric Schultz, Developer Advocate, Outercurve

[WiX-users] Light Error LGHT0001 on custom table with binary column

2010-10-24 Thread Eric Schultz
I'm getting an error from light when I build a wix project that has a custom table with a binary column. The error message returned is as follows: light.exe : error LGHT0001 : Function failed during execution Exception Type: System.ComponentModel.Win32Exception Stack Trace: at Microsoft.Tools

[WiX-users] Custom TimeDate Column Sample

2010-10-23 Thread Eric Schultz
All, I'm trying to create a custom table for my Wix project. One of the columns needs to hold a date so I assume I use the TimeDate category with Type 'int' as suggested in the documentation. When I do this though I get a warning telling me the column width is wrong. I also am unsure what format o

[WiX-users] Force silent install always

2010-09-20 Thread Eric Schultz
Hey all, On the project I'm working on, we need MSI files to never have a UI (even the built in one), other than the UAC dialog, pop up. This means when a user double clicks the MSI file in Windows Explorer no dialog will pop up other than the UAC one. Is it possible to do this with Wix and if so