Re: [WiX-users] Questions regarding the SqlExtension

2009-08-28 Thread Thomas Due
Hmm, well you're probably right about the binary elements, I'll play a bit with that. Regarding the Password property suggested by Andre, there is no such property on the SqlDatabase element. So, if I don't have the option of creating a database using integrated security, what do I do then?

[WiX-users] Problem while creating virtual directory

2009-08-28 Thread Jaspreet Nabha
Hi All, I am using WiX3.0 with VS2008. I am trying to create virtual directories. I have added reference of WiXIISExtension in my project and refer the namespace xmlns:iis=http://schemas.microsoft.com/wix/IIsExtension . But I am getting following error while building the project. Error

Re: [WiX-users] Problem while creating virtual directory

2009-08-28 Thread Sebastian Brand (Instyler Software)
You must add -ext WixIISExtension to the light.exe command line. Best regards, Sebastian Brand Instyler Setup - Creating WiX-based MSI installations, elegantly. http://www.instyler.com -Original Message- From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com] Sent: Friday, August

Re: [WiX-users] Problem while creating virtual directory

2009-08-28 Thread Jaspreet Nabha
Hi Sebestian, I am using VS 2008 for the build process. Can you please let me know how can use the said command ? Thanks Jaspreet Singh From: Sebastian Brand (Instyler Software) [wix+us...@instyler.com] Sent: Friday, August 28, 2009 1:18 PM To: 'General

Re: [WiX-users] Problem while creating virtual directory

2009-08-28 Thread Mike Carlson (DEV DIV)
If you're using the visual studio UI for WiX (called Votive), you'll want to add a reference to WixIISExtension.dll, similar to the way you add references to assemblies in your C# projects. If you want general commandline help for the tools, either see the helpfile (wix.chm), or try running

Re: [WiX-users] Problem while creating virtual directory

2009-08-28 Thread Jaspreet Nabha
Mike, If you see the trail, Sebestian suggested to use -ext WixIISExtension to the light.exe. But if check Light's help the -ext is not coming there , in fact it is coming with Candle. I have tried both but stillit is not working . I shall be thankful, if you can help me out from this problem.

Re: [WiX-users] Problem while creating virtual directory

2009-08-28 Thread Sebastian Brand (Instyler Software)
In the project settings of your wix project file go to the Tool settings tab and add -ext WixIISExtension to the Compiler: text box. Best regards, Sebastian Brand Instyler Setup - Creating WiX-based MSI installations, elegantly. http://www.instyler.com -Original Message- From:

Re: [WiX-users] Problem while creating virtual directory

2009-08-28 Thread Sebastian Brand (Instyler Software)
Ops my fault, I meant Candle.exe :) Best regards, Sebastian Brand Instyler Setup - Creating WiX-based MSI installations, elegantly. http://www.instyler.com -Original Message- From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com] Sent: Friday, August 28, 2009 10:35 To: General

Re: [WiX-users] Problem while creating virtual directory

2009-08-28 Thread Jaspreet Nabha
Sebestian, When I add -ext WixIISExtension to the Compiler: text box., it gives me the error Error 1 The extension 'Microsoft.Tools.WindowsInstallerXml.Extensions.IIsCompiler' uses the same xml schema namespace, 'http://schemas.microsoft.com/wix/IIsExtension', as previously loaded extension

Re: [WiX-users] merge modules for C++ runtime (2005/2008) withATLsecurity fix?

2009-08-28 Thread John Aldridge
From: Anthony Wieser [mailto:wix-l...@wieser-software.com] Sent: 28 August 2009 12:21 Does anyone here know for sure if the target version of the installer changed to 3.00 from 2.00 for the merge modules? I don't know whether it's changed, but I do know that on my machine with the updates

[WiX-users] RES: Questions regarding the SqlExtension

2009-08-28 Thread André Werlang
Hi buddy! I'm sorry for I somewhat misguided you, I was in a hurry and didn't recalled correctly the steps for SqlExtension. We have a general element called User in the SqlUtil package. It can be referenced in the User attribute of SqlDatabase, like this: util:User Id='SQLUser'

Re: [WiX-users] merge modules for C++ runtime(2005/2008) withATLsecurity fix?

2009-08-28 Thread David Watson
Hi, I have some from 2006 with schema 300 too, so I would say no. Dave -Original Message- From: John Aldridge [mailto:j...@jjdash.demon.co.uk] Sent: 28 August 2009 13:18 To: 'General discussion for Windows Installer XML toolset.' Subject: Re: [WiX-users] merge modules for C++

Re: [WiX-users] Problem while creating virtual directory

2009-08-28 Thread Jaspreet Nabha
Hi All, Please share your experience for creating virtual directories. trailing mail has all the information about the problem. Just to give you an overview of the problem , I have tried following things : 1) Reference WixIIsExtension in my project from add reference (I am using Wix 3.0 and

Re: [WiX-users] Problem while creating virtual directory

2009-08-28 Thread David Watson
Hi, If you have done 1 you don't need to do 3. 3 is to use if you are *not* building with visual studio. Have you added 2 to all the wix files that you are using that contain iis namespace elements? Dave -Original Message- From: Jaspreet Nabha [mailto:jaspreet.na...@headstrong.com]

[WiX-users] SQL Script Deployment

2009-08-28 Thread Lourens Wepener
Hi, I am trying to get WIX to deploy a SQL database script. We are building a database project using VSTS 2008 and deploying it locally (on build server). When VSTS deploys, it creates a databaseName.sql file. This file contains the script to drop / create the database / permissions / views etc

[WiX-users] Installing a managed (clr) com object

2009-08-28 Thread Roy Chastain
I am using Wix 3.0 release. I have a managed dll that has a class exposed to com. The normal registration process for this dll is Regasm /codebase /tlb dllname.dll AND if on a x64 bit system Regasm64 /codebase /tlb dllname.dll This works when the dll is not in the GAC. If the dll is placed

[WiX-users] Documentation for Writing Managed Custom Actions in Wix ?

2009-08-28 Thread Kiran Challa
Hi, I have been searching for some good documentation on writing Managed Custom Actions in Wix...but haven't found any good links... Can anybody please provide any links having good documentation about this? Thanks, Kiran

[WiX-users] Documentation for writing Managed Custom Actions in Wix ?

2009-08-28 Thread Kiran Challa
Hi, I have been searching for some good documentation on writing .NET Managed Custom Actions in Wix…but haven’t found any good links… Can anybody please provide any links having good documentation about this? Thanks, Kiran Challa

Re: [WiX-users] SQL Script Deployment

2009-08-28 Thread Neil Sleightholm
This is how I run a sql script: http://neilsleightholm.blogspot.com/search/label/SQL, although I don't drop on uninstall but that could be arranged. Neil -Original Message- From: Lourens Wepener [mailto:lourens.wepe...@avanade.com] Sent: 28 August 2009 16:42 To:

[WiX-users] RES: SQL Script Deployment

2009-08-28 Thread André Werlang
To drop a database on uninstall, you'll have to keep user credentials for database if SQL Server authentication is used (can we ask the user on uninstall?) For those who drop on uninstall, how do you proceed? André Felipe Werlang Antes de imprimir pense em seu compromisso com o Meio

[WiX-users] Documentation for writing Managed Custom Actions in Wix ?

2009-08-28 Thread DE�K JAHN, G�bor
On Fri, 28 Aug 2009 10:08:34 -0700, Kiran Challa wrote: Kiran, I have been searching for some good documentation on writing .NET Managed Custom Actions in Wix...but haven't found any good links... There are two DTF help files in your installed WiX tools package (in the doc folder). Bye,

[WiX-users] HeatDirectory task fails from MSBuild 2.0.50727.3053

2009-08-28 Thread Graeme English
I'm trying to get HeatProject task working however I'm getting the following error: heat.exe : error HEAT5304: Failed to load MSBuild engine: Could not load type 'M icrosoft.Build.Framework.BuildEventContext' from assembly 'Microsoft.Build.Frame work, Version=2.0.0.0, Culture=neutral,

Re: [WiX-users] Documentation for writing Managed Custom Actions in Wix ?

2009-08-28 Thread Christopher Painter
I have many examples and discussions regarding C#/DTF on my blog. Christopher Painter, Author of Deployment Engineering Blog Have a hot tip, know a secret or read a really good thread that deserves attention? E-Mail Me --- On Fri, 8/28/09, DEÁK JAHN, Gábor d...@tramontana.co.hu wrote: From: