Re: [WiX-users] FirewallException and WCF

2013-04-11 Thread John Lalande
=MYCORP Service Port Profile=domain Protocol=tcp Scope=any/ Condition![CDATA[NOT Installed AND SERVER_INSTALL=1]]/Condition /Component Steve -Original Message- From: John Lalande [mailto:j...@psrm.ca] Sent: March-22-13 11:05 AM To: wix-users@lists.sourceforge.net Subject

[WiX-users] FirewallException and WCF

2013-03-22 Thread John Lalande
I am building an installer for a product that uses WCF and needs an exception added to the Windows firewall. Unfortunately, I have been unable to get a FirewallException element to work for me. I found this solution at

[WiX-users] suppressing start on exit

2011-01-25 Thread John Lalande
My installer has a check box on the final panel that starts the application when the Finish button is clicked. However, I would like this option to not be available if there is a reboot scheduled. I have a custom action that sets a property named PENDINGREBOOT to '1' and conditions on the

Re: [WiX-users] suppressing start on exit

2011-01-25 Thread John Lalande
. -Original Message- From: John Lalande [mailto:johnlala...@gmail.com] Sent: Tuesday, January 25, 2011 8:13 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] suppressing start on exit My installer has a check box on the final panel that starts the application when the Finish button

Re: [WiX-users] suppressing start on exit

2011-01-25 Thread John Lalande
not matter if a reboot is required or not. Chris On 01/25/2011 02:43 PM, John Lalande wrote: Is there some way to run my custom action in the UI sequence just before the exit dialog is displayed? Or perhaps I am doing this completely wrong and there is another, more logical approach

[WiX-users] upgrade requesting location of previous MSI

2010-11-04 Thread John Lalande
I have been unable to recreate this issue here, but I am getting reports of users attempting to upgrade to the next version of our product getting a dialog to browse to the location of the previous version's MSI file, which is no longer where the installing user had it. This is causing the

[WiX-users] Windows 2003 Server 64 bit and XP 64 bit

2009-10-16 Thread John Lalande
Since XP64 is based on Win2k3 64, their OS installer properties are identical. Is there another way to distinguish the two operating systems? We would like to add a launch condition that allows XP64 but not Win2k3 Server 64. John

[WiX-users] RestartManager on Vista nagging about Windows Explorer

2009-08-11 Thread John Lalande
For some reason, on an upgrade or uninstall, the wizard is prompting to close Windows Explorer. I read somewhere that using the C runtime merge modules would cause this. But this issue cropped up about the time when we stopped using those merge modules (and the MFC merge modules) and install the

Re: [WiX-users] Custom Action on Finish Dialog

2009-02-26 Thread John Lalande
You should really just use ScheduleReboot and condition it on your checkbox. See the Wix help file for more details. -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the

[WiX-users] Upgrading components marked as permanent

2008-12-05 Thread John Lalande
Our product includes a TAPI Service Provider (TSP) that requires that it be installed to System32. I have read that if a file is installed in System32 it should be marked as permanent. I have made updates to our TSP but the installer won't upgrade the version that is installed. Is there a way

Re: [WiX-users] UninstallDriverPackages failing

2008-12-02 Thread John Lalande
] Content-Type: text/plain; charset=ISO-8859-1; format=flowed John Lalande wrote: DIFXAPP: ERROR 0x2 encountered while opening persistent-info key for component '{B97A869E-A464-4A2D-9D29-38214A90C0DC}' As I recall, DifxApp writes some data to the registry, so it fails if users clean their registry. I'd

[WiX-users] UninstallDriverPackages failing

2008-11-27 Thread John Lalande
In our product we ship a USB driver. The installer is written with wix 2, but since I was having difficulty using wix 2 to install the driver, I packaged the driver in a merge module written in wix 3. I have two users that cannot uninstall our product, thereby preventing an upgrade, yet I have

[WiX-users] self-healing not working

2008-08-25 Thread John Lalande
Is it not enough to create the application shortcut as advertised to enable self-healing? I have Lotus Notes plug-in that is getting removed when Notes gets uninstalled, but I would like my application to restore the plug-in DLL using the self-healing mechanism. I suspect the reason it isn't

Re: [WiX-users] wix 3.0.4123 custom action templates

2008-05-29 Thread John Lalande
a bit of effort. These tools are awesome! Thanks! On Tue, May 27, 2008 at 1:25 PM, John Lalande [EMAIL PROTECTED] wrote: No love here either. On Tue, May 27, 2008 at 11:12 AM, Christopher Painter [EMAIL PROTECTED] wrote: I tried it a few times but that doesn't seem to light up the project

Re: [WiX-users] wix 3.0.4123 custom action templates

2008-05-27 Thread John Lalande
. *From:* John Lalande [mailto:[EMAIL PROTECTED] *Sent:* Tuesday, May 27, 2008 8:22 AM *To:* Jason Ginchereau *Subject:* Re: [WiX-users] wix 3.0.4123 custom action templates Thanks Jason! Attached is the install log and a screenshot of the dialog I am looking for the custom action template

[WiX-users] request to reboot doesn't reboot

2008-05-13 Thread John Lalande
During uninstallation of our product, the FilesInUse dialog appears (as expected), the user clicks Ignore and at the end is prompted for a reboot. However, if the user selects 'yes', the reboot does not occur. Looking in the log there are many entries regarding files that need a reboot to

[WiX-users] Uninstalling a Feature where the Level condition has changed since installation

2008-05-12 Thread John Lalande
Our product contains a feature to integrate with Lotus Notes. The feature's Level is set to 0 (so that it is not selectable), and conditionally set to 1 if Lotus Notes is installed. If later, Notes is uninstalled, then our product won't uninstall the Notes integration feature, leaving files in

[WiX-users] removing components marked with the Permanent attribute

2008-05-09 Thread John Lalande
Is there a way to remove components that were marked with the Permanent attribute when installed? Also, can a permanent component be upgraded? John - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't

Re: [WiX-users] unable to install feature on Maintenance install

2008-04-22 Thread John Lalande
to the Secure attribute that fixed everything... Thanks, Bob! On Mon, Apr 21, 2008 at 11:38 PM, Bob Arnson [EMAIL PROTECTED] wrote: John Lalande wrote: Unfortunately, setting the feature to 'Will be installed on local hard drive' and finishing the install does not install the feature. I have

[WiX-users] unable to install feature on Maintenance install

2008-04-21 Thread John Lalande
Using Wix 2, I have defined a sub-feature of the main application that will not install when selected during a Maintenance installation (choosing 'Change'). My sub-feature is only applicable if Lotus Notes is installed, so its Level is set to 0 if Notes is not present during the initial

Re: [WiX-users] uninstalling a product silently before installing a new one

2007-11-26 Thread John Lalande
ab It is much simpler then what you are proposing. Simply add the UpgadeCode of the old product to the Upgrade table of your new product. The old one will be uninstalled in the same manner as a previous version...silently during the RemoveExistingProducts action. John

Re: [WiX-users] uninstalling a product silently before installing a new one

2007-11-26 Thread John Lalande
=PREVIOUSVERSIONSINSTALLED Secure=yes / /Upgrade regards, ..ab On Nov 26, 2007 7:16 PM, John Lalande [EMAIL PROTECTED] wrote: ab It is much simpler then what you are proposing. Simply add the UpgadeCode of the old product to the Upgrade table of your new product. The old one will be uninstalled

[WiX-users] per user COM registration on Vista

2007-11-19 Thread John Lalande
After completing what I thought were all the Vista updates necessary for our installer, an issue came up when installing per user. One of our COM component's (packaged as on ocx) registry entries are inaccessible in some scenarios. I read this entry:

[WiX-users] IIS, Vista and WiX

2007-09-14 Thread John Lalande
I have completed the an installer that installs a ASP.Net 2.0 web application. It works fine in Windows 2003 Server but fails on Vista with the error message: Cannot connect to the Internet Information Server. (-2147221164 ) In the log file, the detail for the failure is: ConfigureIIs:

Re: [WiX-users] IIS, Vista and WiX

2007-09-14 Thread John Lalande
objects today. Maybe one day we'll update the IIS custom actions to not require that on Vista. It's a pretty large work item though. *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *John Lalande *Sent:* Friday, September 14, 2007 09:43 *To:* wix-users@lists.sourceforge.net

Re: [WiX-users] IIS, Vista and WiX

2007-09-14 Thread John Lalande
of IIS. You have to make sure that they are installed before you start your installation. How do you check to make sure that IIS is installed? *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *John Lalande *Sent:* Friday, September 14, 2007 1:39 PM *To:* Rob Mensching

Re: [WiX-users] setting the asp.net version

2007-09-12 Thread John Lalande
-- Regards David. 2007/9/11, John Lalande [EMAIL PROTECTED]: I am writing an installer that creates a web site in IIS using WiX, unfortunately the version of asp.net is always set to v1.1.4322 when I need it to be 2.0.50727. Is there a way

Re: [WiX-users] problem with MsiRMFilesInUse dialog

2007-09-12 Thread John Lalande
if it is shown correctly in restart manager. Do you have a hidden window that it may be picking up instead? Thanks, James *From:* John Lalande [mailto:[EMAIL PROTECTED] *Sent:* Friday, September 07, 2007 5:59 AM *To:* Bob Arnson; James Finnigan *Cc:* wix-users@lists.sourceforge.net

[WiX-users] setting the asp.net version

2007-09-11 Thread John Lalande
I am writing an installer that creates a web site in IIS using WiX, unfortunately the version of asp.net is always set to v1.1.4322 when I need it to be 2.0.50727. Is there a way to set this using WiX? John - This SF.net

Re: [WiX-users] problem with MsiRMFilesInUse dialog

2007-09-07 Thread John Lalande
be what you're seeing - checking what Bob told you is a good way to see where the breakdown is. HTH, James -Original Message- From: [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] On Behalf Of Bob Arnson Sent: Thursday, September 06, 2007 5:07 PM To: John Lalande Cc: wix-users

Re: [WiX-users] Run program after installation

2007-08-09 Thread John Lalande
Richard It certainly is not a silly question and was worth checking. I checked and the program does not depend on its location. If I install to a non-default folder I can run the program from its shortcut. I am starting to think that perhaps this cannot be done as easily as the tutorial

Re: [WiX-users] Run program after installation

2007-08-09 Thread John Lalande
people to have reported it as a bug long ago. I'm waiting for a build to finish, so I'm going to see if I can get a minimal example working and try to reproduce the problem here. Regards, Richard -- *From:* John Lalande [mailto:[EMAIL PROTECTED] *Sent

Re: [WiX-users] Run program after installation

2007-08-09 Thread John Lalande
-- *From:* John Lalande [mailto:[EMAIL PROTECTED] *Sent:* Thursday, August 09, 2007 2:13 PM *To:* Foster, Richard - PAL *Cc:* wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] Run program after installation Richard As per the tutorial, my custom action is defined

[WiX-users] Run program after installation

2007-08-08 Thread John Lalande
Following the steps outlined at the excellent tutorial at http://www.tramontana.co.hu/wix/lesson8.php#8.6 works great unless the user changes the installation directory from the default. When going down the happy path the log says that the LaunchFile custom action returns 0 and the program

[WiX-users] selected features on major upgrade

2007-07-03 Thread John Lalande
After re-writing our InstallShield installer in WiX, my team leader would like a major upgrade to default to the previously installed feature set as he seen with the IS installer. Is this something my WiX-based installer should be doing by default and I simply missed something? Or does it

Re: [WiX-users] selected features on major upgrade

2007-07-03 Thread John Lalande
. WiX schedules the MigrateFeatureStates action in the UI and Execute sequences if at least one UpgradeVersion element is specified. -- Mike Dimmick -- *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *John Lalande *Sent:* 03 July 2007 17:01

[WiX-users] odd Repair issue

2007-05-08 Thread John Lalande
I have an issue where my current build on first start does a Repair if it has upgraded a previous version. This does not occur with a fresh install, only after the major upgrade. I have logged the install of the old version, the upgrade and the Repair, but I don't know what I should be looking

[WiX-users] uninstall requires msi package

2007-04-26 Thread John Lalande
On rare occasions, we get reports that our product requires the original msi package when attempting to uninstall. Under what conditions does this occur? The only way I can recreate this issue is by deleting the cached instance in C:\Windows\Installer. Is there another way? John

Re: [WiX-users] merge module that conditionally installs a component

2007-03-02 Thread John Lalande
this component, this is exactly what I want. Is there any other gotchas you know of that I should be aware of? I appreciate your help on this. John On 3/2/07, Bob Arnson [EMAIL PROTECTED] wrote: John Lalande wrote: I would like to further enhance this merge module such that if a user later installs Act

Re: [WiX-users] merge module that conditionally installs a component

2007-03-01 Thread John Lalande
the components that are already installed. Or is there a way around this? John On 3/1/07, Bob Arnson [EMAIL PROTECTED] wrote: John Lalande wrote: Directory Id='TARGETDIR' Name='SourceDir' Directory Id='ACTPATH' Name='ActDir' Directory Id='PluginsDir' Name='Plugins

[WiX-users] merge module that conditionally installs a component

2007-02-28 Thread John Lalande
I have created a plugin for the PIM Act! This plugin dll must be installed in a subfolder of the Act! installation directory only if Act! is installed. I would like to package the plugin in a merge module so that different teams at our company can use it by simply including it in their

Re: [WiX-users] uninstall LaunchCondition

2007-01-30 Thread John Lalande
peacefully. Thanks for your thoughts on this. On 1/26/07, John Lalande [EMAIL PROTECTED] wrote: You didn't answer my question -- you want the uninstall to be canceled; you just don't like the fatal error message, right? That's correct, I don't like the fatal error message. And neither does my

[WiX-users] my installer has flab

2007-01-30 Thread John Lalande
After an installer for our product is built, it may undergo a transformation by a utility that we wrote...i.e. some properties are changed, Binary table entries updated, and SummaryInformation updated. This tool uses the installer COM API. After this operation, the installer inexplicably grows

Re: [WiX-users] uninstall LaunchCondition

2007-01-26 Thread John Lalande
. It is only when one fails during an ARP uninstall that I am having problems. On 1/26/07, Bob Arnson [EMAIL PROTECTED] wrote: John Lalande wrote: An interesting thought, but the LaunchCondition message *does* display. The Fatal Error message appears after it is dismissed Levi's right

Re: [WiX-users] uninstall LaunchCondition

2007-01-26 Thread John Lalande
for uninstalling. But I would sure like to be proved wrong as my boss is putting a lot of pressure on me about this issue. John On 1/26/07, Bob Arnson [EMAIL PROTECTED] wrote: John Lalande wrote: What situations are they useful if they always show a Fatal Error dialog in ARP? If you determine that you need

Re: [WiX-users] uninstall LaunchCondition

2007-01-26 Thread John Lalande
, and returning the value ERROR_INSTALL_USEREXIT from the CA when it fails? On 1/26/07, John Lalande [EMAIL PROTECTED] wrote: I understand where they might be useful; that is why I am using one. But my experiments show that a failing launch condition during uninstall from ARP always shows the fatal

Re: [WiX-users] uninstall LaunchCondition

2007-01-26 Thread John Lalande
if a failure in the ARP shows the fatal error message after the launch condition message. They could be very useful but informing the user of a non-existent fatal error is not very pleasant behavior. John On 1/26/07, Bob Arnson [EMAIL PROTECTED] wrote: John Lalande wrote: I understand where

[WiX-users] uninstall LaunchCondition

2007-01-25 Thread John Lalande
I have a LaunchCondition that with a custom action stops the uninstall if the product is running. Unfortunately, if the uninstall is initiated from the Add/Remove Programs control panel, a Fatal Error message is displayed after I dismiss the LaunchCondition message. I have tested this using the

Re: [WiX-users] uninstall LaunchCondition

2007-01-25 Thread John Lalande
, and the fatal error is just that the remove failed because the program was running? On 1/25/07, John Lalande [EMAIL PROTECTED] wrote: I have a LaunchCondition that with a custom action stops the uninstall if the product is running. Unfortunately, if the uninstall is initiated from the Add

Re: [WiX-users] shortcut to folder

2007-01-15 Thread John Lalande
I need a shortcut in the start menu that opens a folder. On 1/14/07, Rob Mensching [EMAIL PROTECTED] wrote: You mean a shortcut to a folder or a folder in the Start Menu for shortcuts? Both should be possible. *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *John

[WiX-users] shortcut to folder

2007-01-14 Thread John Lalande
Is it possible to install a folder shortcut in the Start Menu? - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT business topics

Re: [WiX-users] clicking on checkbox pseudo labels

2007-01-12 Thread John Lalande
at external UI for the setup chainer (in six months or so). *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *John Lalande *Sent:* Thursday, January 11, 2007 12:45 PM *To:* wix-users@lists.sourceforge.net *Subject:* [WiX-users] clicking on checkbox pseudo labels I have implemented

[WiX-users] clicking on checkbox pseudo labels

2007-01-11 Thread John Lalande
I have implemented a Launch [ProductName] checkbox according to section 8.6 of the tutorial at http://www.tramontana.co.hu with one small change. Because the background of the checkbox is gray (and cannot be changed) and the background of the panel is white (which is not very attractive), I have

[WiX-users] Nested uninstall

2006-12-11 Thread John Lalande
We have two packages, one which depends on the other and will have been installed later than the first. I would like to author the uninstall of the first installer to uninstall itself (of course) and, if present, the dependent package. Ideally, the second package would be a feature of the

Re: [WiX-users] Uninstalling while application is running

2006-11-26 Thread John Lalande
very much. On 11/26/06, Bob Arnson [EMAIL PROTECTED] wrote: John Lalande wrote: This is much different than the behavior of my own PC. Is it possible that there is a domain policy causing this? Our IT dept has just started using AD to push applications and maybe they have added a setting

Re: [WiX-users] Uninstalling while application is running

2006-11-23 Thread John Lalande
that they don't completely understand. Thanks for your time on this. On 11/23/06, Bob Arnson [EMAIL PROTECTED] wrote: Adding *wix-users* back to the thread. John Lalande wrote: I copied Notepad.exe to a folder shared with Sample.wxs and changed its name to FoobarAppl10.exe. Then I compiled. I ran

Re: [WiX-users] Uninstalling while application is running

2006-11-22 Thread John Lalande
the log file for the tutorial package directly to you for your inspection. It's only 79KB. Let me know. Thanks very much for your time thinking about this and trying to help me solve this problem. On 11/22/06, Bob Arnson [EMAIL PROTECTED] wrote: John Lalande wrote: MSI (s) (B4:74) [07:21:22

[WiX-users] Warning message

2006-11-21 Thread John Lalande
Our application is not currently officially supported on Windows 2003 (some mumbo-jumbo about QA having to give the thumbs up). But I know it works because Windows 2003 is what my development PC runs. Is there a WiX way to display a warning to the user that Windows 2003 is not a supported

Re: [WiX-users] Uninstalling while application is running

2006-11-21 Thread John Lalande
PROTECTED] *On Behalf Of *John Lalande *Sent:* Tuesday, November 21, 2006 15:30 *To:* Rob Mensching *Cc:* Bob Arnson; wix-users@lists.sourceforge.net *Subject:* Re: [WiX-users] Uninstalling while application is running I am not *explicitly* suppressing any dialogs. I have tried uninstalling by right

Re: [WiX-users] Uninstalling while application is running

2006-11-21 Thread John Lalande
to see when a file is in use. Is there maybe something more about the files in use in the log file? *From:* [EMAIL PROTECTED] [mailto: [EMAIL PROTECTED] *On Behalf Of *John Lalande *Sent:* Tuesday, November 21, 2006 15:30 *To:* Rob Mensching *Cc:* Bob Arnson; wix-users@lists.sourceforge.net

[WiX-users] Upgrade doesn't install one component

2006-10-30 Thread John Lalande
I have successfully convinced my employer to migrate our installers from InstallShield to WiX.However, one of our products, when upgrading from the IS-authored previous version, neglects to install one of the components (the component does get installed on a fresh install). When the application is

Re: [WiX-users] Upgrade doesn't install one component

2006-10-30 Thread John Lalande
]] On Behalf Of John Lalande Sent: Monday, October 30, 2006 18:51 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Upgrade doesn't install one component I have successfully convinced my employer to migrate our installers from InstallShield to WiX. However, one of our products, when

Re: [WiX-users] detecting previous version's ALLUSERS property

2006-10-16 Thread John Lalande
Because it requires loading other users' registry hives, MSI doesn'tsupport cross-context upgrades. So a per-machine install can't detect upgrade a per-user install. MsiEnumRelatedProducts likely uses the samelogic.My intent is not for a per-machine install to upgrade a per-user install. By

Re: [WiX-users] detecting previous version's ALLUSERS property

2006-10-16 Thread John Lalande
This works! Thanks so much, Bob and Pete!On 10/16/06, Pete Cole [EMAIL PROTECTED] wrote: I tried using MsiGetProductInfo with INSTALLPROPERTY_ASSIGNMENTTYPE, however the function returned the error Unknown Property.Was I supposed to use this value with MsiGetProductInfo or is there another

[WiX-users] detecting previous version's ALLUSERS property

2006-10-15 Thread John Lalande
I am attempting to create a custom action that will detect the previous version's ALLUSERS property, but I am having difficulty. I can get a list of ProductCodes using MsiEnumRelatedProducts, but I have found nothing in the registry that indicates whether a particular product was installed

[WiX-users] attachine a custom action to a control in a dialog set

2006-09-17 Thread John Lalande
Can custom actions be attached to control events in one of the dialog sets without modifying and recompiling the dialog set?- John - Using Tomcat but need to do more? Need to support web services, security? Get stuff done

[WiX-users] restoring an app-created Startup folder shortcut on a major upgrade

2006-09-13 Thread John Lalande
I have an application that will allow the user to add an app shortcut. I would like to remove it during an uninstall but not a major upgrade. Right now, I have a custom action that restores the shortcut (written in C++ and doing some weirdbut there must be a way without a CA..or at least a CA that