----Original Message-
From: Tanikella, Rajanikanth (SCR US)
[mailto:[EMAIL PROTECTED]
Sent: 09 October 2008 18:20
To: General discussion for Windows Installer XML toolset.
Subject: [WiX-users] When is the target machine's environment updated?
Hello All,
I've a number of custom actio
Hello All,
I've a number of custom actions (CMD scripts) that run EXE files that
the MSI installs. These EXEs, in turn, require that a certain directory
(also installed by this MSI) is included in the PATH environment
variable.
These CAs never run successfully, and I think I know why: Although
wixlibs, .wixpdbs, .msm, .msi files
that were built with a previous version of the toolset? If so, and your
still seeing a problem can you please share the snippet of the log file
that has all of the error messages + 10 lines on either side (just in
case)?
-Original Message-----
From: Tanikella,
Hello All,
I am experiencing the same issue, same symptoms. I manually deleted the
bin and obj folders and did a rebuild, but the result was the same.
Rob, when you say "an old table definition that is getting in and being
confused" what does that mean? How does one test for that? I opened
the
for
a password?
Raj
-Original Message-
From: Rob Mensching [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 08, 2008 3:34 PM
To: Tanikella, Rajanikanth (SCR US); wix-users@lists.sourceforge.net
Subject: RE: Installing PFX certificates to Trusted Root?
Error 0x80070056 == ERROR_INVALID_PASSWO
Hello All,
In the 'yep - back to being 100% frustrated' thread, someone mentioned
it is impossible to installtwo features exclusively from one another.
Is this true?
I would like to create an installer that is capable of installing my
certs, and/or my rich client, and/or my web application, and/o
I must say, you have all made my day. I've spent months banging my head
and feeling like I'm not worth a damn despite all my non-deployment
development experience. And worse, feeling like no one would understand
why this installer is sucking up so many staff hours even if I tried my
technical best
Hi Chuck,
While testing my MSI I got the same error. Specifically, I was testing
the condition I wrote on the feature that would install a virtual
directory. I tried to install it on a machine that does not have IIS
installed, and I got the same error. (This, of course, means that my
condition
Hi Scott
I haven't tried exactly what you are describing, but I can say this:
1) Setup.exe extracts to an uniquely named folder in %TEMP%. Whatever
you have built in the setup will be extracted to there. The is MSI
placed in that same folder as well.
2) I tried to embed an MSP in a setup.exe
Hello All,
I see a number of examples regarding iis:Certificate, but none quite
does what I need.
I am trying to get my MSI to import a PFX file into the set of Trusted
Root Certification Authorities. I made an MSI that intends to do
nothing more than this. (If I can get that right I'll roll it
rrent
hunch based on the clues.
Thanks again for the insights!
Raj
-Original Message-
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Wednesday, February 06, 2008 11:25 PM
To: Tanikella, Rajanikanth (SCR US)
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Heating Direct
Original Message-
From: Bob Arnson [mailto:[EMAIL PROTECTED]
Sent: Saturday, February 02, 2008 1:32 PM
To: Tanikella, Rajanikanth (SCR US)
Cc: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Heating Directories with Identically Named
Files
Tanikella, Rajanikanth (SCR US) wrote:
&g
Hello All,
I'm using WiX 3 to package a product. The build puts all the build
results (binaries, config files, help files, etc) into a deployment
directory which is harvested. By heat. That deployment directory has a
number of subdirectories, at least two of which have the same name
(Deployment
Hi Mark,
One reference I happened upon has a small table of Votove pre-processor
variables:
http://msdn2.microsoft.com/en-us/library/aa302186.aspx
The table is about half-way down the scroll.
Hope it helps.
Raj
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On B
Hi Dan,
Did you ever receive an answer to this question? I've been having a
similar difficulty and I didn't get much more from this mailing list
other than the suggestion to put the registry changes directly into the
WXS file (which has been the direction of my current investigation.)
I used:
: Davut Karabay [mailto:[EMAIL PROTECTED]
Sent: Monday, August 27, 2007 6:36 PM
To: Tanikella, Rajanikanth (SCR US);
wix-users@lists.sourceforge.net
Subject: RE: [WiX-users] How to install msxm3 merge module
Hi Raj,
I am merging MSXML3
Hello Davut,
What version of MSXML are you merging in? I was having a similar
difficult time with this last week, but what solved the issue was
getting a more recent service pack of MSXML and replacing the files in
my installation with those.
http://community.installshield.com/showthread.php?p
Thanks for the tip. I picked up the book and received it today. I'll
post my thoughts. It looks not half bad.
Raj
> -Original Message-
> From: Harm-Jan Zwinderman [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 16, 2007 3:19 AM
> To: Tanikella, Rajanikanth (
Hello All,
Can anyone recommend a course (classroom or online) or a good book to
get a well-rounded understanding of Windows Installer technology,
preferably using WiX? Most courses I see on the web are geared toward a
particular packaging product.
Thanks.
Raj
-
Hello,
Thanks for the tip, Richard. It certainly sounds like using the
COM/Registry tables would be the smart way to go. However I'm finding
myself snared in the one pitfall after another as a newcomer to WiX and
to the details of COM.
What I've gathered so far: Heat has an -scom flag that is
After a little further investigation, let me rephrase my initial
question
and supporting details:
I'm building an MSI using WiX3, and I'm encountering a
problem: I've a custom action:
It is sequenced to be executed BEFORE 'InstallFinalize'. I've confirmed
this using Orca.
The problem I enco
--Original Message-
> From: Brian Simoneau [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 09, 2007 11:04 AM
> To: Tanikella, Rajanikanth (SCR US); wix-users@lists.sourceforge.net
> Subject: RE: [WiX-users] Registering an EXE via a Custom Action
>
> That would imply a dif
an only be
scheduled between InstallInitialize and InstallFinalize.
Does that suggest that my failure is due to a different issue?
Raj
> -Original Message-
> From: Brian Simoneau [mailto:[EMAIL PROTECTED]
> Sent: Thursday, August 09, 2007 9:28 AM
> To: Tanikella, Rajanikan
Hello All,
I'm building an MSI using WiX3, and I'm encountering a problem: I've a
custom action:
It is sequenced to be executed after 'InstallFinalize'. (Actually, it
is sequenced before another custom action that is sequenced to run after
'InstallFinalize'.)
The problem I encounter is that
24 matches
Mail list logo