Have got 4 solution and in every solution i have shared projects. Is there
a way to set a ticket for it?
On Dec 15, 2010 7:28pm, "Castro, Edwin G. (Hillsboro)"
wrote:
> Sounds like all your projects are in the same solution. Are you building
> each project separately?
> If you build your
Hi all,
I need to selectively update an app.config file from my setup package.
Specifically, I need to set a single attribute if it doesn't exist or has
an empty string value. If it already has some other value then I need to
leave it unchanged.
What's the preferred way to do this?
I've author
Igor,
Were you able to resolve this issue?
I'm trying to do the exact same thing. In my case the browsedlg is not
showing either though.
Please post your solution.
Thanks,
Macky
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Connect-BrowseDlg-to-
Did you have a look at http://msiext.codeplex.com/
(http://msiext.codeplex.com/).
At first glance this function seems to fulfill the needed
functionality and also without the ugly way of using VBScript:
http://code.dblock.org/Source/msiext/1.2/Docs/class_wix_1_1_extensions_1_1_user_privileges_1_1_l
Are you getting the replies? Reading them? Same answer as before - you can't
use WScript in a CA.
Phil Wilson
-Original Message-
From: sangeeta1 [mailto:snmsn...@gmail.com]
Sent: Wednesday, December 15, 2010 9:57 AM
To: wix-users@lists.sourceforge.net
Subject: Re: [WiX-users] Check i
I'm not sure if the email was sent correctly or not. Just resend it.
~~
Thanks Blair.
It's in InstallExecuteSequence. And it's before InstallFinalize.
Here's the code:
(NOT REMOVE ~=
"ALL") AND (&Feature_XYZ = 3)
Thanks.
From: little.forest
To:
Hi,
I have a vbscript to validate the user in AD and I am having trouble running
it in the custom Action. Can someone point out mistakes in implementing the
custom action.
I am not a vbscript expert here so please pardon my ignorance.
log
Action 11:42:48: CheckUserExists.
Action start 11:
There is no WScript object in Windows Installer. As its name implies, the
Wscript object is supplied by the Windows Script Host environment, and you're
not running in there. Just use CreateObject().
Phil Wilson
-Original Message-
From: sangeeta1 [mailto:snmsn...@gmail.com]
Sent: Wedn
Sounds like all your projects are in the same solution. Are you building each
project separately?
If you build your entire solution at one time, then the dependent projects
should only build once. If you build them separately, then MSBuild doesn't
know whether the dependent projects were build
Hi,
I have a vbscript to validate the user in AD and I am having trouble running
it in the custom Action. Can someone point out mistakes in implementing the
custom action.
I am not a vbscript expert here so please pardon my ignorance.
log
Action 11:42:48: CheckUserExists.
Action start
Hi,
I have a vbscript to validate the user in AD and I am having trouble running
it in the custom Action. Can someone point out mistakes in implementing the
custom action.
I am not a vbscript expert here so please pardon my ignorance.
log
Action 11:42:48: CheckUserExists.
Action start 11:
Cheers Rob.
It's pretty much what we thought and as I said before we don't really
use the functionality of having a language neutral MSI so it's not
impacting us, we were always doing it just in case. I don't think 1252
will be an issue for us in future. I was just concerned that other
people were
A few things:
1. You are correct that, WixUI no longer supports codepage 0. Arguably
codepage 1252 is more correct since we just writing English and have not
done the work to ensure everything is ASCII. So this isn't a bug we'll
address in WiX v3.5 because we are in escrow and there is a work-arou
Hi All,
My installer consists of dll library that is being used by several
applications and when we update this dll on Windows 2008, I noted that
Restart manager kicks in and restarts those apps that use our dll.
However, we would like to disable this behavior and I found that I can
probably do th
Hi all,
I've been struggling for two days trying to achieve something that I
believe simple (obvioulsy not for me...)
Here's some part of my code:
... install some stuff here ...
... close all directories
On an initial installation, the UI allows me to set the 'A_DIRECTO
Hi;
I need help about building the projects in the solution. Some projects has
referenced to the same projects (xxBLL has reference to the xxDAL project,
yyBLL project has reference to the xxDAL project too). The problem is when i
start to building and creating msi for the solution it builds xxDAL
16 matches
Mail list logo