Re: [WiX-users] change install location from custom to default

2010-12-29 Thread Lisa Gracias
I managed to resolve it after some hair-pulling :) This is what I added to the setup type dialog: Control Id=Next Type=PushButton . . . . . . !--Reset target path to default if not custom install-- Publish Property=_BrowseProperty Value=[ProgramFilesFolder]![CDATA[WixUI_InstallMode

Re: [WiX-users] [Wix-users] - SQL connection within Custom Action

2010-12-29 Thread Leonidas Spyropoulos
Hey, Thanks for the answer it is what I am looking for. 1. Although when I try to implement it in my wix installation it automatically goes to last dialog without spawning the InvalidLogonDlg one, if wrong input is set. If I put the correct input then it's working as intented. Is there

[WiX-users] custom actions costs

2010-12-29 Thread Sean Farrow
Hi: When defining a cost for a custom action, what are the units for the values-miliseconds or something else? Also how does one go about determining how long a custom action will take-for example I'm calling a command line external to the main installer. Any advice appreciated. Cheers Sean.

Re: [WiX-users] ComponentSearch and *

2010-12-29 Thread Rob Mensching
Upgrade table would probably be easier. On Tue, Dec 28, 2010 at 6:07 PM, Alex Ivanoff alex.ivan...@shavlik.comwrote: I just realized that we may using the wrong approach. We have two installers: InstallerA and InstallerB. InstallerB can only be installed if InstallerA is installed. So we are

[WiX-users] Is upgrading without caching possible.

2010-12-29 Thread Galuza Michael
I've been trying to do an upgrade and everything I try gives me one of 3 results: 1) I immediately get a message saying another version of the product is installed, installation can't continue. 2) The install goes into maintenance mode and asks me if I want to Repair or uninstall. 3)

Re: [WiX-users] Is upgrading without caching possible.

2010-12-29 Thread Rob Mensching
The Upgrade element is only used for major upgrades. Minor upgrades are a different (often more difficult) mechanism for upgrading. The MSI SDK has a few great pages about the differences between Major and Minor upgrades. I typically recommend major upgrades. On Wed, Dec 29, 2010 at 9:58 AM,

[WiX-users] UpgradeVersion is not detecting the same version (preventing downgrades)

2010-12-29 Thread Alex Ivanoff
Wix 3.5.2403. I have the following Upgrade element: ?define UpgradeCode=SOME_GUID? ?define RtmProductVersion=1.0.0.0? ?define ProductVersion=2.0.0.0? Upgrade Id=$(var.UpgradeCode) UpgradeVersion Minimum=$(var.ProductVersion) OnlyDetect=yes

Re: [WiX-users] Is upgrading without caching possible.

2010-12-29 Thread Galuza Michael
Okay, so let's say I'm doing a major upgrade. I still get the same issues. Any suggestions? My .wxs code is below. What am I doing wrong? -Original Message- From: Rob Mensching [mailto:r...@robmensching.com] Sent: Wednesday, December 29, 2010 4:26 PM To: General discussion for