[WiX-users] I'm losing the digital signature during WiX build

2012-01-28 Thread Neils Christoffersen
Hi, I've got a VS solution with two projects: 1) a Windows Forms app 2) a WiX project (with a reference to the other project) After I build the first project, I manually sign the output assembly using signtool. I want the WiX MSI to include the signed assembly, but something is happening during t

[WiX-users] Customizing the text in built-in dialogs

2011-12-27 Thread Neils Christoffersen
Using the WiX v3.6 beta and Visual Studio 2010. I'm trying to replace the "Copying new files" progress message with custom text. I'm following the directions from here: http://wix.sourceforge.net/manual-wix3/WixUI_customizations.htm I created a en-us.wxl and which contains the following: http://

[WiX-users] Use bootstrapper to check for newer version of pre-requisite (Crystal Reports)

2011-12-04 Thread Neils Christoffersen
he CR 10.5 installation if there is not a newer version of CR already installed? -- Regards, Neils Christoffersen ~ Skype: neils.christoffersen ~ Phone: +1 (605) 223-1116 -- All the data continuously generated

Re: [WiX-users] light.exe catastrophic failure

2011-11-26 Thread Neils Christoffersen
an work around by creating more (thus smaller) cabinet files.  WiX > v3.6 can do this automatically using the new MediaTemplate element. > > On Thu, Nov 24, 2011 at 12:24 AM, Neils Christoffersen < > neils.christoffer...@gmail.com> wrote: > >> Hello, >> >> I&#

[WiX-users] light.exe catastrophic failure

2011-11-24 Thread Neils Christoffersen
osoft.Tools.WindowsInstallerXml.CabinetBuilder.CreateCabinet(CabinetWorkItem > cabinetWorkItem) >at Microsoft.Tools.WindowsInstallerXml.CabinetBuilder.ProcessWorkItems() This is my first WiX project. Can anyone help me out with this? What should be my next steps in troubleshooting?