Try codeplex.com, that's the open source repository that is more focused on
.NET. WIX is there. I haven't had trouble at sourceforge lately, but try
codeplex.
> -Original Message-
> From: Sean Farrow [mailto:sean.far...@seanfarrow.co.uk]
> Sent: Friday, September 16, 2011 9:31 PM
> To: wi
I am not really sure where to begin, but I have a need to quickly developer an
installer that includes SQL Express 2008 (or 2008 R2); I am having trouble
finding sufficient information as it relates to how to actually connect
everything together where Express is installed and then configured by
Just to provide more information.
I´m harvesting a folder with several .NET assemblies, with the following
command:
heat dir devexpress -cg devFiles -dr RMDIRBIN -gg -sfrag -template fragment
-out devfiles.wxs
-Original Message-
From: Caio Monteiro [mailto:cmonte...@modulo.com.br]
Se
Hi:
I am currently unable to download from the SourceForge site due to the project
exceeding it's bandwidth.
Any help appreciated.
Cheers
Sean.
--
BlackBerry® DevCon Americas, Oct. 18-20, San Francisco, CA
http://p.sf.net/
Hi guys,
I´m finding myself in a problem right now.
I´m using Heat to harvest some dll files that I need to put into one of my
folders, but the project won´t compile.
I´ve tried searching for the error message, but I haven´t found much.
Here is the error message that I´m encountering right now.
Because StartServices can't start services before the files for the services
are installed.
2011/9/16 Frédéric Viollet
> Hi Rob,
>
> Do you mean that if I write:
>
>
>
>
> Or
>
>
>
>
> In both cases, I'm sure that CustomAction1 will be executed after
> InstallFiles, that CustomAction2 will
That's a system key that MSI installs will just update. Without knowing exactly
what that snmpwalk thing is doing, I'd guess that it may be ignoring the
MSI-based installs in ...\Uninstall\{guid}. This might be deliberate because
you can enumerate the MSI-based products with MsiEnumProducts(), s
"%WIX%\bin\heat.exe" should work. The quotes are important as there maybe
spaces in the path. The WIX environment variable should be defined as pointing
to the WIX install location.
--
John Merryweather Cooper
Jack Henry & Associates, Inc. (Premier Tech, Inc.)
Build & Install Engineer - jXchang
Hi,
I'm currently tayloring a preprocessor extension that generates the
entire directory structure, components and so on during the
preprocessor run. It is quite similar to heat, but can be used within
the WiXproj build.
I also have to generate class and registry values for several files.
Here, I
%WIX%\bin
-Original Message-
From: Dirk Räder [mailto:d...@raeder.cc]
Sent: 16 September 2011 12:38
To: wix-users
Subject: [WiX-users] Calling heat from preprocessor extension?
Hi,
I'm currently tayloring a preprocessor extension that generates the
entire directory structure, components
Hi,
I'm currently tayloring a preprocessor extension that generates the
entire directory structure, components and so on during the
preprocessor run. It is quite similar to heat, but can be used within
the WiXproj build.
I also have to generate class and registry values for several files.
Here, I
http://wix.sourceforge.net/manual-wix3/WixUI_customizations.htm
Sounds to me like you're drawing a second bitmap on top of the already existing
one. Don't do that just change the image the built in one uses.
Palbinder Sandher
Software Deployment Engineer
T: +44 (0) 141 945 8500
F: +44 (0) 141
Hi Rob,
Do you mean that if I write:
Or
In both cases, I'm sure that CustomAction1 will be executed after
InstallFiles, that CustomAction2 will be executed after CustomAction1
and before StartServices?
If so, what's the logic associated to these After and Before attributes?
Why would
Pick one.
2011/9/15 Frédéric Viollet
> Hi All,
>
> I have defined two custom actions and I would like it to be triggered
> after InstallFiles, but before StartServices.
> Lets say I want to setup the following sequence:
> InstallFiles -> CustomAction1 -> CustomAction2 -> StartServices
>
> I woul
>
> Hi,
>
> I have previously determined if a local SQL server instance is installed
> by enumerating the REG_MULTI_SZ value
> HKLM\Software\Microsoft\Microsoft SQL Server\InstalledInstances
>
> Beyond that any further SQL instance specific setup/checking I have
> performed thru WMI. This approa
I'm not sure about this but reading the MSDN page on uninstall custom actions
again, I do wonder if they are supposed to run *only* when uninstalling a
patch. It certainly doesn't contradict this idea, although it is a little
unexpected. If that's the case, then you'd need to schedule the action tw
Hi,
I have previously determined if a local SQL server instance is installed
by enumerating the REG_MULTI_SZ value
HKLM\Software\Microsoft\Microsoft SQL Server\InstalledInstances
Beyond that any further SQL instance specific setup/checking I have
performed thru WMI. This approach has worked for b
Maybe I'm missing something but I get nervous checking the registry to find
out something about a sql server instance. Perhaps the server isn't even
on the machine I'm installing to. I've been known to put connection
dialogs in an installer just to validate a connection and write settings
ou
18 matches
Mail list logo