Hi, i'm validating password (Edit) and confirm password (Edit) without
using CA. I'm doing validation inside the "Next" button control. My
objective is, if the passwords are not correct or if any of the edit is
empty "Disable the Next Button" else Enable it.
In my wix file i coded the following. I
Uninstalling Visual Studio will require a repair of WiX toolset to
re-register.
On Sun, Nov 4, 2012 at 11:37 AM, Todd Ford wrote:
> I checked the install logs and it appears to be finding evidence of VS2012.
> Maybe has something to do with the previous VS Express 2010 and lower
> versions whic
Hi,
I'm using bundle condition in WIX burn like this:
(VersionNT >=
v6.2), where bal is
xmlns:bal="http://schemas.microsoft.com/wix/BalExtension";
It works fine and blocks installation if , but does not work if
. I can
check this condition using Engine.EvaluateCondition in my MBA C# code, b
That's implemented by the wixstdba. You'd need to implement the same code
in your BA.
On Mon, Nov 5, 2012 at 10:28 AM, vasjko wrote:
> Hi,
>
> I'm using bundle condition in WIX burn like this:
> (VersionNT
> >= v6.2), where bal is xmlns:bal="
> http://schemas.microsoft.com/wix/BalExtension";
Hi all,
I am using the BootStrapper to install requisites that stay on the machine
after the companies product is removed... I have NO need for the
bootstrapper to create a registry key under
HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall
we install our product using the bootstrapper an
The bootstrapper will add itself to ARP (no real way to get around this nor
do I think it would be a good idea), but it will hide the install of your other
prerequisite installs. If you want the prerequisites to stay after uninstall,
then attributing them not to be removed will prevent those f
That is fine BUT...
IF you install running BootStrapper, then uninstall from your .MSI in ARP, if
you run BootStrapper again it ask to repair/remove :(
Steve
-Original Message-
From: Hoover, Jacob [mailto:jacob.hoo...@greenheck.com]
Sent: November-05-12 3:50 PM
To: General discussion f
Burn doesn't support that. Instead, you might consider the Bundle your ARP
entry and not have any MSIs write the ARP entry. That way caching gets
cleaned up.
On Mon, Nov 5, 2012 at 11:54 AM, StevenOgilvie wrote:
> Hi all,
>
> I am using the BootStrapper to install requisites that stay on the ma
Use the MsiPackage/@Visible='no' so that the MSI package isn't visible in ARP
and then allow the bundle to do the uninstall/removal and repairs.
-Original Message-
From: Steven Ogilvie [mailto:steven.ogil...@titus.com]
Sent: Monday, November 05, 2012 3:00 PM
To: General discussion for Wi
Hi,
Currently using Wix 3.5.
We are looking at rewriting our CA's in C#, so I've started to play with DTF
and a few examples. However, I can't understand no matter what value I try with
session[""] it throws an exception.
In the logs I see a list of Property(s) like:
Property(S): INSTALLLOCAT
You only need to assign a property containing the "values" you are looking for
on deferred custom actions.
Remove
Unless you are intending on doing a deferred custom action in which case you
need to add Execute="deferred" to:
-Original Message-
From: Tristen Fieldin
Nirmalraj,
I have implemented something similar, and I ran into the same problem that
you did. In my implementation, I created additional custom dialogs to
display messages if the "Password" and "Confirm Password" entries did not
match or if either the user name or password was empty. Then I kee
Hi,
I need to write component(an exe file)'s signature value into register after
program installed, but in processing of installation, I found I couldn't get
the real file's content in CA. So what should I do to process this
situation?
--
View this message in context:
http://windows-installer-
13 matches
Mail list logo