I need to determine if a feature from SQL Server has been installed (SMO) in my
MSI. This feature can be installed via the core SQL Server package or via
standalone redist MSIs.
I know I need only a few DLLs installed by this feature's component into the
GAC.
Is the recommended way to dete
bject: Re:
[WiX-users] Problems executing SQL script to insert data> > You're not using
SqlString items to do these? SqlScript doesn't format.> > Chris> > On Tue, Dec
16, 2008 at 6:40 PM, Kevin Fischer> wrote:> > >> >
I'm already using SqlScript
ust fine.> > Chris> > On Tue, Dec 16,
2008 at 6:15 PM, Kevin Fischer> wrote:> > >> > I
have an MSI that's running a SQL script to insert data (using the> > SqlScript
wix element). The sql script looks like (simplified somewhat):> >> > /* table:
I have an MSI that's running a SQL script to insert data (using the SqlScript
wix element). The sql script looks like (simplified somewhat):
/* table: Version */
/* some comment*/
INSERT INTO [dbo].[Version] ([Object],[Version]) VALUES ('mytool',
'2.0.12344.1234')GO
/* some comment*/
INSERT I
[WiX-users] Light error LGHT0217
occuring often on Win2k8> > I'm not aware of a bug tracking it. You'd need to
follow up with the Windows Installer team. They own the ICEs.> > -----Original
Message-> From: Kevin Fischer [mailto:[EMAIL PROTECTED]> Sent: Thur
I saw a thread on this the other week, but there didn't appear to be a
conclusion/resolution.
We're using a recent WIX build and regularly see LGHT0217 with various ICE
errors on Win2008. It's gotten so problematic we had to temporarily disable
ICE validation.
Is there a bug tracking this?
That worked.
I re-read the documentation and I now see this mentioned, but it's not
especially clear. Is there a formal process for updating the documentation?
Thanks,
Kevin
Date: Thu, 7 Jun 2007 15:09:06 -0400From: [EMAIL PROTECTED]: [EMAIL PROTECTED];
[EMAIL PROTECTED]: Re: [WiX-users]
I have some code like this:
The command line for candle looks like:
candle.exe -dDebug -out obj\Debug\Base.wixobj -ext
..\..\..\..\v1_tools\wix\bin\WixUtilExtension.dll Base.wxs
But, I'm seeing $(var.Flavor2) evaluate to "Release". I would've expected it
to be Debug based on the -dD
PROTECTED]: [EMAIL PROTECTED]: Re: [WiX-users] Customizing dialogs
Kevin Fischer wrote:
I'm currently using the WixUI_InstallDir dialog set for my install UI. I need
to make several minor changes to the stock dialogs including:1) removing
specific icons from dialogs2) using differ
I'm currently using the WixUI_InstallDir dialog set for my install UI.
I need to make several minor changes to the stock dialogs including:
1) removing specific icons from dialogs
2) using different text for a few of the controls
3) removing controls and changing their behavior
I know I can cha
I want to close a particular running application during uninstall (though maybe
install too). This is an application that gets installed by my setup.
I was trying to use CloseApplication to do this, but the application didn't
close. It only scheduled the system reboot for the application to c
I'm writing an install that installs a service which is dependent on GAC files
that are also being installed.
Reading through the various threads I figured out why my use of ServiceControl
to Start this service wasn't working. The explanation I read was that GAC
files don't get installed unti
FYI, I was able to figure out how to use CAQuietExec by searching through the
mailing list archive.
Thanks,
Kevin
From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: [EMAIL PROTECTED]: RE: [WiX-users]
Problem using Action attribute on Custom elementDate: Wed, 16 May 2007 14:17:37
-0600
Actually th
Actually that was the complete error message:
candle.exe(0,0): Error CNDL0001: Cannot set column 'Action' with a null value
because this is a required field.
Julie hit upon the solution in another reply. I needed to add an "Id"
attribute to the CustomAction Property="QtExecDeferred" listed below
Any thoughts on how to fix this?
Should I not be using V3 of WiX? I was under the impression that I needed to
use V3 if I wanted to use the "feature-rich" version of Votive.
Thanks,
Kevin
From: [EMAIL PROTECTED]: [EMAIL PROTECTED]: Mon, 14 May 2007 16:08:00
-0600Subject: [WiX-users] Prob
I'm trying to execute a deferred command line in my MSI. I want it to execute
only on uninstall prior to a service being stopped/uninstalled.
I'm following the code snippet I found in the help. So I have some code like:
Installed
When I try to compile this I get the error:
Cannot
Yes, that resolved my issue.
Thanks,
Kevin
> Date: Fri, 11 May 2007 13:10:11 -0700> From: [EMAIL PROTECTED]> To:
> wix-users@lists.sourceforge.net> Subject: Re: [WiX-users] Questions on using
> XmlConfig/XmlFile elements> > > > > Kevin Fischer wrote:>
I'm just starting out with using WiX inside of Visual Studio 2005.
I've installed the December 2006 version 3 of WiX, Votive, etc. via the MSI
installation. I have a very basic .wxs file currently.
I want to use XmlConfig inside of my .wxs file. The documentation says it's a
child of Compon
18 matches
Mail list logo