Here are the related authoring I see in these two snippets:
1. btnChange
2
2. Next
1
3. Back
1
4. Cancel
1
FileBrowseDlg\Back and FileBrowseDlg\Cancel are probably fine.
FileBrowseDlg\Next is probably always skipping the EndDialog action since
the later NewDialog action is always
For what little it's worth, InstallShield 11 did not support for
Vista, much less the version of IIS included with Vista, because its
predates Vista. If that's the only blocking factor, you may want to
consider a version of InstallShield that shipped after 2005. If the
other factors are more releva
Christopher Painter wrote:
>
> InstallShield's custom action sets a property but there's no reason you
> have to use that property. You can write your own custom action setting
> your own property then tell the IIS custom actions to use that property
> instead.
>
> All said and done, InstallS
Hi Rob,
Do you mean a different component for update than the installation? If yes,
we need to skip the installation part of it during the update based on some
check for already installed db. How to handle these conditions? Using
Transient components?
How failures are handled?
Do you have any exam
InstallShield's custom action sets a property but there's no reason you have to
use that property. You can write your own custom action setting your own
property then tell the IIS custom actions to use that property instead.
All said and done, InstallShield 2011 *currently* trumps WiX in IIS s
I'm having this exact issue and it's now 2010! I found that I can get the
root of the web tree into a property like this:
but (and there's always a but): on Vista, Microsoft apparently screwed up
this registry entry. It now contains
%SystemDrive%\inetpub\wwwroot
but the enviro
Hello all,
I need to update text of Edit control on my custom dialog from a property
that is being set by custom action. This custom control is to provide
OpenFileDialog to user and populate the Edit control with selected filename.
The property is getting set by CA but the control is not getting
Could this be added?
Cheers
Sean.
-Original Message-
From: Rob Mensching [mailto:r...@robmensching.com]
Sent: 03 January 2011 16:29
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users] Burn issue
No. Burn doesn't show the UI from the MSIs.
On Sun, Jan 2, 20
No. Burn doesn't show the UI from the MSIs.
On Sun, Jan 2, 2011 at 3:28 AM, Sean Farrow wrote:
> Hi:
> I'm using Burn as a container to hold two msi's.
> I'd like to use the ui's from the msi in the current implementation.
> If I remove the bootstrapApplicationRef element I get a lght0001: the gi
I like this option.
However, when I try using syntax: Guid="$(var.Guid.$(var.ENVIRONMENT))" I get
a error "Undefined preprocessor function '$(var.Guid.$(var.ENVIRONMENT))'.
(note I have also tried syntax
'Guid="$(var.Guid$(var.ENVIRONMENT))" ' , no period between Guid and
$(var.ENVIRONMENT)
10 matches
Mail list logo