[WiX-users] error CNDL0265: The Platform attribute has an invalid value AnyCPU.

2008-09-22 Thread si
Greetings, I just got bitten by this problem after updating to latest weekly release of WiX. Turned out to be the wixproj file not having the default Platform property specified, which is easily fixed by adding: ... x86 ... So it looks like MSBuild defaults to AnyCPU even though I didn'

Re: [WiX-users] Patch creation problems

2008-09-22 Thread Robert O'Brien
You need to launch the msp using the command line and the properties REINSTALL=ALL REINSTALLMODE=omus. If you want to be able to use your msp by double clicking on it you need to add something like the following to your wix sources so that those property values will get assigned automatically

Re: [WiX-users] Custom Actions from Merge Modules

2008-09-22 Thread Christopher Karper
In all likelihood, your problem is that your CA is being modularized when compiled, but maybe not to the standard you're expecting. If you look at your .msm in Orca, you'll see the actual name it's been given. I believe you can suppress the modularization if that's your wish. Or you can at leas

Re: [WiX-users] Has anybody got this to work??

2008-09-22 Thread Rob Mensching
Can you show the authoring as well? Unfortunately, that's a very generic error message. -Original Message- From: CHarker [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2008 15:09 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Has anybody got this to work?? Rob OK

Re: [WiX-users] Browse / Install Directory dialog not appearing for WixUI_FeatureTree, WixUI_Advanced or WixUI_Mondo

2008-09-22 Thread MarekS
Excuse me while I have a short conversation with myself, with the hopes that my posts to myself will in fact help another new user of the wix system...it seems posting helps me find the stuff I need... The "ConfigurableDirectory" property of Feature allows the user to Browse to select a path for

Re: [WiX-users] Browse / Install Directory dialog not appearing for WixUI_FeatureTree, WixUI_Advanced or WixUI_Mondo

2008-09-22 Thread MarekS
My question has morphed Say I have a Feature list as displayed in the WixUI_FeatureTree UI where you can choose to install 1 or more components. Can anyone shed some light on the general approach to allowing a user to select an install directory for each of these features separately? I su

[WiX-users] How to Keep the Property value along with MSI

2008-09-22 Thread Sandeep Gautam (HCL Technologies Ltd)
Hi, While Installing , I am passing One Data base server name along with One property. But while uninstalling, It is giving error because it is looking for data base name. So I want to save the value of the property so that I can use the same on uninstallation. Regards Sandeep -

Re: [WiX-users] SQL Server 2008

2008-09-22 Thread Amy Rosewater
Hi Michael, I am actually creating the folder into which I place the .mdf and .ldf files for SQL Server as a part of the install, and those directories are definitely getting created. However, I found a clue on a the following posting: http://www.tech-archive.net/Archive/SQL-Server/microsoft.pub

Re: [WiX-users] SQL Server 2008

2008-09-22 Thread Ryan O'Neill
The only thing I can see from decoding that error is that you are trying to insert Null values into a column. Has the schema changed? I converted the error code (-2147217900) into hex (80040E14), removed the sign (80040E14) and got lots of Googles about Null insert issues (see http://www.go

Re: [WiX-users] Has anybody got this to work??

2008-09-22 Thread CHarker
Rob I have to Uninstall each time otherwise I get something along the lines of "Application already installed". Also if I change the account info I get a different SID not found for XXX where XXX is the new account I entered. Without the PermissionEx I get "Permission denied" every time. If

Re: [WiX-users] Has anybody got this to work??

2008-09-22 Thread CHarker
Rob OK, I added the into the file (not which I don't think should be reqd) created the MSI and tried to install on a completely new laptop. I am admin on that too. I get the same error InstallFinalize ExecServiceConfig Error 0x8007005 Cannot change service configuration. Error Access den

Re: [WiX-users] SQL Server 2008

2008-09-22 Thread Michael Osmond
Hello Amy, My suspicion is that the folder structure created by SQL2008 is different to SQL2005 (this was the case between 2000 and 2005). If the folder doesn't exist then the Create Database command will fail. Is there a need to actually set the paths to these folders? If you dont set the

[WiX-users] SQL Server 2008

2008-09-22 Thread Amy Rosewater
Hi All, I have an install that has been working well for months against SQL Server 2005. We recently upgraded one of our test servers to SQL Server 2008 and now the Wix Component to create my database no longer executes correctly. The error number I receive is 26201. I have searched for o

Re: [WiX-users] Wix 2.0 issue

2008-09-22 Thread Tony Wallulis
From: Tony Wallulis Sent: Monday, September 22, 2008 1:42 PM To: 'wix-users@lists.sourceforge.net' Subject: Wix 2.0 issue Hey I'm using Wix 2.0 to build an MSI that creates a web site and ideally assigns a custom response header. I have the following code:

[WiX-users] Browse / Install Directory dialog not appearing for WixUI_FeatureTree, WixUI_Advanced or WixUI_Mondo

2008-09-22 Thread Mark Savoy
Hi, Showing Browse / Install Directory with WixUI_FeatureTree or WixUI_Advanced or WixUI_Mondo doesn't work? Is there anything that I need to do to allow the Browse dialog to show? I can only get it to display only if I use WixUI_InstallDir but in that case I can't have a feature selection dia

[WiX-users] Problem Loading WiX Project in VisualStudio 2005

2008-09-22 Thread Norman Tiedemann
Hello, I am new to WiX. I am trying to install the tool in MS Visual Studio 2005 Professional on a two different new systems. I did install Visual Studio 2005 SP1 and the security updates for SP1 on each of the systems. I installed the following files: ProjectAggregator2-3.0.4318.0.msi Wix-3.0

Re: [WiX-users] MsiGetProperty failed on new CA

2008-09-22 Thread Wilson, Phil
That's irrelevant. It's like saying "my code worked on XP why doesn't it work on Vista"? You have to give us more information than a fragment of code and the assertion that it worked an old install but not in the new. As Bob says, you must have an immediate custom action in your sequence that

Re: [WiX-users] Need help with WIX unistall

2008-09-22 Thread Neil Enns
Alex's blog entry at http://blogs.technet.com/alexshev/archive/2008/02/15/from-msi-to-wix-part-8-major-upgrade.aspx is a good starting point. Neil -Original Message- From: Rob Mensching [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2008 10:40 AM To: General discussion for Windo

Re: [WiX-users] Custom Actions from Merge Modules

2008-09-22 Thread Tina Basinger
Maybe this is not supported any more. Should I be able to have the main installation code schedule a custom action that is defined within a merge module? Any thoughts? Thanks! -Tina On Fri, Sep 19, 2008 at 1:15 PM, Tina Basinger <[EMAIL PROTECTED]>wrote: > Is there a trick to calling a custom

Re: [WiX-users] Need help with WIX unistall

2008-09-22 Thread Rob Mensching
Ensure your Product/@Id, Product/@UpgradeCode and Upgrade elements follow the MSI SDK suggestions for Major Upgrades. -Original Message- From: Nimisha Saboo [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2008 09:55 To: WiX-users@lists.sourceforge.net Subject: [WiX-users] Need help

Re: [WiX-users] Deploy SQLCMD Utility from msi

2008-09-22 Thread Rob Mensching
You can't nest MSI installs like that. See the archive for discussions about 'chainers'. -Original Message- From: sujanakar reddy [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2008 09:31 To: wix-users@lists.sourceforge.net Subject: [WiX-users] Deploy SQLCMD Utility from msi Hi,

Re: [WiX-users] WiX-users Digest, Vol 27, Issue 36

2008-09-22 Thread Robert O'Brien
fyi - in my wix sources I'm able to successfully set/use util:xmlfile elementpath values with attribute search qualifiers using the following escaping syntax. You can use alternatively: -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Evans, J

Re: [WiX-users] problem with cultures:de-de and xml

2008-09-22 Thread Neil Sleightholm
Not all string are translated (especially in custom actions), I have found the best solution is to allow the linker to pick up the English version if the localised version is missing. To do this use the following command line option: -cultures:de-de;en-us Neil -Original Message-

[WiX-users] Need help with WIX unistall

2008-09-22 Thread Nimisha Saboo
Hi, I have a Wix project, which currently allows multiple installs of my application, although I have done nothing to enable this. What this means is: I install my application, and then again click on the msi. Ideally, it should start an uninstall of my application, but currently it starts anothe

[WiX-users] Deploy SQLCMD Utility from msi

2008-09-22 Thread sujanakar reddy
Hi, I am developing an MSI using WIX 3.x. I want to deploy the SQL Serve Command line query tool from my installer package. I have downloaded the same from http://www.microsoft.com/downloads/details.aspx?FamilyID=50B97994-8453-4998-8226-FA42EC403D17&displaylang=en&displaylang=en: I got the er

Re: [WiX-users] Patch creation problems

2008-09-22 Thread Scott Sam
When I double click on my msp file I get the welcome dialog, followed by the maintenance dialog, giving me the choice to change, repair or remove. Choosing repair or change, will cause the patch to show up in add/remove programs, but the text file does not show the changes that I made. Problem

Re: [WiX-users] problem with cultures:de-de and xml

2008-09-22 Thread Arthur Curvello
You should write into the german wxl (wixui_de-de.wxl) file lines like these: The installer failed to save the xml file (something like this,but in german of course) -- Arthur Curvello Convergência Latina tel: +55 21 2494-5476 email: [EMAIL PROTECTED] Confidencialidade: A informação contida nes

[WiX-users] problem with cultures:de-de and xml

2008-09-22 Thread Dieter Janzen
hi, I am a new user of wix and i wanted to create an installer in german language. I am also manupulating a create dynamicaly parts of a xml file. So I add to my light command ... -cultures:de-de i get the errors: C:\delivery\Dev\wix_public\src\ext\UtilExtension\wixlib\UtilExtension.wxs(212) :

Re: [WiX-users] How to distinguish between "full repair" and"self-repair"?

2008-09-22 Thread Gaurav Malhotra
Hi, You can try the following - 1. Add a property IS_IT_ARPREPAIR and set its value to zero 2. Through your installer, when the installation is successful update the following key's value HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\{ GUID}\UninstallString The defa

[WiX-users] How to distinguish between "full repair" and "self-repair"?

2008-09-22 Thread Ilya Slobodin
Hi guys, How to distinguish between "full repair" from Add/Remove Programs and "self-repair" started by the shortcut for each new user when the key path of the shortcut is not found? Is the difference in the value of REINSTALLMODE is robust enough? REINSTALLMODE=ecmus -- full repair, RE