Hi Rob,
I've pasted below the log file of a sample application I've created to
simulate this issue:
[2DCC:2394][2013-06-07T15:57:20]: Burn v3.6.3303.0, Windows v6.1 (Build
7601: Service Pack 1), path:
D:\TestProjects\TestApplication\TestApplication\TestBootstrapper\bin\Debug\TestBootstrapper.exe,
I star playing the video when the setup start applying, I have no event that
trigger when the UAC windows is shown and closed.Do you have any idea where the
solution could be found?Thanks
> From: jacob.hoo...@greenheck.com
> To: wix-users@lists.sourceforge.net
> Date: Fri, 7 Jun 2013 21:29:35 +0
For a MajorUpgrade to happen, the ProductCode should change. The error you are
seeing is because of an attempted MinorUpgrade.
-Original Message-
From: TimM [mailto:timmay...@smarttech.com]
Sent: Friday, June 07, 2013 4:24 PM
To: wix-users@lists.sourceforge.net
Subject: [WiX-users] Pr
I have the following in my main WiX wxs project file:
I then installed a newer version of my software and then installed an older
version and instead of getting the error message that a newer version is
already installed I get the following:
"Another version of this product is already installed
I haven't looked much at the MBA host, but it "may" be that the main
thread was waiting for the message back from the UAC prompt (via the elevated
process pipe) and the WPF UI is receiving messages on that same thread. That
would explain the lack of messages during the prompt, but one wo
That's what WixBA does as well:
string folder =
IO.Path.GetDirectoryName(Assembly.GetExecutingAssembly().Location);
WixBA.LaunchUrl(IO.Path.Combine(folder, "License.htm"));
On Wed, Jun 5, 2013 at 7:45 AM, Nicholas Pierce <
nicholas.pie...@permasense.com> wrote:
> That's
You might ask on a WPF forum.
On Thu, Jun 6, 2013 at 10:31 AM, Marco Tognacci wrote:
> I have added a MediaElement to my Burn setup WPF UI.When the setup starts
> applying I play a video *.mp4 in the WPF MediaElement, but if the setup is
> started by an not administrative user the UAC Popup win
I think there is a feature request for something like that. If not, seems
like a reasonable thing to get tracked.
On Thu, Jun 6, 2013 at 3:01 AM, Nicholas Pierce <
nicholas.pie...@permasense.com> wrote:
> I think that exit code from SQL Server means that the RebootRequiredCheck
> rule failed, so
I responded to the original thread. Log files are not available. Without
log files we don't have ability to diagnose much.
On Fri, Jun 7, 2013 at 4:27 AM, Roopa Prabhu wrote:
> HI,
>
> With reference to my earlier post on this forum:
> http://windows-installer-xml-wix-toolset.687559.n2.nabble.
I would never recommend using that tool. It is more likely to leave you in
a more corrupted state. Do as Jacob recommended, recache/reinstall with a
fixed package.
On Mon, Jun 3, 2013 at 11:48 PM, Vinoth M wrote:
> Microsoft providing Fixit tool to uninstall the error setups. Check here
> http:
Attachments don't work well for mailing lists. Can you just provide the log
contents or if too big, put the log file on a file sharing service (like
SkyDrive) to see it?
On Wed, Jun 5, 2013 at 2:28 AM, Roopa Prabhu wrote:
> Attached a sample log file four your reference.
> Realized that the dir
Change your condition to "SitBundleInstalled OR Installed"
Palbinder Sandher
Software Platform Engineer
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com
**Design, Simulate + Innovate with the **
Integrated Environmental Solutions Limited. Registered in Scotland No. SC15145
Use WiXNetFxExtension instead of reinventing the wheel ->
http://wix.sourceforge.net/manual-wix3/wixnetfxextension.htm
Palbinder Sandher
Software Platform Engineer
T: +44 (0) 141 945 8500
F: +44 (0) 141 945 8501
http://www.iesve.com
**Design, Simulate + Innovate with the **
Integrated Envir
What does the StopServices action say about stopping the failing service?
There may be something useful there.
If you have any code in your apps that starts, stops, reconfigures these
services, then take a close look at it. One of the reasons for this issue is
that somebody had a handle open to t
Hi,
i created a bundle that can be install only if there is another bundle
installed (i can't merge them togheter)
So the bundle B can only be installed if there is bundle A.
The condition is fine installing the bundle but if i try to uninstall
bundle B after uninstalling bundle A i can't do it
HI,
With reference to my earlier post on this forum:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.
com/Bootstrapper-rollback-failure-tp7586290.html
Please let me know if this is a known issue/bug with wix bootstrapper or if
there is a workaround.
Our product release using this insta
16 matches
Mail list logo