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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
@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
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
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
21 matches
Mail list logo