Re: [WiX-users] Setting properties

2011-01-27 Thread CoolBreeze
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

Re: [WiX-users] Error 1612 in RemoveExistingProducts Prevents Upgrades or Uninstalls

2011-01-27 Thread Wilson, Phil
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-

Re: [WiX-users] Advantage of using Patch Creation Properties over plain WiX?

2011-01-27 Thread Wilson, Phil
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]

Re: [WiX-users] Setting properties

2011-01-27 Thread Castro, Edwin G. (Hillsboro)
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

Re: [WiX-users] Setting properties

2011-01-27 Thread CoolBreeze
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

[WiX-users] problem with Microsoft.Compression.cab resources

2011-01-27 Thread Massoud Mazar
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:

[WiX-users] Error 1612 in RemoveExistingProducts Prevents Upgrades or Uninstalls

2011-01-27 Thread Tim Haloun
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:

[WiX-users] Permanent vs. SharedDllRefCount vs. better idea?

2011-01-27 Thread Maillet, Ed
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

Re: [WiX-users] Advantage of using Patch Creation Properties over plain WiX?

2011-01-27 Thread Peter Marcu
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

Re: [WiX-users] warning PYRO1079 and error PYRO0227 during patch creation

2011-01-27 Thread Peter Marcu
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

Re: [WiX-users] MsiProcessMessage - Display MessageBox from the Next button on a dialog

2011-01-27 Thread Uma Harano
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]

Re: [WiX-users] Patch Creation Issues

2011-01-27 Thread Peter Marcu
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

[WiX-users] ServiceInstall failure?

2011-01-27 Thread Kevin Burton
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

Re: [WiX-users] Confusionm around Privileged property

2011-01-27 Thread Wilson, Phil
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

Re: [WiX-users] How to patch elements in InstallExecuteSequence table?

2011-01-27 Thread Peter Marcu
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

[WiX-users] Problem when Uninstalling a Patch.

2011-01-27 Thread Ruth Storrs
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

Re: [WiX-users] Setting properties

2011-01-27 Thread Castro, Edwin G. (Hillsboro)
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

Re: [WiX-users] WixProj?

2011-01-27 Thread Blair
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.

[WiX-users] Wix 3.5 Voitve, Harvest, wixlib - oh my!

2011-01-27 Thread Maillet, Ed
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

Re: [WiX-users] MsiProcessMessage - Display MessageBox from the Next button on a dialog

2011-01-27 Thread Uma Harano
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

[WiX-users] Missing REMOVE button on Windows XP for non-admin user

2011-01-27 Thread Poulopoulos, Vassilis
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

Re: [WiX-users] Skipped Custom UI?

2011-01-27 Thread Pally Sandher
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

Re: [WiX-users] Skipped Custom UI?

2011-01-27 Thread Kevin Burton
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

Re: [WiX-users] Reg: Updating connection strings in web.config

2011-01-27 Thread bharat jasti
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

Re: [WiX-users] Skipped Custom UI?

2011-01-27 Thread Kevin Burton
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

Re: [WiX-users] Skipped Custom UI?

2011-01-27 Thread Kevin Burton
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

Re: [WiX-users] Skipped Custom UI?

2011-01-27 Thread Pally Sandher
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

Re: [WiX-users] CustomAction giving me the slip

2011-01-27 Thread Rob Mensching
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

Re: [WiX-users] Intended behaviour of Bundle uninstall?

2011-01-27 Thread Rob Mensching
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,

Re: [WiX-users] Skipped Custom UI?

2011-01-27 Thread Kevin Burton
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

[WiX-users] Reg: Updating connection strings in web.config

2011-01-27 Thread bharat jasti
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

Re: [WiX-users] Intended behaviour of Bundle uninstall?

2011-01-27 Thread Elmar Pohl
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

Re: [WiX-users] Skipped Custom UI?

2011-01-27 Thread Pally Sandher
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

[WiX-users] Skipped Custom UI?

2011-01-27 Thread Kevin Burton
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.

Re: [WiX-users] Intended behaviour of Bundle uninstall?

2011-01-27 Thread Tobias S
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

[WiX-users] CustomAction giving me the slip

2011-01-27 Thread Rune Moberg
             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

Re: [WiX-users] Intended behaviour of Bundle uninstall?

2011-01-27 Thread Rob Mensching
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

[WiX-users] Creating a service pack patch that removes the previous service pack

2011-01-27 Thread Tom Crozier
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

Re: [WiX-users] Intended behaviour of Bundle uninstall?

2011-01-27 Thread Tobias S
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

[WiX-users] Intended behaviour of Bundle uninstall?

2011-01-27 Thread Elmar Pohl
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

[WiX-users] ALLUSERS property yields Error 1001?

2011-01-27 Thread Rune Moberg
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