So I have to add my own Form for that... ...
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Custom-Managed-Boostrapper-and-Maintenance-dialog-tp7592225p7592228.html
Sent from the wix-users mailing list archive at Nabble.com.
---
Not possible. Limitation of MSI handling during uninstall. DisplayInternalUI
only shows for install.
-Original Message-
From: Farrukhw [mailto:farru...@gmail.com]
Sent: Wednesday, January 29, 2014 8:47 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Custom Managed Boostrapper
Hi everyone,
Presently, I'm working with a Managed Bootstrapper with its own UI written
in WinForms (.Net 2.0 based). It is able to install my msi using
DisplayInternalUI="yes" and "no" very well.
However, from Add-Remove programs, it display nothing, but uninstall
silently.
If you don't believe it.. Try it out. We hit this all the time if we aren't
careful to make sure that we wait for services to stop on uninstall. Even if
we ask the service to stop, if we make it asynchronous the delete can happen
while the service is still shutting down, so files are in use.
Can somebody else confirm this can happen? Upgraded in-use files
disappearing on reboot sounds like something so serious that Windows
Installer wouldn't have been released with such an issue. And
otherwise we would be hearing about it all the time.
--
Nicolas
2014-01-29 Scott Palmer :
> if the i
Apart from "pilot error" with components or whatever, it's worth
noting that there is a bug on older OS versions where upgrades lose
SxS files, in the GAC and in WinSxS, repair restores them.
http://support.microsoft.com/kb/905238/en-us
---
Phil Wilson
On Wed, Jan 29, 2014 at 3:39 PM
I have the following for in my bundle.wxs...
The exe shows the Burn license file dialog (obviously) and then the msi
ui. It also shows a Burn status dialog.
Is there a BootstrapperApplicationRef Id I can use that shows no ui? or do
I have to build my own BA? I can't imagine there is no way t
2014-01-29 Marek Mielcarek :
> Please take a look at this pseudo-code that represents my WiX xml:
>
>
>
>
>
>
>
> ...
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> My intention was to run/schedule CA1 only for Feature1 and CA2 for Feature2
> respectively. To
Please take a look at this pseudo-code that represents my WiX xml:
...
My intention was to run/schedule CA1 only for Feature1 and CA2 for Feature2
respectively. To my surprise, when the installer runs with only one feature
enabled (ADDLOC
if the install was a major upgrade and that file was in-use during the
uninstall then it may get deleted on reboot. That happens a lot because MSI
is too stupid to check if fire that it might install are already scheduled
to be deleted on reboot. So the new file gets installed and then deleted.
Sc
This was indeed very helpful. I started using conditions such as (&Feature = 3)
to detect feature's installation and (&Feature = 2) to detect feature removal.
Big improvement in WiX script structure comparing to what I inherited.
Thanks a lot.
-Original Message-
From: Blair Murri [ma
Hi everyone,
I just released a new MSI for an upgraded version of one of our in house
applications. This is about the 16th iteration (we've been in testing for most
of this, so each new one is a full package with a MajorUpgrade) and all the
rest have been successful, until today. One file did
Burn shows no UI (except in very, very targeted error cases and even those are
controlled by the BA or Bundle authoring). The BA is in control of UI. There
doesn't have to be a UI. For example, the TestBA in the WiX toolset shows no
UI... because it's used for the integration tests and showing U
Actually, I find that multiple posting or posting without explaining what
you've already attempted to do showing that you've actually really tried to
figure out what is needed *decreases* the chance that anyone will respond.
-Original Message-
From: Carter Young [mailto:ecyo...@grandecom
2014-01-29 Jack Sojourn :
> I have a project that builds 7 msi and then creates mst transform files for
> the non-English ones.
>
> I then have a burn bootstrapper that has one msipackage with
> displayinternalui=true.
>
> however I need to get rid of the custom burn ui so that only the msi ui is
>
I have a project that builds 7 msi and then creates mst transform files for
the non-English ones.
I then have a burn bootstrapper that has one msipackage with
displayinternalui=true.
however I need to get rid of the custom burn ui so that only the msi ui is
displayed. this goes for the uninstal
I would really like to see an example of how the list view works with the a
custom theme file in the bootstrapper project. It appears to allow me to enter
in the item within my VS2012 Bootstrapper project, but once I added it, then my
bootstrapper.exe doesn't appear to work anymore.
Hel
I just saw that if I use the word help, that I could get instructions.
Karen
From: Barnes, Karen
Sent: Wednesday, January 29, 2014 2:00 PM
To: wix-users@lists.sourceforge.net
Subject: ListView Example for the Theme.xml in the Bootstrapper project
I would really like to see an example of how the
> Before that even, I suggest explaining what this is about.
At this moment, Is it only a technical question: can it be done such
installer with WIX?
If it is not possible technically, then the idea is finished.
If it is possible, then the next logical step is to talk with "the
cygwin community"
Use my Quote, plus what Phil Added regarding AN355 in the SiLabs KB,
and you should be on your way to completion.
Quoting Carter Young :
> ...and look at the SiLabs Installer to see if you can pass any
> parameters, and then Use the Return Attribute to wait for the
> Installer to complete
The CP210x driver is a onn-msi difx API/setup API application. Silicon Labs
has application notes which explain how to install these drivers in a
background (quiet) thread (AN335 i think). I install this driver, in the
background, in setups I created with a different tool, before I started
using
Read Here:
http://wixtoolset.org/documentation/manual/v3/xsd/wix/customaction.html
And try leaving off Deferred, and look at the SiLabs Installer to see
if you can pass any parameters, and then Use the Return Attribute to
wait for the Installer to complete in the background. If that doesn't
Try not to Double Post... Someone will get to you...
Quoting Fedor Pranovich :
> Hello,
>
> I have one problem with installer
>
>
> Directory="PRODUCTDIRECTORYFOLDER" Execute="deferred" Impersonate="no"
> Return="ignore"
> ExeCommand="[PRODUCTDIRECTORYFOLDER]SiLabs_CP210x/CP210xVCPInstaller.exe
The other thing to watch for - based on the file name, it looks like
you're trying to run an installer. If that is MSI-based, you can't do that.
And I'd be a little concerned about your requirement to run in the
foreground. What happens if the installation is run as silent (no UI)?
Dave
On 1/2
How I hate auto-correct. s/make to have to/may have to/
-Original Message-
From: John Cooper
Sent: Wednesday, January 29, 2014 8:25 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] Custom Action exe file run on background
In the WIX.chm, look for "How To Guides
In the WIX.chm, look for "How To Guides -> How To: User Interface and
Localization -> How To Run the Installed Application After Setup" for ideas on
how you can accomplish this.
Note that you make to have to schedule the run of your executable substantially
later than "InstallFiles".
--
John
No. The Windows Installer Service controls (and by extension the dialogs) are
not extensible in this manner--unless you have the rights to re-write the
Windows Installer Service.
You can: 1) write a custom, embedded UI (described as very hard on this list);
or 2) customize Burn (the preferred
That would be cool but I'm going to hold off until I'm fighting with the next
one. This one is doing what I want. I'd say each time I make an MSI you guys
teach me something else.
On Jan 29, 2014, at 12:23 AM, Blair Murri wrote:
> Post a URL and we will interpret/educate on the interpretatio
Hello,
I have one problem with installer
I want to start .exe file, but this file start only in background.
But i need run this exe file only in foreground and wait when it will
finish.
Thanks a lot!!!
Best Regards,
Fedor Pranovich
---
Can we get the C++ UI from resource dialog and add in between to the Wix
dailogs. Is this possible?
If possible, could you please share examples?
--
WatchGuard Dimension instantly turns raw network data into actionable
s
Can we get the C++ UI controls from resource dialog and add to the Wix UI
dialog
Is this possible?
--
WatchGuard Dimension instantly turns raw network data into actionable
security intelligence. It gives you real-time vis
Hello,
I have one problem with installer
I want to start .exe file, but this file start only in background.
But i need run this exe file only in foreground and wait when it will
finish.
Thanks a lot!!!
Best Regards,
Fedor Pranovich
--
Hi all,
I'm using the Burn bootstrapper app to chain my main installer with several
pre-requisites (.NET, VC++ runtime). For the GUI I use the standard
RtfLicense UI as described in Nick Ramirez's Wix Guide book.
The standard strings in the progress bar step can be changed (localized)
easily. But
33 matches
Mail list logo