You're running the CA as "immediate", I don't think it's necessary to use
CustomActionData unless what you really wanted is "deferred".
Try getting the property normally (assuming your ExecuteSequence is right).
String sServerName = mpSession["MSMACHINE"];
Regards,
Romeo
--
View this message in
Hi David,
Have you tried changing the value into a variable instead of static value?
Cheers,
Romeo
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-command-line-parameters-tp7323306p7323393.html
Sent from the wix-users mailing list archive at
Hi Roee,
Please have a look at these thread. There's a MSBuild task that you can
override to sign the bundle and engine (assuming you're using MSBuild for
your projects).
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Signing-the-burn-bootstrapper-tp7174715p7179602.html
Regards,
R
It seems it has been fixed on latest build. I just reproduced it on the Beta
but not in 3.6.2527.0
Cheers,
Romeo
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Moving-payload-to-Cache-Directory-tp7237441p7243773.html
Sent from the wix-users ma
It seems I can't reproduce it anymore.
Thanks
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Moving-payload-to-Cache-Directory-tp7237441p7241383.html
Sent from the wix-users mailing list archive at Nabble.com.
Hi,
I noticed that Burn moves the payload to Cached Directory during uninstall
even though the ExePackage/@Permanent="yes" is set, tried to search the bug
list see if there's any related issue about it but no luck. Is this by
design?
The problem is if the Payload is too big like 1000s of files, i
Hi,
How do I find out what is the current cached directory used by my BA? I Need
to pass some properties to my MSI which is a complete path of a file that is
compressed and cached to the BA.
I don't see any StringVariables in the Burn log file that I can use at
runtime.
Thanks,
Romeo
--
View th
Hi,
I'm just curious what can "burn" and "netfx" protocols supports? I need to
install SQLServer Express with my bundle I would like to see the progress
bar moves while it is installing instead of installing in the background. It
may look like that the installer hangs and doing nothing.
Tried bot
Nvm, I forgot to put the Name attribute.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-ExePackage-that-depends-on-many-files-tp7205293p7224976.html
Sent from the wix-users mailing list archive at Nabble.com.
--
I tried creating a payload for the dependency files. I just can't figure out
how to store them in the correct subdirectory. It seems they are all stored
in the same directory as the setup.exe
[My3rdPartyInstaller]
|..[1033_XXX_XX]
|.[]
|..[directory1]
|.[]
|..[directory2]
|.[]
|
That works, thanks.
I'm guessing this will also be applied in the WiX installer itself? As I
basically copied the Netfx.wxs in WiX source.
Cheers,
Romeo
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-Progress-Bar-does-not-move-when-installing
Hi,
I'm testing my Boostrapper in a clean machine and I noticed that the
progress bar when installing .NET Framework does not move. It just stops at
40% while .NET is installing in the background. It doesn't look good when
you install .NET in silent mode. It just looks like it is not doing anythin
Hi,
I would like to bundle a 3rd party installer with my bootstrapper but it's
not just a one exe file it has 1000s of files how can I bundle it with my
Bootstrapper.
I understand that ExePackage only gets a SourceFile and not a SourceDir.
It's something like:
[My3rdPartyInstaller]
|..[1033_XXX_X
Hi,
I have written a BA where the installing user answers/modifies default
configuration.
How can I pass the updated properties back to MSI?
E.g. The installing user changes the default InstallLocation, how can I
notify the MSI that it should use the InstallLocation from the BA?
Thanks,
dfox
--
Hi Peter,
I'm had the same problem as Matt, I tried the twin dialog hack but most of
my dialogs has checkbox, when I clone my dialogs, it complains about "The
primary key 'PROPERTY1' is duplicated in table 'CheckBox'."
Is there a workaround for this? Btw, it's working when there's no checkbox
in
Hi YEH,
In order to change the text of existing dialogs you need to override the
default texts.
First look into the source of the dialog you want to modify and get the
localization string you want to modify.
In your case you want to modify the text in ResumeDlg, you may want to look
here
http://
e best and easy way to do this? Since I was planning
to do this automatically by setting a property e.g Object1.log.debug-level=5
as XPath and value.
P.S. It seems the "" in the given xml sample was truncated, it has "" in the
whitespaces.
Regards,
Romeo
Romeo S. wrote:
>
&g
Hi,
I want to know if XmlConfig or XmlFile works with DCML format of XML?
Like:
Description 1
Obejct1
Description for Object 1
log
Descrip
Thank you very much Bob. That works, I just misspelled the CA before, I
thought that I can't override the condition.
I will file a bug later, it seems there's a problem with the BugDatabase
right now.
Regards,
Romeo
Bob Arnson-6 wrote:
>
> Romeo S. wrote:
>
Hi,
I'm trying to use FirewallException extension, it all works on XP SP2
without problem. I just wondered if it is possible to change the condition
of WixSchedFirewallExceptionInstall and WixSchedFirewallExceptionUninstall
CA so that it will still add exception on Windows 2003 SP1?
Upon checkin
Hi Jyo,
We used a custom action in order to do that, Windows Installer does not
support browsing for file.
Try google: Browseforfile.dll
Regards,
Romeo
Jyothsna Padavala wrote:
>
> Hi all
>
> Does WIX allow 'file selection' instead of 'folder selection' in its
> dialogs ?
>
> Thanks,
> Jyo
>
21 matches
Mail list logo