[WiX-users] logging of RemoveExistingProducts

2006-12-11 Thread André Pönitz
I have a product that needs to run custom actions when uninstalling. This works. However, when trying to install a major upgrade on an already installed version the older version is properly found (i.e. I get something like MSI (s) (3C:DC) [09:51:36:582]: PROPERTY CHANGE: Adding

Re: [WiX-users] Automating maintenance of component lists

2006-12-11 Thread André Pönitz
Steve Bennett wrote: Hi all, Hi Steve. I'm trying to automatically maintain wix source files to generate a .msi as the final stage of a build process. That is, each time a build is done, I'd like to update a wix source file to refer to the latest set of files that are designated as

[WiX-users] Simple help

2006-12-11 Thread Lionel Pinkhard
Hi, I'm a little stuck with WiX 2.0, hope somebody can help me out. Firstly, I need to know how to install and uninstall Firefox and Internet Explorer extensions with WiX, can anyone help me? Secondly, I need to know how to install Vista sidebar gadgets with WiX? Thirdly, how can I open default

Re: [WiX-users] logging of RemoveExistingProducts

2006-12-11 Thread Stefan Krueger [MVP]
Are you sure you're looking at the right property? I mean, NEWERVERSIONDETECTED is a strange property name for the detection of an *older* version. That said, the uninstall of the old version should be in the log, masrked with (N) for nested as opposed to (c) for client side and (s) for server

Re: [WiX-users] Simple help

2006-12-11 Thread Rob Mensching
Stuck? Nothing wrong with WiX v2. Sure is more stable. 1. No idea. The FF and IE documentation should explain how to do that. 2. No idea. The Vista sidebar documentation should explain how to do that. 3. The easiest way is probably to use the ShellExec CustomAction that Bob wrote. 4.

[WiX-users] Determine the user running ASP.NET apps?

2006-12-11 Thread David Thielen
Hi; During the install we have to encrypt the connections strings in Web.Config for the ASP.NET app we are installing. This requires the user running the ASP.NET app. Does anyone know of a way to query the system to get the user running ASP.NET? Thanks - dave David Thielen

Re: [WiX-users] Directory reassignment problem

2006-12-11 Thread Don Tasanasanta
That did the trick! Thanks a bunch. I was only doing a SetTargetPath on my main install directory and not on the separate web folder. Don Tasanasanta 425-605-7423 From: Bob Arnson [mailto:[EMAIL PROTECTED] Sent: Thursday,

Re: [WiX-users] Simple help

2006-12-11 Thread Rob MacFadyen
Lionel, If you are new to Wix then you'll want to review the Wix2.0 tutorial at http://www.tramontana.co.hu/wix/. Firefox extension installation uses Firefox's javascript based installation technology. You'll need to Google for mozilla extension installation howto. The top link will give you

[WiX-users] installing .msp during setup

2006-12-11 Thread Stephen Turton
Hi, I need to install a patch (an .msp file) during setup - what's the best way to do this? I've tried calling the .msp from a custom action but that doesn't seem to work. Thanks, Stephen - Take Surveys. Earn Cash.

Re: [WiX-users] COM+ App Reinstall

2006-12-11 Thread Fredrik Grohn
Does the properties COMDOMAIN, COMUSERNAME and COMPASSWORD contain correct values even during reinstall? Fredrik -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of gcoates Sent: Monday, December 11, 2006 6:07 PM To: wix-users@lists.sourceforge.net Subject:

[WiX-users] Help......Using WindowsAuthentication SQL Server Installation

2006-12-11 Thread Palani Vairavan
Hi I have created an Installer to Install a Database. I have followed the sample on WIX Tutorial. I would like to know How can I install a database which can get my windows credentials and install the db through windows authentication? How can I create

[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

[WiX-users] How can I force files to be overwritten?

2006-12-11 Thread Scott Palmer
I have several files from a third party that I can not control the version information in. It may be that the version information is set to 1.0.0.0for different versions of the same file, some files have no version info at all. I want to be sure that the latest file gets installed even if the

[WiX-users] Fwd: How can I force files to be overwritten?

2006-12-11 Thread John Ludlow
-- Forwarded message -- From: John Ludlow [EMAIL PROTECTED] Date: Dec 11, 2006 11:34 PM Subject: Re: [WiX-users] How can I force files to be overwritten? To: Scott Palmer [EMAIL PROTECTED] You need to look into the REINSTALLMODE property

[WiX-users] Custom Action to Delete File

2006-12-11 Thread Jesse Englert
How do you author WiX to remove files not installed by the MSI? In my scenario I have a self-extracting installer which extracts files to the %SYSTEMDRIVE% and then launches a bootstrapper which in turn launches the MSI. I would like the MSI to remove the files that were self-extracted after

[WiX-users] darts corral

2006-12-11 Thread Vance Christopher
My Husband is a Viet Nam Era Air Force Med Tech. My Dad fought in WWII with the field artillery on Amchitka Island in the Aleutiands and in the Phillipines. Some of the strangest little throw-away items, things that have happened to victims in my books, I didn't make up. All it takes is a little

Re: [WiX-users] Fwd: How can I force files to be overwritten?

2006-12-11 Thread Wilson, Phil
My inclination would be to do a major upgrade each time, sequencing RemoveExistingProducts to uninstall the old app first then install the updated one. The issue with REINSTALLMODE is that it applies to every file in the product, and I'm assuming you don't want to use (say) REINSTALLMODE=vamus

Re: [WiX-users] Fwd: How can I force files to be overwritten?

2006-12-11 Thread John Ludlow
Fair points all, though a major upgrade does force things on your installation that maybe you don't want - in particular it causes issues for patches. But maybe that's not an issue right now. For the version lying, that might have been the issue I had with it - it was a long time ago and I

[WiX-users] SQL Script

2006-12-11 Thread Dhaval Patel
I am a WIX newbie and I think I have been able to grasp most of the functionality via trial and error over the last week or so. Nevertheless, making this SQL script execute has been driving me nuts. I am hoping one of you experienced folks will be able to help me out. I have attached an image

[WiX-users] WiX 3.0 wixca.dll QtExec

2006-12-11 Thread Jesse Englert
Could someone provide example code to use the QtExec custom action? First of all, where is the wixca.dll located in WiX 3.0? It's not in C:\Program Files\WiX Installer XML v3\bin where it was in WiX 2.0. -- Jesse Englert Software Engineer Applied Technologies Tel: 805-239-9100

Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-11 Thread Bob Arnson
Albert Shamsiyan wrote: Sorry of being a nag, but what good does the –b switch offers me? The -b switch on light.exe adds another directory to the list light searches for files. -- sig://boB http://bobs.org - Take

Re: [WiX-users] Nested uninstall

2006-12-11 Thread Bob Arnson
John Lalande wrote: 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. Nested install/uninstall CAs are

Re: [WiX-users] regarding the usage of ProgID, ClassId in wix

2006-12-11 Thread Bob Arnson
Please keep /wix-users/ on the thread so everyone can participate. Abani Kumar Ghadai wrote: If we do not use Advertised=yes, the resulting MSI does not have ProgId table, instead it populates the registry table with the required registries as you have suggested. But ICE33 warnings are still

[WiX-users] Unveils Redesigned Planet

2006-12-11 Thread characters
Ivr realtime, solution benefits advantages recording archiving? Labels, software publishers other industry players nareoss client. Please enter keyword terms match your. Centercrm more bull whats? Siemens plans auction spectrum asks input disaster focus florida. Mvp, quality michelle amodio

Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-11 Thread Albert Shamsiyan
Bob Arnson Wrote: The -b switch on light.exe adds another directory to the list light searches for files. I've tried using the -b switch as in the following command: light -ext WixUIExtension -cultures:en-US -sice:ICE64 -bD:\Wix\Wix_3.0.2330.0\Bitmaps -dWixUIBannerBmp=WixUIBannerBmp.bmp

Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-11 Thread Rob Mensching
Also, any src/Source/SourceFile attribute that starts with SourceDir will be replaced by the value of -b The intention is to make it easy to move around your root build directory. From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson Sent: Monday, December 11, 2006 21:41

Re: [WiX-users] SampleWixUI.wxs and Wix_3.0.2330.0 version

2006-12-11 Thread Bob Arnson
Albert Shamsiyan wrote: And the following error occurred: E:\delivery\Dev\wix_public\src\ext\uiextension\wixlib\Common.wxs(15) : error LGHT0103 : The system cannot find the file 'WixUIBannerBmp.bmp'. That's not a file included with WiX. If you want to specify your own file, pass its