Re: [WiX-users] Upgrade from 2803 to 2908 new light error

2012-06-03 Thread Brian C
Thank you SO MUCH!  I have been running around in 6 different circles trying to figure out what we changed on our end.   Whew! - Original Message - From: Bob Arnson To: wix-users@lists.sourceforge.net Cc: Sent: Sunday, June 3, 2012 1:38 PM Subject: Re: [WiX-users] Upgrade from 2803 to

Re: [WiX-users] Upgrade from 2803 to 2908 new light error

2012-06-03 Thread Bob Arnson
On 03-Jun-12 14:27, Brian C wrote: > Still fails on 2928 build. We are combining one msi with embedded cab files > and one msi with external cab files, all totaling 1.78 GB. Sorry, I forgot that fix missed the RC build. It will be in the next build. -- sig://boB http://joyofsetup.com/ ---

Re: [WiX-users] Upgrade from 2803 to 2908 new light error

2012-06-03 Thread Brian C
Still fails on 2928 build.  We are combining one msi with embedded cab files and one msi with external cab files, all totaling 1.78 GB. -- Build started: Project: S3DInstallationBS, Configuration: Release x86 -- C:\Program Files\WiX Toolset v3.6\bin\candle.exe -d"DevEnvDir=C:\Program Fi

Re: [WiX-users] Upgrade from 2803 to 2908 new light error

2012-06-03 Thread Bob Arnson
On 03-Jun-12 10:52, Brian C wrote: > I am getting a new light error while compiling my bootstrapper application: > > light.exe(0,0): error LGHT0001: Arithmetic operation resulted in an overflow. Grab the latest build: A recent fix handles bundles with package content bigger than 2gb. -- sig:/

Re: [WiX-users] Burn: Related MSI Detection Question

2012-06-03 Thread Bob Arnson
On 01-Jun-12 15:21, jhennessey wrote: > bit odd to me. Shouldn't the operation just be "none" for a detect-only > package with a totally different upgrade code than the current package? Yes and it's been that way since March. Assuming you're on a later version, can you post your Upgrade table and

Re: [WiX-users] Burn: Is it possible/supported to bootstrap Windows Installer 4.5?

2012-06-03 Thread Bob Arnson
On 31-May-12 04:41, Andrey wrote: > So I have one more question: How to detect if installator was run > automatically after reboot? See the resumeType passed in the BOOTSTRAPPER_COMMAND. -- sig://boB http://joyofsetup.com/

Re: [WiX-users] String manipulation

2012-06-03 Thread Bob Arnson
On 01-Jun-12 10:09, Michael Scheepers wrote: > Now I think a small extension is what I need, but I am not sure if the > extension is packaged to the msi or is only used at compile time (when > calling candle / light) or also at runtime when it is required. It can be both but nothing will allow you

Re: [WiX-users] Wix bootstrapper uninstall shortcut

2012-06-03 Thread Bob Arnson
On 01-Jun-12 12:06, willem peters wrote: > I am trying to create shortcuts to uninstalling whatever the bootstrapper You shouldn't. The Windows software logo guidelines used to explicitly say that; users know how to run Programs & Features to uninstall apps. > msi property. But i cannot figure ou

Re: [WiX-users] Upgrade from 2803 to 2908 new light error

2012-06-03 Thread Neil Sleightholm
Try build 2928, I think this was a bug that happened if you disabled wixpdb files. Neil -Original Message- From: Brian C [mailto:briancoving...@yahoo.com] Sent: 03 June 2012 15:52 To: WiX-users@lists.sourceforge.net Subject: [WiX-users] Upgrade from 2803 to 2908 new light error I am ge

[WiX-users] Upgrade from 2803 to 2908 new light error

2012-06-03 Thread Brian C
I am getting a new light error while compiling my bootstrapper application:   light.exe(0,0): error LGHT0001: Arithmetic operation resulted in an overflow.   Doesn't jump to any code lines inside of Visual Studio, so I do not think it is anything in the code.   Any ideas?   Thanks in advance,   B