Bob Arnson wrote:
> Jason Birch wrote:
> > There was another thread about this a while ago, but I'm wondering if there
> > are any new
> > CAs available in WiX to manipulate property strings?
>
> Nobody's volunteered any, no.
Ah well... thanks for the update :)
I've entered an enhancement reques
Hello everyone -
I'm trying to build a merge module that contains some Help2 documentation
that I want to integrate into VS2008. However, I'm getting the following
error from Light when I try to build the merge module:
C:\delivery\Dev\wix30_public\src\ext\VSExtension\wixlib\HTML_Help_Registratio
If you're using a project created from a WiX C# or VB Custom action project
template, you need to set the "Copy Local" property to true for any referenced
assemblies to be included in the custom action package. (That affects the
inputs to MakeSfxCA.exe which is the build tool that creates the CA
You could just install the files to (for example) somewhere in the Temp folder.
Make sure the installer component guids are null so that they're not
registered or managed by MSI, and then remove them when your code (or your
custom action) doesn't need them.
Phil Wilson
-Original Messa
Is there any good way to deploy a temporary file resource using the File
table and standard actions? I know that the scheduling gets tricky,
especially since RemoveFiles occurs before InstallFiles.
I wouldn't be one to second guess Bob, anyway. :-)
It's really more of an academic question.
T
I'm not using DllImportAttribute.
I'm referencing Microsoft.SqlServer.ConnectionInfo.dll, which is not
packaged together with makesfxca.exe. It is the first time I hear about
makesfxca.exe. How should I use it?
And it still seems to me very confusing that if I just undo my changes
(which were jus
msiexec.exe always returns immediately. Pass the same command to "start
/wait" like so and the command will not return until msiexec.exe completes
(and it's always a good idea to love, especially when diagnosing issues):
start /wait msiexec.exe /i product.msi /qn /l*vx install.log
On Tue, Apr 7,
When is this dialog spawned? After and before what events? It also seems
that your custom actions aren't scheduled and executing at the proper time.
No UI should ever be displayed for those CAs, and they should be executed
when the progress dialog is displayed. Any machine state-changing CAs should
Please open a bug on http://sourceforge.net/projects/wix. Be sure to
describe what version of WiX you're using and the thorough example you've
posted here.
On Wed, Apr 8, 2009 at 11:37 PM, Murray Hipper wrote:
> Hi All,
>
> Why does user reference paths not update wix library locations and still
In custom actions, external dependencies are recommended against. If you
have common code you need to share, consider putting that into a static
library and linking that into both CAs. It's a little extra overhead, but is
more robust and safer than streaming out binary dependencies at install
time.
Are you using P/Invoke (DllImportAttribute) for any custom actions? If the
referenced DLL is not available in the system PATH environment variable you
will see this. This is common for native debug builds, but for managed CAs
you shouldn't see this unless you're referencing an assembly that you're
Thanks Bob, bug logged.
--
View this message in context:
http://n2.nabble.com/Unexpected-behaviour-in-PerformanceCounter-uninstall-rollback-tp2601791p2616459.html
Sent from the wix-users mailing list archive at Nabble.com.
--
I know that using custom actions written in C# is not a very good idea, but it
happened we are using it in our project.
I experience very exasperating problem with my dll. SOMETIMES, when I add new
custom action to my cs-file, some custom action that worked good previously
starts to return the
Jason Birch wrote:
> There was another thread about this a while ago, but I'm wondering if there
> are any new CAs available in WiX to manipulate property strings?
>
Nobody's volunteered any, no.
--
sig://boB
http://joyofsetup.com/
-
Leo ... wrote:
> How could I include two binaries where one references the other in the binary
> stream for use as custom actions?
>
There's no built-in support for that; you'd need another custom action
to stream out the dependency.
--
sig://boB
http://joyofsetup.com/
--
Hi All,
Recently I wrote a msi package using wix to deploy a
database(for example, the name is CoreDB). But I found that when I want to
uninstall CoreDB, if I just opened a query form for CoreDB in SQL SERVER
Management Studio, of course, I would get failed. It’s expected to roll
Ok I have to admit to being wrong, that wasn't at all what I expected
and I am still a bit confused by what I found.
Using a fragment like this and test with v3.0.5120.0:
The following work:
1. If WebSite/@SiteId="*" then a case sensitive match on
WebSite/@Description happens.
2. If We
Hi all,
To create a new application/vdir in IIS7, I'm using a custom action to set a
property to an appcmd.exe command line, and then executing that command with
CAQuietExec. Here's what the property assignment looks like:
This runs without appcmd complaining, but then when I open the web si
Hey Dominik,
> 2) Source property does not contain first directory
This has been fixed (
https://sourceforge.net/tracker/?func=detail&aid=2749598&group_id=105970&atid=642714
).
Thanks,
Brian Rogers
"Intelligence removes complexity." - Me
http://icumove.spaces.live.com
On Wed, Apr 8, 2009 at 9:
19 matches
Mail list logo