Hi All,
This may not be the correct list to ask this on, so sorry in advance if this
is the case.
Can the SQL module of WiX be used to access and create a Firebird and/or a
MySQL Database?
Your help is appreciated
Regards
Matt
Matthew James BLACK
M.Inf.Tech.(DataComms
I wanted to follow up on a related thread:
http://sourceforge.net/mailarchive/message.php?msg_id=31445162
I have a TFS build server running Windows Server 2008 R2 and am trying to
install WiX 3.7 on it. It is also pretty locked down from the internet for
security reasons. I am getting the same
e Driveway, Ottawa ON K1A 0T6
Statistique Canada | 170, promenade Tunney's Pasture, Ottawa ON K1A 0T6
keith.doug...@statcan.gc.ca Telephone | Téléphone 613-951-4405 Facsimile |
Télécopieur 613-951-1966 Government of Canada | Gouvernement du Canada
-Original Message-----
From
Hi,
I'm using Wix for the first time to build an installation tool for a
project . There are several output folders that have the release builds
built in a directory parallel to the wix source directory. I'm using
Heat to generate a fragment as there's too much to do by hand. When I
try to bu
I figured it out, heat.exe -var env.appdir and candle.exe
-dappdir=..\_Release\Application candle are what I needed, unless
there's a better way?
-Original Message-
From: Matthew Slane [mailto:matthew.sl...@thetrainline.com]
Sent: 02 March 2011 10:13
To: wix-users@lists.sourceforg
Hi,
I need to create a few msmq private queues as part of the installation
procedure. However I'm getting the following error running candle on my
wxs file:
error CNDL0200: The Component element contains an unhandled extension
element 'pca:MessageQueue'. Please ensure that the extension fo
Hi,
As I usually do, I solved this for myself after getting up and making a
coffee. I was using the wrong schema in the wxs file.
http://schemas.microsoft.com/wix/MsmqExtension is what I needed.
Matt
-Original Message-
From: Matthew Slane [mailto:matthew.sl...@thetrainline.com]
Sent
Hi,
I've got a property that checks whether MSMQ is available and custom
actions to install it if it isn't. I've also got MsmqExtension working
to create queues. I haven't got them working together. The installer
works nicely if MSMQ is already installed, otherwise it installs the
program bu
Hi,
I've recently done something similar. I look at the registry to see if
MSMQ is installed and store the result in a property:
Note, this is for windows7, other version may be different.
Then if it isn't available I use custom actions to install it using
DISM, this is only ava
mas.microsoft.com/wix/UtilExtension";>
NOT MSMQAVAILABLE
NOT
MSMQAVAILABLE
NOT
MSMQAVAILABLE
NOT
MSMQAVAILABLE
NOT MSMQAVAILABLE
-Original Message-
f you really need to install msmq for your user use a bootstrapper that
installs it before your msi is called.
-Original Message-
From: Matthew Slane [mailto:matthew.sl...@thetrainline.com]
Sent: 09 March 2011 16:58
To: General discussion for Windows Installer XML toolset.
Subject: Re:
Hi there
I'm having problems upgrading an existing service using my wix installer.
i'm getting the 1923 error ("Verify that you have sufficient privileges to
install system services.").
This doesn't happen the *first* time I install the service, but when I try
to upgrade it.
I've searched around
Yes, it looks like this :-
Thanks
On Thu, Mar 24, 2011 at 3:54 PM, David Watson wrote:
> Do you have a ServiceControl element that stops the service on install?
>
>
>
>
>
> -Original Message-
> From: Matthew Dodkins [mailto:matthew.dodk...@gmail.com]
>
line after "Executing op: Service install". I did search up
through the log from that point and didn't find any mention of an
"uninstall"... is there something I need to do explicitly to get the
installer to remove the previous version of the service first?
Thanks, I apprecia
e happens to share the
> same name, you remove it.
>
> Mat Skildum
> Aspect Software
> direct: 630.227.8534
> mobile: 847.909.9921
> mathew.skil...@aspect.com
>
>
> -Original Message-
> From: Matthew Dodkins [mailto:matthew.dodk...@gmail.com]
> Sent: Thursda
A quick search would have led to the Msmq extension.
Use it like this
http://schemas.microsoft.com/wix/MsmqExtension";
xmlns:util="http://schemas.microsoft.com/wix/UtilExtension";>
/SNIP/
-Original Message-
From: Gregg Swanson [mailto:gregg.swan...@microsoft.com]
MSI
experience in a NANT/CCNET environment.
The company has a great, fun working environment. No suits. This is a
full-time opportunity in North Carolina.
Please contact me with any questions. I can be reached at 704-357-4631 and
mperr...@teksystems.com
Thank you,
Matt
Matthew Perrone
this
CodeProject<http://www.codeproject.com/KB/files/CABCompressExtract.aspx?display=Print>article
specifying the option of local or UTC for cabinet files, but that is
about all.
Granted this issue only shows itself within the first 24 hours of a release,
it is annoying none-the-less.
Chee
Hello all:
I have an issue with a .net dll failing to be harvested over the network.
Harvesting works fine if the file is local, but when it is at a network
location it fails with the error:
Warning HEAT5151: Could not harvest data from a file that was expected to be an
assembly: \\blah\foo.dl
Hi,
I'm having a problem building an install package.
The build proj and log are attached.
I'm using:
VS2010
WIX 3.5
\Microsoft.NET\Framework\v3.5\MSBuild.exe
On a 64-bit Windows XP system.
Error: MSB4067 (see log)
Can anybody help me with this error?
Thanks & regards,
27;General discussion for Windows Installer XML toolset.'
Subject: Re: [WiX-users] Error: MSB4067
Your project showed up, your log did not. Are you using the 32-bit or
the
64-bit msbuild.exe?
-Original Message-
From: Taylor, Matthew [mailto:matthew.tay...@wspgroup.com]
Sent: Friday, Au
Then again I have never used the MSBuildCommunityTasks (although I have
heard very good things about them).
-Blair
-Original Message-
From: Taylor, Matthew [mailto:matthew.tay...@wspgroup.com]
Sent: Monday, August 16, 2010 2:42 AM
To: General discussion for Windows Installer XML tool
Hi,
I'm having a problem building an install package.
The build proj and log are attached.
Error:
The OutputPath property is not set for this project. Please check to
make sure that you have specified a valid Configuration/Platform
combination. Configuration='Release' Platform='BWS'
The platf
Hi,
I'm still having this problem, can anybody help, please?
Thanks & regards,
Matt
-Original Message-
From: Taylor, Matthew [mailto:matthew.tay...@wspgroup.com]
Sent: 08 September 2010 14:37
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] BWS
folder location path being way too long.
Do a quick check to see how deep your bin folder is... if it's a pretty
long path just try copying the project to a shorter path location and
try the build again.
Regards
Andy
-Original Message-----
From: Taylor, Matthew [mailto:matthew.tay..
Mario,
I don’t know if there is a way from WixVSExtension. However, if you know the
UpgradeCode for the particular Visual Studio SDK, you could look for it in an
Upgrade block (assuming was installed via MSI). Perhaps something like this:
You definitely have to ensure OnlyDetect is
Say I have a complex boolean expression in, for example, a component condition
and it’s not evaluating how I expect. Is there any way to get Windows Installer
to ‘echo’ the condition variables as evaluated at install time as an aid to
debugging. For example maybe I used "(Property1=1) Or Propert
Pavan,
I have run into this myself, and assuming it is not a user-modified file, it is
usually caused by a 'patch' or previous install that was performed which did
not use Windows Installer. You can also encounter this issue in the field when
upgrading from a previous scripted setup which was u
Edwin,
No, you may use MsiOpenDatabase, but you need to be careful when and how you
use it. For C++, try using PMSIHANDLE. Otherwise for C or other stdcall access,
be sure to close the handle in your custom action with
MsiCloseHandle. However, it might help to know what you're trying to accomp
Gotcha, thanks for the advice.
'Remember installation doesn't just mean "install & forget”’ - but it’s just
glorified xcopy, we all know that!
> On 10 Jul 2015, at 10:45, Pally Sandher wrote:
>
> You can if you want but I'd advise against it. It's still installed so if a
> user removes some o
This thread is a good place to start:
http://sourceforge.net/mailarchive/message.php?msg_id=BAY102-F231D534C0D
25E514578C9ECBF90%40phx.gbl
And yes, through much experimentation and frustration, you have to list
all the file extensions. Putting a global handler in there doesn't seem
to do anything
Not trying to steal any thunder or business, and competition is good,
but there is a most excellent open source project called WixEdit that
has a dialog editor in it. It now supports Wix 3.0 (and extensions) and
is simple/graphical enough for a beginner to start using. I haven't a
clue how to inter
the fragment under a different
name and linking them both, is there an easy (or semi-easy) way to
duplicate an entire directory tree like this?
--
Matthew Janulewicz
SCM Engineer
Green Dot Corporation
[EMAIL PROTECTED]
(626) 775-3857
-
I would guess you need to add a reference in the Votive project to the
extension that includes this action...(?) I don't know which one that
is, though.
-Matt
_
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bryan
Wheeler
Sent: Thursday, April 26, 2007 4:28 PM
We have an internal installer that ftp's content using a Win32 version
of wget, called by a custom action. It's a tiny bit ugly because it pops
up a command dialog, but as I said it is 100% internal, only run by two
CM guys, so we weren't concerned with aesthetics. It would be cool if we
could redi
the website already exists and we do re-install it and set
'ConfigureIfExists' to 'yes' and also set 'StartOnInstall', will it
RE-start on RE-install?
--
Matthew Janulewicz
SCM Engineer
Green Dot Corporation
[EM
I have a similar setup, but I use an old utility called 'mallow' to generate my
files.wxs (in auto-generates unique GUIDs all by itself, and I've been too lazy
to change everything around.) Anyhoo, it should be roughly the same. The gist
of it is that I encompassed all my on-the-fly components i
I just put my xml edits in it's own component:
Sorry about the wordwrap. Be sure you include/link the Util extension.
Your 'Wix' tag will probably look something like this:
http://schem
t to in
my structure.
------
Matthew Janulewicz
SCM Engineer
Green Dot Corporation
[EMAIL PROTECTED]
(626) 775-3857
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 expres
I think this is because the width of the control is not wide enough to
display the whole thing, so it truncates it.
Do your users have the ability to browse to a new install location? You
might consider using a control of type 'Edit'.
-Matt
_
From: [EMAIL PROTECTED]
[mailto:
Also, people seem to forget that Wix is open/shared source. If something
'sucks' then 'fix it'.
Or, feel free to lay down $5000 on something that sucks worse.
-Matt
_
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bob Arnson
Sent: Tuesday, May 22, 2007 8:34 P
At the risk of sounding anti-wix (I'm very pro-wix!) you might ask
yourself if you need an installer at all. If you're not doing any kind
of upgrades, uninstalls, etc., and everything is content... Why not just
a DVD with a simple batch file that copies everything and creates
shortcut(s)? It can ea
One common mistake I make over and over again is that I install the
service (using the .msi) as a user who does not have access rights to do
so (log on as a service.)
-Matt
_
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Pankaj
Savdekar
Sent: Thursday, May 24, 2
Hm. Interesting.
You might also check in the Windows Event Viewer. Once in a while useful
info crops up in there. :-)
-Matt
_
From: Pankaj Savdekar [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 24, 2007 5:22 PM
To: Matthew Janulewicz; wix-users@lists.sourceforge.net
I'd be curious about what, exactly, nant is doing. Nant is a developer
tool, not a consumer tool. If I downloaded something that (even
temporarily) had to install a compiler or scripting engine, run a
script, then delete itself... I'd wonder what your boss is thinking.
It's been a while since I
I'm still not sure I understand what Nant can do in this context that
the .msi itself can't do. Plus, the msi will give you some semblance of
upgrade tracking and all the cool stuff the Windows Installer API adds
to the soup.
-Matt
_
From: [EMAIL PROTECTED]
[mailto:[EMAIL PRO
For what it's worth, we use host headers extensively for our websites
and services, and they seem to work just fine.
On one of our servers we have about a dozen web services that have the
same IP address and port, but different host headers (external IP
addresses, really.) I haven't had a probl
I've never worked anywhere that the developers *wanted* to have anything
to do with installers. No offence to developers in general, but it's an
easy thing to screw up and they have bigger fish to fry. I find when you
have too many cooks in that kitchen they inevitably step on each other,
and someo
e in an installer prior to installing. I've tried but it doesn't seem to work in the way I would like it to. Or
else I'm not doing it right. Any ideas?
--
Matthew Janulewicz
SCM Engineer
Green Dot Corporation
[EMAIL PROTECTED]
(626) 775-3857
--
needs to be kept. I'd never do something like this on
consumer targeted installers. I know you all care. Ha ha.
-Matt
_
From: Mike Dimmick [mailto:[EMAIL PROTECTED]
Sent: Tuesday, June 12, 2007 12:53 PM
To: Matthew Janulewicz; wix-users@lists.sourceforge.net
Subject: RE: [
We should be thanking the Wix team for providing this 'third-party' .msi
from Microsoft instead of making us hunt it down on MSDN. Geesh.
-Matt
_
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of
Christopher Painter
Sent: Thursday, July 26, 2007 10:57 AM
To: Bob
the stated objectives, is it possible to generate such an MSI with
WiX? If there were a way to prevent the duplicate Add or Remove
Programs entries, the Major Upgrade method using OnlyDetect might work.
I would appreciate any insight or pointers.
Thank you,
Matthew
ManagedCASample.wxs
D
Remove Programs.
I have attached the updated wxs file. Have I missed something, or is
there a better time to schedule the RemoveExistingProducts action?
Thank you,
Matthew
From: Bob Arnson
Sent: Wednesday, August 15, 2007 2:01 AM
Cc: wix-users@lists.
help with creating the bootstrapper
configuration. Additionally, the source code is available for download.
Hope this helps.
Thanks,
Matthew
Glen Harvy wrote:
>
> Hi,
>
> Where can I find some information of having a WiX project check for
> prerequisites like .Net2 and SQL
ch will set the secure port (if
present)
Of course, others may have alternate ideas, but I think this is consistent
with the constraints that are enforced in the Microsoft IIS Manager GUI.
Thank you,
Matthew
Rob Mensching-2 wrote:
>
> That means the custom action crashed. First thin
pplications\UtilityApp\ to
D:\Applications\UtilityApp\..\ (via custom actions); however, that
failed during install with an error message, "the folder path '..'
contains an invalid character."
Apart from these issu
I have around 10 .Net assemblies that I expose via COM in the solution that Im
packaging via Wix. As part of build process for each of these projects as a
post build event I copy the resulting assemblies, executables, tlb files and
pdb files to a build directory. I run heat across the build dir
Just for clarity, in case someone stumbles upon my earlier post this was a
result of attempting to use heat from Vista. Everything worked fine once I
moved to my XP sp2 dev machine.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Matthew Stump
Sent: Wednesday, September 26
The Windows SDK has a utility called 'Orca' that can show you the raw
tables in an MSI. I use it constantly to check Files tables when our
developers claim something is missing from my installers.
You can probably find Orca in other places, but that's one place I know
it resides. It might already
I had a similar problem about a month ago.
I think many things can cause this, but in my case I was trying to create a
website and did not have an IP address tag for it.
-Matt
From: Peter Stokes
[mailto:[EMAIL PROTECTED]
Sent: Friday, September 15, 2006
2:47 AM
To:
wix-u
I believe this is part of the VisualStudio 2005 extensibility SDK. I
didn't have it on hand so I searched around for it on google (search for
: ProjectAggregator2.msi download) and found it. Here's one place you
can find it (it's in the archive):
http://www.sapphiresteel.com/Steel-Download-and-Cha
In Wix, and with MSI installers in general I believe, the condition has
to be *true* to install. So in these cases, you will *only* be able to
install on Windows 95. I believe you want to change your '=' to 'NOT'.
-Matt
-Original Message-
From: vbtricks [mailto:[EMAIL PROTECTED]
Sent:
bj
Am I dumb? I can’t figure it out.
Thanks in advance for any tips!
--
Matthew Janulewicz
SCM Engineer
Green Dot Corporation
[EMAIL PROTECTED]
(626) 775-3857
-
Take Surveys.
Awesome! It worked! Thanks! My xml skills
are poor, plus I didn’t realize you could have more than one xmlns*
argument in the Wix element.
-Matt
From: Mike Dimmick
[mailto:[EMAIL PROTECTED]
Sent: Thursday, September 21, 2006
1:51 PM
To: Matthew Janulewicz;
wix-users
Are you using Wix2 or Wix3? I can only speak for Wix3.
If you open the project in the IDE, right click and get the properties,
you will see an 'advanced' button on the linker tab. Once that opens
there is a 'suppressions' tab where you can check that one (or any one)
off. I would imagine that if y
I found that if you set your culture to
en-US and suppress schema validation for light these errors will go away. Of
course you lose schema validation, etc., but at least my old Wix2 stuff I just
converted to Wix3 will build.
-Matt
Brad Davis
Fri, 18 Aug 2006 14:2
I’m not sure, but this is what
worked for me. I’m on XP and using the latest weekly build of Wix (2120.)
-Matt
From: Rob Mensching
[mailto:[EMAIL PROTECTED]
Sent: Friday, September 22, 2006
10:02 PM
To: Matthew Janulewicz;
wix-users@lists.sourceforge.net
Subject: RE: Re
Try this:
TARGETDIR=”c:\temp”
I can’t find any documentation to
corroborate it, but all the auto-deployment scripts I have set public
properties with quotes, even when there are no spaces or odd characters in it.
I must have done that for some reason when I wrote them months and mon
PROTECTED]
Sent: Thursday, September 28, 2006
4:26 PM
To: Matthew Janulewicz;
wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Error
setting target through command line
Ok so that worked, if I do that syntax
with the “” I see in the log file where the targetdir get’s
set… however it still
In my experience (and who's experience other than mine would I have?) v3
is stable enough to do most tasks that the average installer needs to
do. Granted, most of our installers (currently in test/demo phase) copy
files around, register stuff in the GAC, create a web page or a virtual
directory or
Is the error message from a dialog that pops up, or the log? Sometimes,
odd installer errors are really something else that's not 100% related
to the error that gets spit out. Or it might result from an earlier
warning that's not displayed. You might produce a log from the
commandline to get more d
ce it after InstallFinalize, and have
everything work. Am I on the right track? Did I miss something
important? Is there a better way to do this?
Matthew
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.
attribute, so it defaulted to "none". What I
really wanted was to set the attribute to "create". After that,
everything turned out as planned.
Thanks for all your help. The information you provided regarding
immediate vs. deferred CA's was also a great help.
Matthew
On 11/
Sorry I don't have an answer for the bulk of this question, but for the
ASP 2.0 part you can set up separate application pools on IIS then
install your webapp to the one that supports Asp 2.0. I don't think you
can make a Wix-based installer set up the AppPool like that, but if you
do it by hand fi
This is the bug:
http://sourceforge.net/tracker/index.php?func=detail&aid=1544874&group_id=105970&atid=642714
Not fixed yet. You will have to compile your own Wix to fix this. I suggest
getting the latest from CVS and not using the source .zip archive.
Run your .msi with logging turned on to se
This is the URL for the bug:
http://sourceforge.net/tracker/index.php?func=detail&aid=1544874&group_i
d=105970&atid=642714
You will have to compile your own Wix to fix this. I suggest getting the
latest from CVS and not using the source .zip archive.
Run your .msi with logging turned on to see i
Another thing you might try, if it's viable for your installer, is to
have it uninstall/remove the previous version and do a re-install. We do
this with our automated builds/deployments for Quality Assurance (which
may happen a few times a day on some projects.) Section four of 'the
tutorial' cover
button (A redirection to a URL) and let me enter
an http:// address for the 'Directory'?
------
Matthew Janulewicz
SCM Engineer
Green Dot Corporation
[EMAIL PROTECTED]
(626) 775-3857
-
Take Surveys.
I've created a simple C++ .dll in VS2005 to do some checks for me during
the install after a user has selected an installation folder. The
problem I am having is with the VS2005 C++ runtime (msvcp80.dll). The
compiled .dll apparently needs to have the runtime installed otherwise
the installation fa
TED]
Sent: Tuesday, December 05, 2006 1:47 PM
To: Matthew Kowalski
Cc: wix-users@lists.sourceforge.net
Subject: **Spam** 200 -Dual **Re: [WiX-users] VS2005 C++ and Custom
Actions
I was in a similar situation and just statically linked the runtime
library. Of course, I was running an executable instead
You can use Orca to export all your tables and do a diff, maybe. But I'm
not sure diffing .msi's is practical since there are certain things that
are auto-generated (GUID's, etc.) It would take an awful lot of
eyeballing no matter what, so testing post-install functionality of your
app might be a b
rsday, December 07, 2006 9:55 AM
To: Bob Arnson; Mike Dimmick
Cc: wix-users@lists.sourceforge.net; Matthew Kowalski
Subject: RE: [WiX-users] VS2005 C++ and Custom Actions
We could get rid of the CRT dependencies and I used to do that work (had
to port over sprint to do it too, that was a pain). Ho
If you use WixEdit (http://wixedit.sourceforge.net/) you can just drop a
directory into your tree and it will create the structure, including
components, for you. I've done this with 2000+ files at a time and it
works great.
WixEdit is only V2 schema compliant. What I usually do is write my
initia
sword the installer just
sort of uninstalls itself and stops. Is there a way to verify a
domain/user/password is valid before ServiceInstall fires off?
------
Matthew Janulewicz
SCM Engineer
Green Dot Corporation
[EMAIL PROTECTED]
(626) 775
ember 15, 2006 2:16 PM
To: Rob Mensching; Matthew Janulewicz; wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Verify user?
I think you'd also need to check to see if the authenticated user has at
minimum "log on as a service" privilege. It might not. The service
cou
lf.
Thanks for all the help, guys!
-Matt
-Original Message-
From: Rob Mensching [mailto:[EMAIL PROTECTED]
Sent: Friday, December 15, 2006 3:06 PM
To: Matthew Janulewicz; Joe Kaplan; wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] Verify user?
No difference that I know of. That
ieve) so I can't use
that. Is there a variable that is set by the feature tree at the moment
feature selections change? Or, is there a way I'm not aware of (and too
dumb to find in the docs, apparently) to set a variable at the time a
feature is selected or unselected? Thanks!
--
Is there anyone else out there that you know of who could shed some
light on this topic?
I'm currently trying to have an install create an AD user and I can't
seem to get it working. The install is intended to be run on a machine
other than the domain controller. The user that I am logged into
I don't think there is an elegant way to do this, as the Wix tools (or
any other tools for that matter) can't predict what ComponentRef's you
want under which features.
Most of our installers here have one feature, so here's the poor-man's
version of what I do (in Visual Studio):
Compile yo
the
Corporate directory.
No biggie, but I wanted to be sure I knew what I was talking about
before other folks notice it. Is it possible to nest a web virtual
directory deeper than the root level of IIS's Default Web Site? (or the
root of any website, for that matter.)
--
Mat
I found this on the net somewhere, but I can't find it again. Sorry I
can't give proper credit, but I certainly did not come up with this on
my own.
You have to do some 'special stuff' to point the website to the correct
version of aspnet_isapi.dll.
Under my iis:WebApplication, I have a chu
You can look into WixEdit. It has a nice GUI designer. Heck, the whole thing is
a nice graphical Wix editor (as the name implies.) :)
I used it to design my installation template. Now I just have to fill in the
blanks.
http://wixedit.sourceforge.net/
-Matt
-Original Message-
From:
This will not work (in Wix 3, at least.) I believe the CHECKBOXPROPERTY
is an 'empty' vs 'nonempty' kinda thing. You have to eliminate the value
altogether:
This gives a compilation warneng, but it's the only way I've gotten it
to work.
-Matt
_
From: Levi Wilson [mailto
Yup. I already entered one:
http://sourceforge.net/tracker/index.php?func=detail&aid=1608875&group_i
d=105970&atid=642717
-mattyj
_
From: Don Tasanasanta [mailto:[EMAIL PROTECTED]
Sent: Monday, January 15, 2007 3:42 PM
To: Rob Mensching; Matthew Janulewic
I'm not totally in tune with xml paths and whatnot, but I hacked through
an example and came up with this:
The escape characters and whatnot are hardly intuitive and it took
forever to get it to work, but this is the syntax I use in our
installers to change values in our config files. Hope
. It would be
much appreciated if someone had some code or examples to do this.
Cheers,
-Matthew Rowan
-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the
g I'm doing wrong, it would be much appreciated.
Thanks,
-Matthew Rowan
On 1/23/07, Albert van Peppen <[EMAIL PROTECTED]> wrote:
Ok, new try :-)
Regards,
Albert van Peppen
--
*Van:* Matthew Rowan [mailto:[EMAIL PROTECTED]
*Verzonden:* maandag
helps.
Regards,
-Matthew Rowan
On 1/25/07, Thomas Svare <[EMAIL PROTECTED] > wrote:
Hello,
I forgot to mention that if I run light on my wxs with the stock libraries
the bitmaps show up.
Thanks,
Tom
--
*From:* [EMAIL PROTECTED] [mailto:
[EMAI
Thanks for all your help Albert. That was right on. Once the DEF file was
linked it all worked beautifully.
Cheers,
-Matthew Rowan
On 1/24/07, Albert van Peppen <[EMAIL PROTECTED]> wrote:
Hi Matthew,
The error you encounter is because the CA function is not exported in the
DLL;
Hi Robert,
What I have done is just setup conditions on the platform specific
components to install or not dependent on the operating system.
eg.
NOT VersionNT64
Regards,
-Matthew Rowan
On 2/6/07, Robert Randall <[EMAIL PROTECTED] > wrote:
The answer to this may be obvious,
1 - 100 of 131 matches
Mail list logo