Re: [WiX-users] Multiple RegistrySearch elements

2008-08-18 Thread Neil Sleightholm
Thanks for the input. When looking at it again it does seem to depend too much on the order and as that can't be controlled I think I will have to split it out with some custom actions. Neil -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Alexander Shevch

Re: [WiX-users] Wix Pre-requisite Dialog

2008-08-18 Thread pavan gadam
Hi , I want to display a control depending on the value of the property. I tried this below: Even if registry search fails the label is getting displayed. I suspect the property IISCHECK is interpretted as literal rather than as a property. I am doing this display in dialog whether the pre

Re: [WiX-users] Patching fails with 1627

2008-08-18 Thread Shawn Dwyer
Thanks for the feedback and the helpful links. I've read all of Heath's blogs a few times, as well as all the other blogs and any Wix or MSI documentation I could find. I hadn't come across the white paper yet though so I'll be reading through that soon. Thanks for the link. Unfortunately as To

Re: [WiX-users] Patching fails with 1627

2008-08-18 Thread John Nannenga
If folks are looking for some good information regarding patching, you might try the following: The Windows Installer 3.0 Patching white paper (an excellent resource): http://www.microsoft.com/downloads/details.aspx?FamilyID=ad7ac91e-2493-4549-ae6f-bf5e007c12a3&DisplayLang=en Heath Stewart

Re: [WiX-users] Patching fails with 1627

2008-08-18 Thread Tony Juricic
Don't patch the patch! Always target: a) only RTM b) RTM + another (non-patched) full install built after RTM c) same as b plus you can add all full install MSI targets built after RTM and preceding your patch build) I don't know why 'they' (i.e. secretive installer people who reveal pieces of a

[WiX-users] Old versions

2008-08-18 Thread Daniel Hughes
I need to get hold of version 3.0.4123.0 This is the version my project uses and has tested against, However we have lost the installer and it no longer appears in the Index of /releases page http://wix.sourceforge.net/releases/ We do not have the time to upgrade and retest against a newer versi

Re: [WiX-users] Repair-Dialog appears after executing Hotfix.msp

2008-08-18 Thread Wilson, Phil
There's also this info about patch installation needing REINSTALL and REINSTALLMODE to be set, plus how to do that so a double-click on a MSP file will just work. http://blogs.msdn.com/windows_installer_team/archive/2005/10/03/476091.aspx Phil Wilson -Original Message- From: [EMAIL PR

Re: [WiX-users] Database selection dialog

2008-08-18 Thread dB.
We had to roll a lot of code around this: DMO to list available SQL servers, custom actions to browse for servers, verify SQL server connectivity, etc. I'd be happy to share some code. ... But before you go there, I strongly recommend that you move this logic into your application, especially if

Re: [WiX-users] Multiple RegistrySearch elements

2008-08-18 Thread Alexander Shevchuk
Neil, Documentation on AppSearch table does not say that Property column has to be unique, so I don't think it is illegal to have multiple rows for the same property in the AppSearch table. The order of evaluation for the same property should go from least desirable to most desirable. The onl

[WiX-users] Multiple RegistrySearch elements

2008-08-18 Thread Neil Sleightholm
This works but is it supported? What this does is set the property USERNAME to either the default value from the CurrentVersion key or from my local application setting. As I said in the initial question, it works but is it reliable, am I just lucky? Neil

[WiX-users] WiX 3.0.4415.0 - Setupbld / Bootstrapper Changes

2008-08-18 Thread Reid Siglin
Hi WiXers, I was very excited to see the addition of new switches to the self-extracting exe program in WiX. I noticed that the switches that were added did not include one for an admin install like passing the parameter /a to misexec. I realize that it would also be possible to have the user

[WiX-users] What happened to Error and Warning details in VS 2005 Output window?

2008-08-18 Thread Schuett, Michael
Hello, After upgrading from 3.0.2925.0 to 3.0.4401.0 I noticed that while building in Visual Studio 2005 the error and warning detail info no longer appears in the Output window. Is there a setting somewhere to turn this back on? I've tried enabling Verbose output in the project properties. T

[WiX-users] Running an executable from a launch condition and generating guids from visual studio

2008-08-18 Thread Sean Farrow
. __ Information from ESET NOD32 Antivirus, version of virus signature database 3365 (20080818) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com - This SF.Net email is sponsored by the Moblin Your Move

Re: [WiX-users] Develop extension that will executed on link stage (lit.exe)

2008-08-18 Thread Dmitry Berkovich
Sorry, mistake in title. I want execute part of logic under light.exe (not lit.exe) Dima On Mon, Aug 18, 2008 at 10:26 PM, Dmitry Berkovich <[EMAIL PROTECTED]> wrote: > Hi, > I want develop Wix extension that will be similar to custom action > sequence declaration: > > > > > Its mea

[WiX-users] Develop extension that will executed on link stage (lit.exe)

2008-08-18 Thread Dmitry Berkovich
Hi, I want develop Wix extension that will be similar to custom action sequence declaration: Its mean I will declare something like this. Its mean that only on link stage I can calculate real sequence for all objects of MyLogic type. Can I do it in Wix v3?

[WiX-users] launch a command window using an interactive mode during install

2008-08-18 Thread kkmca
i have a request to add the database schema install into the product installer - The schema installer is an executalbe that a various times while installing the schema goes into interactive mode and prompts the user to add certain information such as the dbadmin user name and passwords and the loc

Re: [WiX-users] Installing different version of file depending on OS

2008-08-18 Thread Schuett, Michael
Here's what I ended up with. NOT VersionNT=500 NOT VersionNT=501 NOT VersionNT=600 It builds successfully with three LGHT1076 warnings which are expected.

Re: [WiX-users] Database selection dialog

2008-08-18 Thread Christopher Karper
No problems. Custom Actions can come in many flavors, and some people use embedded VBScript to grab up the SQL Server info. IMO, that's not the best solution. You will want to make a standard Wix UI for the DB selection, and fire custom actions from there. The WiX 2.0 info is still pretty appro

[WiX-users] Default website gets removed on Uninstall

2008-08-18 Thread j-mauger
I am trying to create a virtual directory on a Website which has a port specified by a property called PORT. If PORT is 80, I create the directory on the existing DefaultWebSite. If PORT is not 80, I create a website with that port, then create the virtual directory. Installation and uninstallat

Re: [WiX-users] Which installer do i need ?

2008-08-18 Thread Andy2008
Thanks Bob that makes sense now :) Just a couple more questions If im using team foundation server does wix have to be installed on team foundaiton server also ? (TFS is a single machine running build and TFS) With the x64 wix i installed it wants to install to program files (x86) is it ok to i

Re: [WiX-users] Repair-Dialog appears after executing Hotfix.msp

2008-08-18 Thread Tony Juricic
I use PATCH property as a condition to change text from 'Repair' to 'Update'. There is nothing wrong - patch is a sort of repair. -Original Message- From: postingbox [mailto:[EMAIL PROTECTED] Sent: Monday, August 18, 2008 7:14 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Re

Re: [WiX-users] Votive no longer works

2008-08-18 Thread Bob Arnson
Stephen Askew wrote: > Ever since upgrading WiX to version 3.0.4401.0 none of my setup projects work > in Visual Studio 2005. I can compile the project, but nothing appears in the > "Solution Explorer" window. I can't edit any project properties, etc. > > I've tried uninstalling and reinstalling

Re: [WiX-users] Which installer do i need ?

2008-08-18 Thread Bob Arnson
Andy2008 wrote: > which version of wix do i need if im running 64bit vista ultimate with > VS2008 RTM and I use Team foundaiton server RTM ? > > I couldnt find any documentaiton which clearly explains what verison i need. > If I need to build 32bit and 64bit installers do i need to install the 32bi

Re: [WiX-users] Contribution query and weekly builds

2008-08-18 Thread Bob Arnson
Sean Farrow wrote: > I am looking at contributing a codegear rad studio expert to mimic > Votive functionality for delphi/c++ builder users, how do I go about > this? > See http://blogs.msdn.com/robmen/archive/2004/04/14/112970.aspx. A complication is that nobody (afaik) will be able to valida

Re: [WiX-users] Repair-Dialog appears after executing Hotfix.msp

2008-08-18 Thread Bob Arnson
postingbox wrote: > I have a 128MB msi package here which is my RTF. I changed one File, > made a new msi and built the msp-File using pyro.exe. > When I want to install the Hotfix the change, repair, remove dialog pops > up - the change button is disabled. > Installing a patch is a form of r

Re: [WiX-users] multiple wxs wixobj one msi

2008-08-18 Thread Bob Arnson
kkmca wrote: > Could you include an example of how to do this on the command line - my > attempts have not worked. > light one.wixobj two.wixobj -out three.msi -- sig://boB http://joyofsetup.com/ - This SF.Net email is

Re: [WiX-users] How to suppress "The following applications should be closed ..." dialog in customaction during uninstalling?

2008-08-18 Thread Bob Arnson
Buddell, James wrote: > Yes, you can do this using the ServiceControl Table. True, if the service is assumed to be installed. -- sig://boB http://joyofsetup.com/ - This SF.Net email is sponsored by the Moblin Your Move D

Re: [WiX-users] Database selection dialog

2008-08-18 Thread Adam Connelly
Thanks for the reply. When you talk about staying away from a scripted solution, can you elaborate on what you mean? Also, how does the windows installer UI fit into all of this? Do I make a custom action that pops up a window, or is there some way that I can embed controls into the installer

Re: [WiX-users] Database selection dialog

2008-08-18 Thread Christopher Karper
I see this question a lot out here, and this was actually the very first thing that brought me to this group. There is nothing built in to facilitate this, and you will need to use a CA to get it done. However, since so many people have implemented it before, you may be able to find something ou

[WiX-users] Database selection dialog

2008-08-18 Thread Adam Connelly
Hi, Just wondering if Wix has anything built in that allows a user to select an Sql server database (with windows / sql authentication, etc). I'm sure I've seen this in installs before (something similar to the connect dialog in management studio). If not, I take it that I have to write somet

[WiX-users] Votive no longer works

2008-08-18 Thread Stephen Askew
Ever since upgrading WiX to version 3.0.4401.0 none of my setup projects work in Visual Studio 2005. I can compile the project, but nothing appears in the "Solution Explorer" window. I can't edit any project properties, etc. I've tried uninstalling and reinstalling an older version, but it still

[WiX-users] Which installer do i need ?

2008-08-18 Thread Andy2008
Hello all Apologies if this is in the wrong place, im new to wix so please go easy :) Just recently played about with the rosario CTP and in there i saw an interesting thing called wix. Up until that point i had never heard of wix or knew what wix was. After a bit more research it seems a very u

[WiX-users] Contribution query and weekly builds

2008-08-18 Thread Sean Farrow
__ Information from ESET NOD32 Antivirus, version of virus signature database 3364 (20080818) __ The message was checked by ESET NOD32 Antivirus. http://www.eset.com __ Information from ESET NOD32 Antivirus, version of virus signature database 3364 (20080818) __ The message was

[WiX-users] Repair-Dialog appears after executing Hotfix.msp

2008-08-18 Thread postingbox
Hello! I have a 128MB msi package here which is my RTF. I changed one File, made a new msi and built the msp-File using pyro.exe. When I want to install the Hotfix the change, repair, remove dialog pops up - the change button is disabled. I had a look at the transformation-table with Orca but the

[WiX-users] roll back after installation finished

2008-08-18 Thread xiaoli
there is a requirement to roll back the software after the installation finished. it's required to foll back to the last installed software. Is there someone have some ideas on this. Thanks in advance. and I alos find that, the FindRelatedProducts element only works when I update the Product Code

Re: [WiX-users] Installing different version of file depending on OS

2008-08-18 Thread Michael Faden
Hi Mike, I use the approach via a custom action: WindowsNT=501 WindowsNT=502 WindowsNT=501 WindowsNT=502 Well, it is a bit clumsy, b

Re: [WiX-users] How to suppress "The following applications should be closed ..." dialog in customaction during uninstalling?

2008-08-18 Thread Buddell, James
Yes, you can do this using the ServiceControl Table. Set the msidbServiceControlEventUninstallDelete flag. You may also need to use msidbServiceControlEventUninstallStop. See http://msdn.microsoft.com/en-us/library/aa371634(VS.85).aspx. Cheers, James -Original Message- From: [EMAIL PROTE

Re: [WiX-users] Question about Extensibility point in the WiX XML Schema

2008-08-18 Thread bryan rasmussen
Hi, well I don't know about what rules there are for extending the wix processing of the input XML, but if you are required to write your own schema to make it work then they should have made to be since they didn't I assume you are allowed to put any attributes in a namespace outside the wix