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 wrote:
> From: DEÃK JAHN, Gábor
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, PublicK
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,
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 Am
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@lists.sourcefor
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
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
-
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 in
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
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]
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 VS
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++ runtime(20
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:
Define properties for SQLUSER and
> 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
upda
Does anyone here know for sure if the target version of the installer
changed to 3.00 from 2.00 for the merge modules?
Anthony Wieser
Wieser Software Ltd
- Original Message -
From: "Alex Ivanoff"
To: "General discussion for Windows Installer XML toolset."
Sent: Friday, August 07, 200
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 extensio
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 dis
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: Ja
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
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 the
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
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, Augus
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.
Erro
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?
--
24 matches
Mail list logo