I've read your review. There are numerous emails regarding issues with calling
the HeatDirectory task in MSBuild and having it error out when the wrong
architecture-based MSBuild is called. I think there is a mixup in the task
itself but that is just a guess.
-Original Message-
From:
Is it possible for the default bundle behaviour to run an uninstall for an
arbitrary ProductCode and UpgradeCode as part of its steps? I realize that
ordinarily this would be rather rude, but ... This is because I've got a
"related product" I need to remove ideally before installing a chain of M
Thanks for the suggestions, Stephen. I dug a bit deeper, found the cause of
the problem, and updated the original issue I mentioned:
http://wixtoolset.org/issues/4596/
*Dan Ports*
Vice President of Technology, Intrigma Inc.
Medical Staffing Optimization And Scheduling Software
349 5th Avenue, Ne
The issue is likely to be the same as other attempts to reference
user profile locations (temp folders, app data folders etc) for an
account that doesn't have them, that's my understanding.
---
Phil Wilson
On Fri, Jan 30, 2015 at 8:38 AM, Tunney, Stephen
wrote:
> Try running as loca
There are restrictions on calling logging from a DoAction event, the
underlying MsiProcessMessage call doesn't work. The documentation is
rather poor and probably incorrect in some ways, so I'd ignore the
Serer 2003 reference:
https://msdn.microsoft.com/en-us/library/aa368322(v=vs.85).aspx
--
I have a custom action that when called as a check in the InstallUISequence
writes data to the log file via session.Log stmts. But when a different method
in the same custom action is called from a dialog then none of the session.log
stmts are written to the log.
Here is how the custom action
Try running as local system from the command line with SysInternals PsExec
https://technet.microsoft.com/en-ca/sysinternals/bb897553.aspx
I think it is psexec -S cmd.exe (or powershell depending on your needs).
Then try running heat again and see what permissions issues you are getting.
Also tr
Hello,
I recently tried setting up a build agent that runs MSBuild to build a
simple WiX setup package. The build agent runs as a Windows service that
runs under the LocalSystem account. I consistently received the following
error:
HarvestDirectory:
..\..\Tools\WiX\Heat.exe dir ..\..\Build\WiX\
It's a very easy mistake to make, but when an action isn't working, it's the
first thing one should check.
--
John Merryweather Cooper
Senior Software Engineer | Enterprise Service Applications | Continuing
Development
Jack Henry & Associates, Inc.® | Lenexa, KS 66214 | Ext: 431050
|jocoo...@
Hi everyone,
I am still confused about what is going on with this: a testing machine (which
uses the mechanism I described below quite often) now has >200 gigs of these.
Keith Douglas
Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6
Statistique Canada | 170, promenade Tunn
I just set up site.
Question-How to test the site.
Any help?
Thank you
Tim Drake, M. A., E. A.
Tax Prep - ALL States
TEDRAKE CONSULTING LLC
3831 27TH Avenue SW
Naples, FL 34117-7131
239-455-4275
239-919-9206
--
Yes I know but due to the nature of my custom actions I don't want them fail.
For example one sends some statistical information to a a server and I know
that some times this will fail due to firewall issues . I am however using
session logging and showing any error information in the log file.
It is essential that managed custom actions have an [CustomAction] attribute
for each method call that will be used as a custom action. E.g.,
[CustomAction]
Public static ActionResult DoSomething(Session session)
{
// code here
}
By having the Return attribute set to "ignore", the errors that
oops Phill, sorry I missed off the second "l" in your name !!
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/WiX-Installer-Copy-folder-from-DVD-to-HDD-and-then-run-bootstrapper-from-HDD-folder-tp7599027p7599080.html
Sent from the wix-users mailing
Walt & Phil - sorry I didn't reply earlier; been a bit snowed under ( with
work, not the real white stuff ! ) - but many thanks for both your replies;
they have certainly put me on the right path - my installer now does create
the folder and "installs" ( well copies ) the installers into it. Not
Sorry everyone the answer was I missed the
[CustomAction]
about the routine.
--
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, i
I have some problems with managed code custom actions. I have 3 custom actions
but only one of them is working. They are called at different times in
InstallExecuteSequence but moving them makes no difference. I know there not
getting very far because if I place a message box at the beginning of
17 matches
Mail list logo