I'm building an MSI package to distribute an application that makes
use of SQL Server 2008 R2 SMO, and wanted to add it to the
bootstrapper, and since Microsoft doesn't provide a bootstrapper
package for SMO, I thought it would be a good chance to see what the
much-talked-about Burn can do for me.
Hello,
I have WIX project for product, which needs updates periodically.
Also I block downgrade installations.
There is a dialog in WIX, which allows to select between per user/per
machine installation.
Uninstall previous installations is handled using "Upgrade" table:
>
>
Hello
In my project, I need to set my log disabled by privacy reason. And this is
controled by a registry key. I wrote this line to delete it no matter it
was there.
User can turn the log on. While my program will add a value to this key.
Like EnableLog
Robert,
I double checked my own installer which uses Wix 3.0 and the
WixUI_Common UI with an extra dialog that I coded and include in the
sequence.
I have a bunch of lines relating to all the other dialogs that are used
to move from one dialog to another depending on the button pressed and
wh
To follow up with my last email
VerifyReadyDialog does trigger the uninstall, it just takes one too many
times... its like a flag is not being set correctly
either by me or something else ... I should be to click the remove button on
that dialog and it should kick off the uninstall right
It's my understanding the VerifyReadyDlg is a standard dialog so unless you
override something, it knows what to do.
If I need to give more direction .. what is the next Dialog ? I thought
VerifyReadyDlg is the last dialog in the sequence before the installer performs
the uninstall.
Rob
---
Robert,
You've only posted what the "back" buton does for the VerifyReadDlg.
What do you have for the "Remove" button?
Chris
-Original Message-
From: Robert Hermann [mailto:rob.herm...@nicewareintl.com]
Sent: Tuesday, December 06, 2011 3:43 PM
To: wix-users@lists.sourceforge.net
Subje
The inner text in a Publish element is the Condition expression. An
inner text of 1 says to "always do it". I could be off here, but it
seems like you just need to set up a proper Condition for each inner
text to only show the given dialog under a given condition.
Mine look a bit like this
-
I have a perfectly useful device driver installation using WiX and the
DIFxAPP extensions. It is quite lovely and very little code.
I do have one quick question. With typical MSI databases you can set
the various ARP* properties to present additional information in the
Programs and Features or A
When I goto to remove my installed product by running the installer twice and
going into maintenance mode, here is the sequence of dialogs I get
1. MaintenanceWelcomeDlg. Click next
2. MaintenanceTypeDlg click remove
3. VerifyReadyDlg click remove
4. MaintenanceTyp
Here is the post that leads me to believe that admin rights are required
for ICEs and NIT. It is a continuous integration environment that fails for
me with a build account that does not have admin rights:
http://stackoverflow.com/questions/1064580/wix-3-0-throws-error-217-while-be
ing-executed-
(New subscriber, so please bear with me if this is explained in some location I
cannot find - I've ran several searches and lookthroughs of the mailing list.
Simply pass along a URL if that's appropriate.)
I'm trying to install a upgrade to an in-house developed service - this part
works quite
Is it correct to say that if LIGHT is allowed to run the internal
consistency evaluators (ICEs, light runs them by default), and if NIT is
used to run unit tests, that the account performing these actions requires
admin rights? (WIX 3.5, Windows Server 2008 R2.)
This is because ICEs and NIT run
You could change the registry value for the service that maps to the startup
type. In your case you said the service name was "wzcsvc" so you would
change this registry value (DWORD):
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\wzcsvc\Start
to "2".
Here's a little bit of info on these
Hello,
Our installed for our DAM (Data Access Manager) product starts the DAM
as a service. This requires a license to start up successfully.
On XP, if the service fails to start, because it is unlicensed, the
Installation
still succeeds. The administrator can copy the license to the correct
di
15 matches
Mail list logo