I am creating an installer and need to install a few prereqs and one of two
applications depending on what OS they are using.
The default UI seems more complex than I need.
I just want the bootstrapper to start installing the applications and not
show any dialog. (One dialog is ok if it can have
My issue isn't the installer UI but rather the bootstrapper UI (If that makes
sense).
Basically I created an installer with the UI that I want but I also need to
install a few prereqs for the solution. From what I have read the best way
to do this is by using burn and creating a bootstrapper.
Bruce,
That is really close to what I am looking for. The only improvement I can
think of would be to reduce the size and have a short message. And maybe a
background logo like the wix ui can have.
Thanks!
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n
I am trying to combine InstallScopeDlg and InstallDirDlg into a single UI and
have been trying to get it to set INSTALLFOLDER then call the InstallDirDlg
which causes an error.
I am changing the property with the following.
WixAppFolder =
"WixPerUserFolder"
Then if I publish to InstallDirDlg aft
I have a bundle that is installing .NET 4.0 and installing either a 32 bit or
64 bit version of a msi.
The msi that gets installed has a Just Me scope option that sets ALLUSERS to
{}. However this does not work well since it seems that the bundle is set
to perMachine scope so the uninstall feat
I have an installation that I need to havee the option for All users or just
me, I got this working on the individual installer but I need a bootstrapper
to run either the 32 or 64 bit and install some prereqs.
I think the best option for what I want is to have the bootstrapper but not
actually in
So I would make the bundle UI have a choice between Everyone or Just Me then
send that to the packages being installed.
To do this would I need to create a custom boot strap application?
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Burn-is-it-p
7 matches
Mail list logo