Hi All,
I have created custom UI in C++.
I was able to display my custom UI in WIX BootStrapper application.
In custom UI, I have two options like install, Exit.
How to trigger my MSI file when I select install option in Wix Custom
Bootstrapper UI?
Anyone please help me on this?
2013/11/25 wixtester :
> If separate components are created for each feature, the registryValue gets
> removed when any one feature is uninstalled.
> Instead, I want the registry entry to stay if either feature is installed on
> the system. The registry entry should be removed only when both the fe
Off top of my head, dotNetInstaller: doesn't cache, doesn't unify progress bar,
doesn't allow complete customization of UI.
It's basically a fire-forget type bootstrapper that just shows UI of each thing
you're installing. Fact that several of those types of things exist out there
is why Burn d
Classification: Public
What is the difference between Burn and dotNetInstaller?
>From looking at the tool quickly it does the same thing burn does, install
>exe's, msi's, msp's. Can check registry/file/productcode/directory. I have
>added radio buttons, check boxes etc using Burn...
Can you cha
Bundle is just per-user or per-machine. When it per-user it registers in
currentuser ARP and when I choose per-machine installation in my msi the
different contexts of bundle and msi cause some problems.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble
Or, I'd ask it differently. Why do you want your MSI to own the ARP entry? Just
let Burn handle it and you'll get all the benefits of caching and such like
that.
-Original Message-
From: Wesley Manning [mailto:wmann...@dynagen.ca]
Sent: Monday, November 25, 2013 1:44 PM
To: General disc
Burn isn't a bootstrapper really. Why do you want to use burn and not a
bootstrapper like dotNetInstaller?
-Original Message-
From: Hamlet [mailto:hakobyan...@yahoo.com]
Sent: November-25-13 5:36 PM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] How to avoid bundle regis
Thank you for replay, but it is not my option. I have dual-purpose package
which works fine. Now I want to install prerequisites if necessary. What I
want that the burn must install prerequisites if necessary, then run the msi
dual-purpose package. No need to cache or register the bundle and so. J
Hi,
I need to support a major upgrade of a bundle - automatically remove
previous product version before install new version
I wonder how can I ask the removed bundle to save some user settings?
Will burn show the UI of the removed bundle ?
If not, can i some how send properties from the new i
Maybe this answers your question:
http://www.joyofsetup.com/2013/07/05/burn-zero-one-or-n/
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-avoid-bundle-registration-as-installed-tp7590928p7590943.html
Sent from the wix-users mailing list arc
If separate components are created for each feature, the registryValue gets
removed when any one feature is uninstalled.
Instead, I want the registry entry to stay if either feature is installed on
the system. The registry entry should be removed only when both the features
are uninstalled.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Registry-component-shared-within-multiple-features-tp7590870p7590937.html
Sent from the wix-users mailing list archive at Nabble.com.
I created a website using this pattern...
When I open IIS Manager, I noticed that he bindings display differently
than when I manually create a website. The binding string created through
the UI is "*:80:header", whereas the WiX generated binding string is
":80:header" (no asterisk).
Any re
Start Here:
http://wixtoolset.org/documentation/manual/v3/overview/codepage.html
http://blogs.msdn.com/b/robmen/archive/2004/11/30/272141.aspx
Quoting Smagin Alexander :
> Hello
> How can I use cyrilic names inside wsx?
>
>
>
> I cannot change the paramentes and their values, but
> I ne
Hello
How can I use cyrilic names inside wsx?
I cannot change the paramentes and their values, but I need to
recompile a msi. Previous project was created with wix 3.0. It worked defore.
Now I used win 3.8 and it produced the error
Error 1 A string was provided with characters that are n
Yeah, thank you so much for helping and now it is working perfectly.
Regards
Tony
On Sun, Nov 24, 2013 at 11:33 PM, Blair Murri wrote:
> Search for "Remember Property Pattern".
>
> During uninstall the IIS custom action needs to know the value of
> VIRTUALDIR used during the installation.
>
>
16 matches
Mail list logo