Re: [WiX-users] Determine if in rollback mode fromnon-deferred customaction.

2006-06-16 Thread dangle123 ...
The reason I wanted to create and execute an immediate custom action is because on uninstall I want to remove all files not created by the installer package in a folder created by the installer package. This way the standard action "RemoveFolders" can remove the folder that the installer created

[WiX-users] Determine if in rollback mode fromnon-deferred customaction.

2006-06-16 Thread DE�K JAHN, G�bor
On Fri, 16 Jun 2006 00:21:13 -0700, dangle123 ... wrote: Leo, custom action. If the RemoveFolders action sees that there are files in a folder that was not created by the installer package it will not remove the folder... You also have RemoveFile at your disposal... Bye, Gábor

Re: [WiX-users] Product clashes

2006-06-16 Thread Dave Williamson
Wow! What in the world kind of logic is that! Very good to know. Dave -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Rob Hamflett Sent: Friday, June 16, 2006 4:10 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Product clashes After

Re: [WiX-users] RFC: Moving Wix 3.0 to use the .NET Framework 2.0

2006-06-16 Thread Albert van Peppen
I don't see any problems with this; most of our environments are running VS 2005 or is a Windows 2003 Server as compileserver, on which .NET 2.0is installed for various uses. And i suppose you should think about future development possibilities in new environments such as .NET 2.0 whenever

Re: [WiX-users] ERROR_INSTALL_PACKAGE_VERSION

2006-06-16 Thread Phil Wilson
This typically means that schema of the MSI file (such as 200 for MSI 2.0) is higher than the current version of MSI on the system. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of [EMAIL PROTECTED] Sent: Friday, June 16, 2006 7:45 AM To:

[WiX-users] Another Sequencing issue

2006-06-16 Thread Scott Sam
I have a custom action that runs and executable, called dbinstallation.exe, which is installed in the installation. The executable updates/creates the databases our software uses. Dbinstallation reads an xml file the is created with the SchedXmlFile action. In the installation we also

Re: [WiX-users] Another Sequencing issue

2006-06-16 Thread Scott Sam
Next early next month. From: Derek Cicerone [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 12:38 PM To: Scott Sam; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Another Sequencing issue In 2.0 youll need to manually change the wixlibs to change the

Re: [WiX-users] Another Sequencing issue

2006-06-16 Thread Derek Cicerone
Thats way too soon to take a dependency upon WiX 3.0. Youll have to manually modify the sources of wixca.wixlib to move ConfigureSql to a later sequence number so you can fit your custom action in-between. Derek From: Scott Sam [mailto:[EMAIL PROTECTED] Sent: Friday, June

Re: [WiX-users] Another Sequencing issue

2006-06-16 Thread Scott Sam
I didnt see it anywhere in the wixca.wxs file. What sources files do I need to edit? From: Derek Cicerone [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 1:38 PM To: Scott Sam; wix-users@lists.sourceforge.net Subject: RE: [WiX-users] Another Sequencing issue Thats

Re: [WiX-users] Another Sequencing issue

2006-06-16 Thread Derek Cicerone
You need to modify the sources file for the ConfigureSql custom action. Its in sca.wxs sorry, youre modifying sca.wixlib. Derek From: Scott Sam [mailto:[EMAIL PROTECTED] Sent: Friday, June 16, 2006 11:21 AM To: [EMAIL PROTECTED]; wix-users@lists.sourceforge.net Subject: RE:

Re: [WiX-users] Registering help files and deploying them to thehelp collection

2006-06-16 Thread Francis Kam
We use the Help Integration Wizard that's part of VS 2005 SDK. Might be worth a look.-FrancisOn 6/13/06, Kalappa Pattar [EMAIL PROTECTED] wrote: Hi, Yes, I was talking about Help 2.0 Hxs files. I implemented the functionality by modifying MSHelp2_RegTables__RTL_---_---.msm

Re: [WiX-users] ERROR_INSTALL_PACKAGE_VERSION

2006-06-16 Thread wix
I'm not seeing this in any of the XML files I created...which attribute/node am I looking for? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Phil Wilson Sent: Friday, June 16, 2006 10:32 AM To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users]

Re: [WiX-users] Uninstall a system tray program --a strange probl em

2006-06-16 Thread Rob Mensching
FYI, WiX v3 has an called CloseApplications that does just that. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Watkins, Jon Sent: Friday, June 16, 2006 6:42 AM To: '???'; wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Uninstall a system tray program

Re: [WiX-users] What makes ClickThrough per-user?

2006-06-16 Thread Bob Arnson
Don Tasanasanta wrote: this is the install log that i'm getting from your example code. Does ClickThrough generate an MSI that installs for you? What's the value of HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer\DisableUserInstalls? -- sig://boB http://bobs.org

Re: [WiX-users] What makes ClickThrough per-user?

2006-06-16 Thread Don Tasanasanta
ClickThrough generated a wix file with several errors. i was able to repair the errors and run the resulting MSI but i didn't install under the User context. all the test installs i have created have all worked under Admin (as expected). i have tested with DisableUserInstalls = 0 and also

[WiX-users] Patching Problem

2006-06-16 Thread Brower, Jason
All, I am running into problems when deploying the msp patch files. Everything compiles properly and the msp is successfully created. However, dlls that have changed are not installed when the msp patch is applied. Below is the output generated by MsiMsp and it looks to be including the