I'm very new to using Wix, so my approach may not be the best. From my
understanding thus far, if I want to get values from the user like username,
password, and test a connection to a database I should perform those actions
within the InstallUISequence. With that said, I have a Dialog I created th
They are cached in \windows\installer, but sometimes people remove these files
because they believe thay are trash. However there was a recent thread here
with a similar uninstall problem, and perhaps Windows being unable to access
files in that folder.
Phil Wilson
-Original Message-
Or maybe "unchanged" might mean recompiled but no code or versioning was
changed? I've seen that kind of thing produce false positives in similar byte
comparison tools, but I don't recall the details.
Phil Wilson
-Original Message-
From: Peter Marcu [mailto:peter.ma...@microsoft.com]
Hmm... I'm not familiar enough with UIs to know what the ramifications are in
that case.
But if you only call the "CA_testSqlConnection" custom action in the
InstallUISequence then the SQLCONNECTION property will never be set when you
perform a silent install... Perhaps that doesn't matter, per
Edwin,
I have the Wix book and it showed ExecuteAction as the last action in
InstallUISequence prior to InstallExecuteSequence.
On Thu, Jan 27, 2011 at 12:42 PM, Castro, Edwin G. (Hillsboro) <
edwin.cas...@fiserv.com> wrote:
> I have an installer that uses . I looked at the
> InstallExecuteSequ
Hi,
I'm using the following libraries in a web application, to decompress cab
files posted to the site:
Microsoft.Deployment.Compression
Microsoft.Deployment.Compression.Cab
Microsoft.Deployment.Resources
It works fine most of the time, but every now and then I get this exception:
Hi,
A small proportion of our users are reporting the following failure.
Unfortunately as far as I can tell it is a terminal situation so the
proportion is likely to simply grow. The full msiexec logs contain these
lines:
Action start 15:23:53: RemoveExistingProducts.
MSI (s) (14:68) [15:23:54:
Hey all,
Trying to clean up a mess of sorts. Product A was installed on a bunch of
servers long ago. Product A didn't create some EventSource entries so somebody
manually added the missing items on each server. Product B came along and lives
side by side with A. B is a old vdproj and it added
I am curious to understand why you were getting unchanged files in your
patches. Wix does a byte by byte comparison of all files before putting them in
a patch. If they don't differ, it shouldn't add them. Perhaps there is a small
bug that should be fixed.
-Peter
My team is hiring. Ask me abou
Can you share your patch authoring as well as the command line arguments you
are using to build the patch. The usual cause for this is a mismatch between
the first argument passed to pyro -t flag and Id in the PatchBasline element in
the patch.
-Peter
My team is hiring. Ask me about the open p
Please disregard this. I think I have figured out how all the pieces fit
together now :)
Thanks!
Uma-
-Original Message-
From: Uma Harano [mailto:uhar...@esri.com]
Sent: Thursday, January 27, 2011 8:52 AM
To: General discussion for Windows Installer XML toolset.
Subject: Re: [WiX-users]
Hi Aaron,
I posted this blog a while back about patching using admin images.
http://blogs.msdn.com/b/pmarcu/archive/2008/05/30/patching-something-you-didnt-build-with-wix-using-wix-.aspx
. I titled it to appeal to people trying to patch things they didn't build
with WiX but it is just as appli
It seems that the default behavior for this code
Is to repeatedly try, even when the password is invalid, until the account
specified is locked out. I was wondering if there was a way to catch the first
error and
Ok, yes. That means that the log is showing what you'd expect in the UI
sequence. I haven't got a log right now that shows what happens to Privileged
in the execute sequence.
Phil Wilson
-Original Message-
From: Blair [mailto:os...@live.com]
Sent: Tuesday, January 25, 2011 10:02 AM
T
I can offer a workaround. Add a in the same fragment as the update
you want to reference and then reference that property in your patch family.
Alternatively, you can create a patch with no patch families if you are willing
to include all the changes in the product.
This is something that we n
Hello,
So the order of installation is;
Install Product A.
Install Patch A - which contains a new additional file called new.dll with a
version of 1.0, this file is installed to a shared location.
Install Product B - which contains the file new.dll but has version 1.1, this
file is installed to t
I have an installer that uses . I looked at the
InstallExecuteSequence in the installer package using InstEdit and did *not*
find an action called "ExecuteAction". If this is a custom action you wrote
then you need to be aware where that custom action is scheduled.
I see "SchedXmlFile" in the I
I looked at the following lines from your log and drew three conclusions:
Lines:
MSI (c) (78:88) [12:09:49:742]: Doing action: PrepareDlg
Action 12:09:49: PrepareDlg.
Action start 12:09:49: PrepareDlg.
Action 12:09:49: PrepareDlg. Dialog created
Action ended 12:09:50: PrepareDlg. Return value 1.
Hey all,
Just wondering if this is by design or a bug.
I have a wixlib project that references a c# console app project. I set
reference properties Harvest = true and Project Output Groups =
"BinariesContentSatellites"
That doesn't generate the usual intermediate wxs files nor the
Product.G
Thanks! The Spawn dialog is working nicely -
Is it possible to populate the Error table in the MSI and have a UI error
message show up using this entry in the Error table?
Right now, I am creating a little Dialog and adding text to it as text
controls. Ideally, I would like this error dialog to u
If I create a trivial installer and specify ALLUSERS 1 then the
Add/Remove Programs window does not show a 'Remove' (or any other)
button if I'm logged as a non-admin user. Other installed applications
however do, and clicking on the their remove buttons shows a message
that Admin rights are needed
http://lmgtfy.com/?q=WiX+users+Build+Failed%3F
Palbinder Sandher
Software Deployment & IT Administrator
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.
SC1514
I am looking at http://wix.sourceforge.net/manual-wix3/WixUI_customizations.htm
and I see the instructions, "Copy the full contents of the defined
in WixUI_InstallDir.wxs in the WiX source code to your project.". I am not sure
where to get the source all of the source from SourceForge seems to
Hello All,
>
> I have tried updating web.config with the user entered host and
> credentials.
>
> While the installation process is goin on I am getting an error unable to
> open web.config file, system error. Could any one help me out in this?
>
> Thanks & Regards,
> Bharat Jasti
> Web Applicatio
Do you have that link? Or how do I get archives? My current problem is that the
dialog is getting skipped. I have moved past build failed so that email has
been deleted.
Kevin Burton
Senior Software Engineer
BUYSEASONS
262-901-2000 Office
262-901-2312 Fax
kev...@buyseasons.com
-Original M
I don't follow the statement " So you're using WiXUI_Minimal & also defining
the exact same dialogs in your own code?"
The name of the WelcomeEulaDlg I found via ORCA. The PropertiesDlg is the
custom UI that I have defined. With 3.0 is there a Dialog called
'PropertiesDlg' that I am overwriting
So you're using WiXUI_Minimal & also defining the exact same dialogs in
your own code? That'll work well.
I suggest re-reading the links I posted on Tuesday (subject Re:
[WiX-users] Build failed?) for the UI. The answers are in the
documentation & Neil S's blog which you've been supplied with once
IIRC, a Commit Custom Action *always* runs at the end of the install.
On Thu, Jan 27, 2011 at 6:16 AM, Rune Moberg wrote:
> FileKey="MM3ServerExe" Return="ignore"/>
>
> REMOVE ~=
> "ALL"
>
>
> In the log file I see this:
>
> MSI (s) (84:D0) [15:01:37:844]: Note: 1: 2205 2: 3: A
Hmm, detection is not working on second package... interesting.
On Thu, Jan 27, 2011 at 7:32 AM, Elmar Pohl wrote:
> I added my own sample and log files to the same tracker item.
> Elmar
>
> -Ursprüngliche Nachricht-
> Von: Tobias S [mailto:tobias.s1...@gmail.com]
> Gesendet: Donnerstag,
I see 'Doing action: WelcomeEulaDlg' but I don't see anything about
LicenseAgreementDlg.
Maybe it is changed names and that is why I don't see the dialog. I have code
like
-Original Message-
From: Pally Sandher [mailto:pally.sand...@iesve.c
Hello All,
I have tried updating web.config with the user entered host and credentials.
While the installation process is goin on I am getting an error unable to
open web.config file, system error. Could any one help me out in this?
Thanks & Regards,
Bharat Jasti
Web Applications Developer
Rain
I added my own sample and log files to the same tracker item.
Elmar
-Ursprüngliche Nachricht-
Von: Tobias S [mailto:tobias.s1...@gmail.com]
Gesendet: Donnerstag, 27. Januar 2011 15:52
An: General discussion for Windows Installer XML toolset.
Betreff: Re: [WiX-users] Intended behaviour
Have you Published the required Control event to show your Custom Dialog
to the Next button in the LicenseAgreementDlg?
When you click the Next button in the LicenseAgreementDlg the verbose
log should tell you what it's actually doing at that point. I'd wager
that's a good place to look.
Palbind
I have a WiX Custom UI that I have converted from 2.0 source. The problem I am
experiencing and would like a little help with is that the Dialog is not
showing up when I run the .msi script. I have used Orca and I can see the
Dialog in the .msi file but for some reason it is not getting called.
Did report a new bug in
https://sourceforge.net/tracker/?func=detail&aid=3166510&group_id=105970&atid=642714
. There I all the generated log files from burn + MSIs.
2011/1/27 Rob Mensching :
> Can you provide the log fie? The "Plan" section is particularly interesting.
>
> On Thu, Jan 27, 2011 a
REMOVE ~=
"ALL"
In the log file I see this:
MSI (s) (84:D0) [15:01:37:844]: Note: 1: 2205 2: 3: ActionText
Action ended 15:01:37: DeleteServices. Return value 1.
Action start 15:01:37: UninstMM3Srv.
MSI (s) (84:D0) [15:01:37:844]: Doing action: RemoveFiles
MSI (s) (84:D0) [15:01
Can you provide the log fie? The "Plan" section is particularly interesting.
On Thu, Jan 27, 2011 at 4:29 AM, Tobias S wrote:
> In my understanding the concept is as following:
>
> Under the Chain element you have the children (Help:WiX.chm
> (3.6.1314.0) -> WiX Schema -> Chain elements)
> Exe
I am trying to create a minor upgrade for an existing product that will be
delivered as a patch. However, I want any previous service packs to be removed
before the new one is applied.
I have also read that running CA's during the uninstall don't work is there a
work around for this since my uni
In my understanding the concept is as following:
Under the Chain element you have the children (Help:WiX.chm
(3.6.1314.0) -> WiX Schema -> Chain elements)
ExePackage (min: 0, max: unbounded)
MsiPackage (min: 0, max: unbounded)
MspPackage (min: 0, max: unbounded)
MsuPackage (min: 0, max: unbounde
I'm new to bundled installers and I'm wondering if I understand the concept
right.
In an experiment with burn and the element (using WiX 3.6.1314.0),
I created a bundle installer "MyBundle" that chains two packages,
"MyProductA" and "MyProductB".
After installing MyBundle, ARP shows 3 item
While attempting to add an icon to my ARP entry, I accidentally set
this property (mentioned e.g. at
http://stackoverflow.com/questions/751000/how-to-install-program-shortcuts-for-all-users):
"Error 1001. An exception occurred while uninstalling. This exception
will be ignored and the uninstall
41 matches
Mail list logo