Re: [WiX-users] Burn UI

2011-10-27 Thread Christopher Painter
If you dislike the CustomerInformation dialog, then turn it off. You can do it with two clicks: Step 1: Click the Project Assistant Tab Step 2: Click No on "Do you want to prompt users to enter their Company Name and User Name?" There is no one optimal UI experience for every installer in

Re: [WiX-users] Burn UI

2011-10-27 Thread Tobias S
Personally I think installers should act like the VS2011 one or Burn UI: - First dialog for targetdir + license agreement accept -> then enable install button - Second installing and then either switch to success / failure on second dialog or show a third one with success / failure. To be hone

Re: [WiX-users] Windows Installer won't remove existing during upgrade

2011-10-27 Thread Wilson, Phil
You may need to look at the log more carefully. If the uninstall of the older version failed it will roll back and reinstall, and that will leave you with both products installed. That's the issue with RemoveExistingProducts -after- InstallFinalize where it's outside the transacted part of the i

[WiX-users] Windows Installer won't remove existing during upgrade

2011-10-27 Thread Tim Walters
I'm trying to properly implement an upgrade (minor version number change which should trigger a replace). However, Windows Installer leaves older versions installed without touching them (Leaves the program files behind and the Uninstall Programs reg entry). I'm using the same upgradecode for all

Re: [WiX-users] Burn UI

2011-10-27 Thread Bruce Cran
On 27/10/2011 18:25, Neil Sleightholm wrote: > Out of interest do people think there is a demand for wizard style install? > Personally I still think they are correct approach and I haven't seen a good > alternative yet. I tend to agree. I know Apple don't always do things right, but they still

Re: [WiX-users] Get installer final status (return code) from custom action

2011-10-27 Thread Castro, Edwin G. (Hillsboro)
I don't think you can have the Windows Installer engine report the exit code before it exits back to custom actions in a MSI package before the installation completes. If you are trying to get information after the installation completes and you have PowerShell v2 available to you then you coul

Re: [WiX-users] Get installer final status (return code) from custom action

2011-10-27 Thread Wilson, Phil
You could write something to monitor or read the Application Event log. There are MsiInstaller entries created when a product is installed (and I think one for failure too). They seem to be event ID 1033, and there's a ProductCode, result and ProductName in the entry. Phil Wilson -Origin

Re: [WiX-users] Burn UI

2011-10-27 Thread Neil Sleightholm
Out of interest do people think there is a demand for wizard style install? Personally I still think they are correct approach and I haven't seen a good alternative yet. Neil -Original Message- From: Bob Arnson [mailto:b...@joyofsetup.com] Sent: 27 October 2011 03:03 To: wix-users@list

Re: [WiX-users] heat: selective harvesting

2011-10-27 Thread John Robbins
Or use Paraffin, a tool I wrote to accomplish this exact task: http://www.wintellect.com/CS/blogs/jrobbins/archive/tags/Paraffin/default.aspx Sorry for the shameless plug. :( John Wintellect http://www.wintellect.com +1-877-968-5528 -Original Message- From: Pally Sandher [mailto:pally.s

Re: [WiX-users] heat: selective harvesting

2011-10-27 Thread Pally Sandher
Or sanitise the output from heat before you use it to build your MSI. Palbinder Sandher Software Deployment Engineer T: +44 (0) 141 945 8500 F: +44 (0) 141 945 8501 http://www.iesve.com **Design, Simulate + Innovate with the ** Integrated Environmental Solutions Limited. Registered in Scotlan

Re: [WiX-users] Configuring the version information in the bootstrapper?

2011-10-27 Thread David L. Beckwith
Bruce Cran wrote: > > I was wondering, are there any plans to allow the various version > properties in the WiX bootstrapper to be customised, even if the > developer doesn't want an entry to be created an ARP? Or, is it a > feature that all bootstrapper executables are 'advertised' as having

Re: [WiX-users] heat: selective harvesting

2011-10-27 Thread David Watson
Copy the folder and delete the pdbs... -Original Message- From: Andreas [mailto:andreassand...@gmx.net] Sent: 27 October 2011 15:01 To: wix-users@lists.sourceforge.net Subject: [WiX-users] heat: selective harvesting I have a source directory with a EXE, hundreds of DLLs, and the corresp

[WiX-users] heat: selective harvesting

2011-10-27 Thread Andreas
I have a source directory with a EXE, hundreds of DLLs, and the corresponding PDBs. What is the best way to harvest only the EXE and DLL files? Of course I don't want the PB files in the MSI. -- Andy -- The demand for

Re: [WiX-users] Hard-coding a log file location (with Burn?)

2011-10-27 Thread John Cooper
I'd need to get OK from legal, and I'd need to remove the "branding" stuff I've added (I customize the bootstrapper for each product including tracking the version number of the contained MSI in the ProductVersion location of the PE header), but I'll see what I can do. -- John M. Cooper -Or

Re: [WiX-users] Missing files in http://wix.sourceforge.net/releases/

2011-10-27 Thread Tobias S
Whoow didn't read blog about beta and the mailing list very frequently the last days :-) Maybe, if possible updating the link on wix.sourceforge.net would be great ... -- The demand for IT networking professionals cont

[WiX-users] Get installer final status (return code) from custom action

2011-10-27 Thread Elanius
Hi I am working on installer of our product and I got another requirement from my beloved product manager. So I need collect some statistic about installer and main problem is get final return code of installer. It would be simple task if I had some top level application which calls installer thr

[WiX-users] Configuring the version information in the bootstrapper?

2011-10-27 Thread Bruce Cran
I was wondering, are there any plans to allow the various version properties in the WiX bootstrapper to be customised, even if the developer doesn't want an entry to be created an ARP? Or, is it a feature that all bootstrapper executables are 'advertised' as having been created by WiX? For ex

Re: [WiX-users] Missing files in http://wix.sourceforge.net/releases/

2011-10-27 Thread Albert van Peppen
Or check out one of the following (unofficial) mirrors: :) http://madbutcher.dyndns.org/snippets/WiX/ http://bluestop.org/wix Albert -Oorspronkelijk bericht- Van: Bob Arnson [mailto:b...@joyofsetup.com] Verzonden: 27 October 2011 04:12 Aan: wix-users@lists.sourceforge.net Onderwerp: R

Re: [WiX-users] Hard-coding a log file location (with Burn?)

2011-10-27 Thread Lars Augensen
@John: I was considering going the same route, but unfortunately C++ isn't my cup of tea, and I have no idea where to find the necessary includes for compiling... Would it be possible to beg you for the binary of setup.exe? Pretty please with a cherry on top :) - Lars Augensen Deployment Enginee

Re: [WiX-users] Dialog Custom Action always cause installation to fail

2011-10-27 Thread Peter Shirtcliffe
Why not use a launch Condition ? The functionality is built into Windows Installer and will respect the UI level set by the user. If testing the prerequisite is too complicated to be handled with regSearch/fileSearch/etc, keep the custom action but have it set a property based on the results. Test

[WiX-users] Scenario of merge module replacing old non MSI installer.

2011-10-27 Thread Aled Hughes
Hi, I'm fairly new to WiX and have an installation scenario which I could do with some help on: I'm writing a new merge module for a package of shared components that previously had been installed using an ancient version of Installshield (not MSI based). When a new application gets installed whic