[WiX-users] Burn bundle upgrade issues

2011-10-28 Thread Roee Shenberg
I have a simple burn installer which bundles an application with a few prerequisites. Upon releasing a new version of the application, I also created a new bundle, which is unchanged except for linking to the new MSI. When I attempt to install the new bundle, the process which happens is: new bund

Re: [WiX-users] Heat -generate

2011-10-28 Thread David L. Beckwith
Bob Arnson-6 wrote: > > On 25-Oct-11 13:51, David L. Beckwith wrote: >> Basically, I have a legacy install program that I would like chained. >> Specifically, it is Microsoft's Point of Service for dotNet. There is >> no "ClickOnce" install, instead it is delivered as a self extracting >> zip.

[WiX-users] Launch Conditions based on installed OS

2011-10-28 Thread Ravi Raj
Hello, How can I implement Launch Conditions based on installed OS. Suppose if Windows XP is installed then I will have to check whether it has been upgraded to SP3 or not. If Windows Server 2008 is installed then I have to check whether it has Sp2 or not. I have to build this Launch Conditions t

Re: [WiX-users] Burn UI

2011-10-28 Thread Neil Sleightholm
>> Any UI should be appropriate to the task and the target audience I think this sums it up. For a lot of the work I do (internal apps) the licence dialog is irrelevant for others I need to prompt for install location for database folder and service accounts - for this second type the wizard see

Re: [WiX-users] BootStrapper Package for SQL CE 3.5?

2011-10-28 Thread John Bergman
I found a bootstrapper package for SQL CE 3.5 if anyone is interested, I would be more than happy to share it. (this one is not SP2, I am still working on that). I am also looking for the XnaFx Redist 4.0 if anyone has happen to come across that, I'd be grateful. -Original Message- F

Re: [WiX-users] BootStrapper Package for SQL CE 3.5?

2011-10-28 Thread John Cooper
Using Vsdbcmd to deploy a database(s). You'll need both the 32-bit and 64-bit versions installed on a 64-bit machine. The 64-bit assemblies are only thunks for the 32-bit ones and they won't work without the 32-bit stuff also installed. We have not bootstrapped these installers into ours. I

[WiX-users] BootStrapper Package for SQL CE 3.5?

2011-10-28 Thread John Bergman
Has anyone created a Boot strapper package for SQL CE3.5 SP2? I need both the x64 and the x86 versions. I've not created a boot strapper package before, so I was hoping someone could help point me in the right direction. Thanks, John ---

Re: [WiX-users] How to display the list of features to be installed

2011-10-28 Thread Wang, Miaohsi
Hi John, Thank you for the information. Could you also show me how to set properties in the "Next" button control sequence based on FeatureTree feature selection status? Thanks a lot, Miaohsi -Original Message- From: John Cooper [mailto:jocoo...@jackhenry.com] Sent: Wednesday, October

Re: [WiX-users] WiX presentation

2011-10-28 Thread Tobias S
Two good presenations can be found here: http://alekdavis.blogspot.com/2011/03/beginners-guide-to-wix-35.html http://www.jeffreysharp.org/2010/10/13/setup-with-windows-installer-and-wix/ -- The demand for IT networking pro

[WiX-users] WiX presentation

2011-10-28 Thread Andreas
I want to introduce WiX 3.5 to some friends. I would like to use some slides for this presentation. Are there any sources that I can re-use for my LaTeX Beamer slides. At http://wix.sourceforge.net/manual-wix3/tools.htm you find a nice graphic. Is this built with PGF/TiKZ? Are the sources avail

Re: [WiX-users] Burn UI

2011-10-28 Thread David Watson
Any UI should be appropriate to the task and the target audience, if it's for an installation or not. We have installers with a single dialogue and some with a complex variable branching wizard. We try to aim for the simple but it's sometimes just not possible as server administrators and PS dema