Re: [WiX-users] Enforcing different conditions for IIS6 and IIS7

2008-10-17 Thread Rob Mensching
Use RegistrySearch (if you can find the answer via the registry) to set the Property and use the Property in the Condition. -Original Message- From: Dylan Moline (Volt) [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 17:01 To: wix-users@lists.sourceforge.net Subject: [WiX-users]

[WiX-users] Enforcing different conditions for IIS6 and IIS7

2008-10-17 Thread Dylan Moline (Volt)
Since IIS7 has officially hosed WiX installations, how can I implement different conditions for IIS6 and II7. I currently have But I want something along the lines of If IIS7 is installed but IIS6 Metabase isn't. Am I on the correct path of implementing that, or do

Re: [WiX-users] 64-bit installer questions (simple)

2008-10-17 Thread Michael Owings
I'm actually using V2 for now. The odd bit is the failure when I use x64 for the platforms attribute; that just seems weird unless it dislikes my 32-bit helper dll, which seems unlikely. Cheers -- m Jason Ginchereau wrote: > 1. Are you using WiX v2 or v3? In v3, I believe the "Platforms" attrib

[WiX-users] Error PYRO0104 when making .MSP

2008-10-17 Thread Gordon Dass Adams
I'm following Peter Marcu's "Patching something you didn't build with WiX using WiX" to try to patch my existing MSI that was built with WiX, but with a version before WixPDB's. The failing command is (simplified): "%WIXBIN%pyro.exe" -v -notidy %FOLDER%patch.wixmsp -out c:\patch.msp -t B

Re: [WiX-users] 64-bit installer questions (simple)

2008-10-17 Thread Jason Ginchereau
1. Are you using WiX v2 or v3? In v3, I believe the "Platforms" attribute is deprecated in favor of "Platform", because an MSI package can only actually be set to a single platform. Setting Platform="x64" definitely works on Vista x64 -- that's the way we build Wix3_x64.msi. You do NOT need the

Re: [WiX-users] Debugging MakeSfxCA

2008-10-17 Thread Jason Ginchereau
The entrypoint names are case-sensitive. Is it possible you had a case mismatch before? -Original Message- From: Tina Basinger [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 11:02 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Debugging Mak

Re: [WiX-users] Seriously borked install

2008-10-17 Thread Wilson, Phil
MSI keeps track of these in its own mysterious way, but that's what its APIs are for. MsiEnumClients will tell you the products that a component guid is using. For a complete list of every component on the system and its client products, use this VBScript, save as .vbs Option Explicit Public in

[WiX-users] Major upgrade scenario problem

2008-10-17 Thread Amit Shrivastav
HI All, Here is the scenario i am working on. 1) I created a msi. it is deploying some binaries and config files to the system. 2) Now we are planning to give major upgrade of that product. In that we are modifying the binaries but not the config files. 3) In upgrade scenario if i am mentioning th

Re: [WiX-users] problem with ServiceControl

2008-10-17 Thread Amy Rosewater
I think my issue is actually that the XmlConfig nodes I wrote to update the config file aren't correct. I looked at the Event Viewer Application Log and got a much more specific error message. -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008

[WiX-users] Adding Major upgrade scenario

2008-10-17 Thread Amit Shrivastav
Hi, I am trying to do major upgrade on my previous installation. In that I have to upgrade some binaries and leave the config files as it is. For that if i use OnlyDetect="no" in upgrade table it is removing all the files including my config files. But if i use OnlyDetect="yes" in upgrade table it

Re: [WiX-users] Seriously borked install

2008-10-17 Thread Mike Rerick
Have you tried running your install from the command line with logging? msiexec /i your-msi.msi /l*v log-file-name.log (install) msiexec /x your-msi.msi /l*v log-file-name.log (uninstall) You can use /l*vx for a LOT of debug info in the log file. This might give you some insight as to wha

[WiX-users] Seriously borked install

2008-10-17 Thread Michael Owings
Due to some kind of issue with a major upgrade breaking (To wix from an existing IS install), my Wix install is broken. I'm getting the dreaded: MSI (s) (BC:C8) [16:09:18:281]: Disallowing uninstallation of component: {93426E57-F227-48BA-94D7-BCBC7A2E86D3} since another client exists MSI (s) (BC:C

Re: [WiX-users] problem with ServiceControl

2008-10-17 Thread Rob Mensching
Does the service have any dependencies? That error message is the message you get when *anything* goes wrong. -Original Message- From: Amy Rosewater [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 14:03 To: General discussion for Windows Installer XML toolset. Subject: [WiX-user

[WiX-users] problem with ServiceControl

2008-10-17 Thread Amy Rosewater
Hi, I have an install (v3.0.4513) that is modifying a SQL Server Reporting Services installation (SQL Server Reporting Services 2008). My install makes changes to the config files for reporting services to enable us to use our own custom security extensions from Reporting Services. All works wel

Re: [WiX-users] 64-bit installer questions (simple)

2008-10-17 Thread Michael Owings
Martin MacPherson wrote: > I don't really know anything about 64-bit installations but as far as I > can see there is a 64-bit version of wix..perhaps that might help? Hmmm -- dunno. Make sense to anyone else? > > http://wix.sourceforge.net/releases/3.0.4603.0/ > > 2008/10/17 Michael Owings <[

Re: [WiX-users] CopyFile DestinationName question

2008-10-17 Thread Amy Rosewater
Awesome thanks...I knew it was something simple. -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 1:16 PM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] CopyFile DestinationName question CopyFile/@Destinat

Re: [WiX-users] CopyFile DestinationName question

2008-10-17 Thread Rob Mensching
CopyFile/@DestinationProperty -Original Message- From: Amy Rosewater [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 12:12 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] CopyFile DestinationName question Hi All, I am copying a existing file on m

Re: [WiX-users] [ wix-Bugs-1992202 ] Allow IIS SiteId to be set

2008-10-17 Thread Rob Mensching
Yes. Feedback like this is what makes the decisions go round. I hadn't considered the farm issues. -Original Message- From: Neil Sleightholm [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2008 22:17 To: General discussion for Windows Installer XML toolset.; Rob Mensching Subject:

[WiX-users] CopyFile DestinationName question

2008-10-17 Thread Amy Rosewater
Hi All, I am copying a existing file on my server during my installation using the following wix: As you might get the resultant file is named literally "rsmgrpolicy_[REPORTINGSERVICESDOMAINNAME].config". What I really want is that the value of the REPORTINGSERVICESDOMAINNAME in my p

Re: [WiX-users] Creating user groups using WIX

2008-10-17 Thread Chad Miles
Yeah, that's absolutely what you need. Drop this in... xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"; On Fri, Oct 17, 2008 at 2:40 PM, Kalvagadda, SivaKrishna (MLX Technology) < [EMAIL PROTECTED]> wrote: > Hi, > > Could you please send me the sample source code to create user g

Re: [WiX-users] Linker Errors

2008-10-17 Thread Rob Mensching
Lookup ICE45 in the MSI SDK. -Original Message- From: Sandeep Gautam (HCL Technologies Ltd) [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 11:44 To: General discussion for Windows Installer XML toolset. Subject: [WiX-users] Linker Errors Hi , I am using Password Attribute in Ed

[WiX-users] Linker Errors

2008-10-17 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi , I am using Password Attribute in Edit control. While compliling and linking , I am getting below mentioned warning. " LGHT1076:ICE45: ROW in table control has bits set in the "Attribute column" that are not used in the schema of the package, But are used in the later schema. Your packa

Re: [WiX-users] Creating user groups using WIX

2008-10-17 Thread Kalvagadda, SivaKrishna (MLX Technology)
Hi, Could you please send me the sample source code to create user groups, I installed latest verion of wix but still I am not able see the util:user/group. do I need add any namespaces? Thanks...Siva Regards, SivaKrishna Kalvagadda, 201-671-5552. -Original Message- From: Chad Miles [ma

Re: [WiX-users] First time user questions

2008-10-17 Thread Chris Lord
Thanks for that. I didnt spot the scrollable edit control in the list. The source code gives me everything I need. That was what I was missing. I also have a copy of WixEdit. It seems to be just the tool I need. I have another question relating to the CustomAction. I need to call an exter

Re: [WiX-users] Expanding the SQL extension

2008-10-17 Thread Rob Mensching
I would encourage you to start working on a new addition to the pubca.dll to do these sorts of things. We're locking down WiX v3 so this amount of churn isn't good for that release but pubca.dll could churn more independently. I wrote much of the original Sql CustomActions (back in 2001), but t

Re: [WiX-users] How to check the condition wether a webdirectory exists or not

2008-10-17 Thread Rob Mensching
WebSite/ConfigureIfExists? -Original Message- From: MadhaviAthota [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 05:31 To: wix-users@lists.sourceforge.net Subject: [WiX-users] How to check the condition wether a webdirectory exists or not Hello All, I are using Wix to deploy

Re: [WiX-users] Possible bug, All of UI in Fragment included in MSI without UIRef

2008-10-17 Thread Rob Mensching
Yes. There are lots of things that create references. Basically, anytime there is a foreign key reference, you can expect WiX is creating a reference for you. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 07:03 To: General discussio

Re: [WiX-users] Program dependencies on uninstall

2008-10-17 Thread EPoon
Thanks for the advice, I used process explorer and one program is using a registered ocx file that another program installed. Both programs use the file and registered it separately but like you said it's going based off the file the last setup registered. Sébastien Mouren wrote: > >> -Mes

Re: [WiX-users] Detect the version of already installed product.

2008-10-17 Thread Wilson, Phil
It depends how many prior versions you've got as to how cumbersome this is, but if you had 1.0, 2.0 and 3.0 then you can simply use upgrade elements to detect each of them with onlydetect=yes, and if the corresponding property is set show a message. It's not obvious what version you really want

Re: [WiX-users] Debugging MakeSfxCA

2008-10-17 Thread Tina Basinger
Just for kicks, I decided to change the name of my custom action, and the dllEntry point name as well. Changing it fixed the problem. So, there is something special about the name "InitInstallDIR" that causes this issue. Is that a bug mabye? I searched the documentation and didn't see anything s

Re: [WiX-users] Expanding the SQL extension

2008-10-17 Thread Eitan Behar
I (and a bunch of people over here) would like to add more functionality to SqlScript, basically one of the following: a) Automatically translating MSI properties within SqlScripts, the same way SqlString works or b) Create a Replace tag to explicitly tell how to do replaces within SqlScripts, k

Re: [WiX-users] What's wrong with this syntax?

2008-10-17 Thread Wilson, Phil
These queries work for me: Select `Value` from `Property` where `Property` = 'REBOOT' I've used that query above without fail on many occasions, and it works fine, as well as when using that last occurrence as `Property`.`Property` SELECT `Property` from `Property` WHERE `Property`.`Property` =

Re: [WiX-users] Using WIX3.0

2008-10-17 Thread Eitan Behar
You need to add the IIS extension for IIS related functionality, and also the Utils extension for working with users and groups. http://schemas.microsoft.com/wix/2006/wi"; xmlns:util="http://schemas.microsoft.com/wix/UtilExtension"; xmlns:iis="http://schemas.microsoft.com/wix/IIsExtension

Re: [WiX-users] Using WIX3.0

2008-10-17 Thread Eitan Behar
http://blogs.msdn.com/jrock/archive/2007/10/19/how-to-use-extensions-in-votive-iis-or-ui-extensions-for-example.aspx On Fri, Oct 17, 2008 at 7:51 PM, Eitan Behar <[EMAIL PROTECTED]> wrote: > You need to add the IIS extension for IIS related functionality, and also > the Utils extension for wor

[WiX-users] Using WIX3.0

2008-10-17 Thread Kalvagadda, SivaKrishna (MLX Technology)
Hi, I installed latest version WIX3.0, but when I opened the project it's not allowing me to create a tag "website" and other IIS related tags are not showing in intelligence .It's throwing build error if I added force fully. Please assist me if I am missing any steps in creating the application

Re: [WiX-users] Debugging MakeSfxCA

2008-10-17 Thread Tina Basinger
OK, this isn't an issue with the merge module. I ended up pulling the custom action back into the install, and it fails there as well. I even went so far as to comment all the code out of the custom action (except return ActionResult.Success), and I get the same error: "Error 1723: There is a p

Re: [WiX-users] Linq to MSI

2008-10-17 Thread Martin MacPherson
'working on some better solution for creating .msi packages similar to Orca but more sophisticated'' Wow that's quite a school project, you'll have to let us know when you've finished it! ;) 2008/10/17 Almer <[EMAIL PROTECTED]> > > Hi guys, > > can i ask some questions? how it looks with cooperat

Re: [WiX-users] 64-bit installer questions (simple)

2008-10-17 Thread Martin MacPherson
I don't really know anything about 64-bit installations but as far as I can see there is a 64-bit version of wix..perhaps that might help? http://wix.sourceforge.net/releases/3.0.4603.0/ 2008/10/17 Michael Owings <[EMAIL PROTECTED]> > This is certainly more of a Windows Installer question, but he

[WiX-users] 64-bit installer questions (simple)

2008-10-17 Thread Michael Owings
This is certainly more of a Windows Installer question, but here goes: 1) I've noticed that my MSI will not run on a Vista-64 box if I add the Platforms="x64" attribute. The error is something to the effect of : "This installation package could not be opened. Contact the application vendor to v

Re: [WiX-users] First time user questions

2008-10-17 Thread Martin MacPherson
I'm a bit of a UI newbie but this seems to be the way... 1) Download the Wix src eg.. http://wix.sourceforge.net/releases/3.0.4603.0/wix3-sources.zip 2) Extract and take a look at the 'src\ext\UIExtension\wixlib' folder. This is where the WixUI and dialogs are stored. 3) If you want to remove a c

Re: [WiX-users] Creating user groups using WIX

2008-10-17 Thread Chad Miles
Ok, looks slightly different on that page. User/Group are listed on that page (but not under util schema). If you have the Wix.chm file, there's a util: schema there. You'll need that header in your Wix file in order to use the util:User element. On Fri, Oct 17, 2008 at 11:54 AM, Kalvagadda, Si

Re: [WiX-users] First time user questions

2008-10-17 Thread Chad Miles
Check out WixUI_Mondo. On Fri, Oct 17, 2008 at 11:41 AM, Chris Lord <[EMAIL PROTECTED]>wrote: > Thanks Chad, further information > > 1) I found some information in the help but I can't locate the names of > all the dialogs. It mentions about customizing the dialogs but the > information is not t

Re: [WiX-users] Creating user groups using WIX

2008-10-17 Thread Neil Enns
It is part of WiX 3.0. Neil -Original Message- From: Kalvagadda, SivaKrishna (MLX Technology) [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 8:55 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Creating user groups using WIX Thanks for you

Re: [WiX-users] Creating user groups using WIX

2008-10-17 Thread Kalvagadda, SivaKrishna (MLX Technology)
Thanks for your response. I use http://wix.sourceforge.net/manual-wix2/wix_xsd_index.htm for checkout the schema. But I couldn't find the tab mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 11:18 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Creatin

Re: [WiX-users] List of built-in custom actions?

2008-10-17 Thread David Bartmess
Thanks! -Original Message- From: Neil Enns [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 9:42 AM To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] List of built-in custom actions? The Wix.chm file lists them. Look under the Advanced WiX Topics

Re: [WiX-users] List of built-in custom actions?

2008-10-17 Thread Neil Enns
The Wix.chm file lists them. Look under the Advanced WiX Topics section, Standard Custom Actions. Neil -Original Message- From: David Bartmess [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 8:35 AM To: General discussion for Windows Installer XML toolset. Subject: [WiX-users]

Re: [WiX-users] First time user questions

2008-10-17 Thread Chris Lord
Thanks Chad, further information 1) I found some information in the help but I can't locate the names of all the dialogs. It mentions about customizing the dialogs but the information is not thorough. Can someone point me to where I can get more information? Also, is there any way to manipul

[WiX-users] List of built-in custom actions?

2008-10-17 Thread David Bartmess
Is there a list of the built-in customactions somewhere? I'm new to wix, and finding a customaction requires me going into the source code and just searching. Would be a lot easier if I knew if a customaction existed already... Thanks! David Bartmess Wall Street On Demand [EMAIL PROTEC

Re: [WiX-users] Expanding the SQL extension

2008-10-17 Thread Chad Miles
Are you trying to use SqlScript instead and deprecate SqlString? I'd be really interested in that... On Fri, Oct 17, 2008 at 11:11 AM, Eitan Behar <[EMAIL PROTECTED]> wrote: > Hi, > > Who's developing the SQL Extension? There is a nice feature that several > people are interested in adding it to

Re: [WiX-users] Creating user groups using WIX

2008-10-17 Thread Chad Miles
Check out the util:User/Group schema. On Fri, Oct 17, 2008 at 10:44 AM, Kalvagadda, SivaKrishna (MLX Technology) < [EMAIL PROTECTED]> wrote: > Hi, > > Could someone help me in creating user groups and user accounts using > wix. > > Thanks...Siva. > > Regards, > SivaKrishna Kalvagadda, > 201-671-5

[WiX-users] Expanding the SQL extension

2008-10-17 Thread Eitan Behar
Hi, Who's developing the SQL Extension? There is a nice feature that several people are interested in adding it to the extension, and I could help writing some code to it. The feature is adding the ability to add replaceable parameters to SQLScript elements. Thanks, Eitan --

[WiX-users] Creating user groups using WIX

2008-10-17 Thread Kalvagadda, SivaKrishna (MLX Technology)
Hi, Could someone help me in creating user groups and user accounts using wix. Thanks...Siva. Regards, SivaKrishna Kalvagadda, 201-671-5552. This message w/attachments (message) may be privileged, confidential or proprietary, and if you

Re: [WiX-users] Linq to MSI

2008-10-17 Thread Jason Ginchereau
I'm sorry, nothing further has happened with DTF's LINQ to MSI implementation. Unfortunately it's not near the top of my priority list, and honestly I don't see that changing anytime soon. -Jason- -Original Message- From: Almer [mailto:[EMAIL PROTECTED] Sent: Thursday, October 16, 2008

Re: [WiX-users] First time user questions

2008-10-17 Thread Chad Miles
1st thoughts: 1) Typically look at the Publish elements in the UI sequence and see what each control does. 2) Not sure what you're trying to do exactly 3) Write a CA, then tie it to the "Finish" control. Something similar to this... And in the Value attr, that would be your CA Id. On Fri, O

[WiX-users] creating user-groups

2008-10-17 Thread Kalvagadda, SivaKrishna (MLX Technology)
Hi, We are planning to use WIX for creating MSI packages. Could some help me in user-groups using WIX tool. Regards, SivaKrishna Kalvagadda, This message w/attachments (message) may be privileged, confidential or proprietary, and if you a

[WiX-users] First time user questions

2008-10-17 Thread Chris Lord
Hello I need some assistance in completing my first installation. 1) Using the inbuilt UI adds rather too many forms for my needs is there any way to cut them back and not show some of them? 2) As part of my learning curve, I started to build my own UI. One screen I need is a license screen but

Re: [WiX-users] Possible bug, All of UI in Fragment included in MSI without UIRef

2008-10-17 Thread greenaj
Thanks for your response, interestingly enough, I was not using either a UIRef or a DialogRef to anything in the Fragment, expecting nothing would be included. Obviously that would not be the intended final result. I was referencing the dialogs in elements although, these elements were not in

Re: [WiX-users] Program dependencies on uninstall

2008-10-17 Thread Sébastien Mouren
> -Message d'origine- > De : EPoon [mailto:[EMAIL PROTECTED] > Envoyé : jeudi 16 octobre 2008 17:52 > À : wix-users@lists.sourceforge.net > Objet : [WiX-users] Program dependencies on uninstall > > > I've created several installs now using WiX for various programs and I > have a > problem

[WiX-users] How to check the condition wether a webdirectory exists or not

2008-10-17 Thread MadhaviAthota
Hello All, I are using Wix to deploy IIS hosted WCF services. The Wix file includes setting up for creating,configuring the web sites as well as the setting for the web applications (the WCF services). Some of the machines the final MSI is targeting already have the Web sites created, some othe

Re: [WiX-users] My installer seems to be ignoring a property set inside Custom Action dll

2008-10-17 Thread Rob Mensching
Verbose log file will tell you. Very possible something will surprise you. -Original Message- From: Andrew Kendall [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 03:16 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] My installer seems to be ign

Re: [WiX-users] My installer seems to be ignoring a property set inside Custom Action dll

2008-10-17 Thread Andrew Kendall
Ok thanks Rob, but can you see what is wrong with my wxs that is causing the uninstall to leave the fred.txt file hanging around? Thanks again for your time, much appreciated. Regards, Andrew - Original Message From: Rob Mensching <[EMAIL PROTECTED]> To: General discussion for Windows

Re: [WiX-users] Detect the version of already installed product.

2008-10-17 Thread Rob Mensching
Verbose log file will show you all of that. -Original Message- From: Andrew Kendall [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 02:47 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] Detect the version of already installed product. yes, I fea

Re: [WiX-users] Detect the version of already installed product.

2008-10-17 Thread Andrew Kendall
whoops sorry replied to wrong msg :) - Original Message From: Eitan Behar <[EMAIL PROTECTED]> To: General discussion for Windows Installer XML toolset. Sent: Friday, 17 October, 2008 9:59:40 Subject: Re: [WiX-users] Detect the version of already installed product. I'm sure that this i

Re: [WiX-users] My installer seems to be ignoring a property set inside Custom Action dll

2008-10-17 Thread Rob Mensching
Recache-reinstall a fixed MSI. msiexec /fv fixed.msi Then you can uninstall. -Original Message- From: Andrew Kendall [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 02:15 To: General discussion for Windows Installer XML toolset. Subject: Re: [WiX-users] My installer seems to be

Re: [WiX-users] What's wrong with this syntax?

2008-10-17 Thread Powell, Simon
Here is the method, but still errors... public static bool PropertyExits(InstallPackage MsiDb, MSIProperty InProp) { bool rtnB = false; string sQuery = "SELECT `Property`.`Property` FROM `Property` WHERE `Property`.`Property`='{0}'"; IList Prop

Re: [WiX-users] Detect the version of already installed product.

2008-10-17 Thread Andrew Kendall
yes, I feared that! The real question is why my msi won't uninstall the install, why it decided to leave fred.txt installed? - Original Message From: Eitan Behar <[EMAIL PROTECTED]> To: General discussion for Windows Installer XML toolset. Sent: Friday, 17 October, 2008 9:59:40 Subjec

Re: [WiX-users] My installer seems to be ignoring a property set inside Custom Action dll

2008-10-17 Thread Andrew Kendall
Rob, thank you! My CustomAction now scheduled after ValidateProductID and it works. However, when I uninstalled it (msiexec /x fred_setup.msi), it removed fred.exe but left fred.doc. I think this maybe because I need to and "AND NOT Installed" to my condition. Right? But right now, I can't uni

Re: [WiX-users] Detect the version of already installed product.

2008-10-17 Thread Eitan Behar
I'm sure that this is not the best way, but, given that you have the product code, just do a registry search under HKLM\Software\Microsoft\Windows\CurrentVersion\Uninstall\{ProductCode} - You have the Product name and version as displayed in ARP. -Original Message- From: Sergey Abakumoff

Re: [WiX-users] My installer seems to be ignoring a property set inside Custom Action dll

2008-10-17 Thread Rob Mensching
MSI SDK notes that the FeatureCondition table is evaluated at CostFinalize. Your CustomAction is scheduled after CostFinalize... a little late, I think. -Original Message- From: Andrew Kendall [mailto:[EMAIL PROTECTED] Sent: Friday, October 17, 2008 01:29 To: wix-users@lists.sourcefor

[WiX-users] My installer seems to be ignoring a property set inside Custom Action dll

2008-10-17 Thread Andrew Kendall
Hi All, Here is a simple Product.wxs: http://schemas.microsoft.com/wix/2006/wi";> 0 MYPROP = 1

Re: [WiX-users] Installing a managed assembly with external(!) manifest into the GAC

2008-10-17 Thread ACKH
Either this mail has not been sent to the mailing list or I have a talent to ask questions that nobody can answer :-). I think this question is visible, can anyone confirm this? Thanks! -- View this message in context: http://n2.nabble.com/Installing-a-managed-assembly-with-external%28%21%29-m