I'm curious what happens when SourceDir is blank.
On Mon, Sep 2, 2013 at 10:25 AM, Phil Wilson wrote:
> My dumb search works just fine - I can't see what the issue is. This works
> for me:
>
> Sample.msi and thing.txt in the same directory.
>
>
> Depth="0">
>
My dumb search works just fine - I can't see what the issue is. This works
for me:
Sample.msi and thing.txt in the same directory.
and a custom action in the execute sequence to display the value...
msgbox
session.property("FILEEXISTS
I searched for WiX FileSearch in same directory as MSI on google. The
first hit [1] I received [2] includes a reply from Phil Wilson
suggesting the SourceDir [3] or OriginalDatabase [4] (with some
additional parsing) might work.
[1]
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/H
Hello,
An example function in vbscript :
Function ExtractBinary(BinaryName, OutputFile)
Const msiReadStreamAnsi = 2
Dim oDatabase
Set oDatabase = Session.Database
Dim View
Set View = oDatabase.OpenView("SELECT * FROM Binary WHERE Name =
'" & BinaryName & "'")
Vie
Dear All,
Code to Extract Binary file from MSI to Temp folder using C#
Anyone Plz help me on this?
Thanks in Advance...
Anil
--
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy
Use *'heat.exe'* harvest tool to automatically create layout with file
components and references.
Example of using with command line:
*"%wix%\bin\heat.exe" dir "Dist" -ag -sfrag -srd -suid -var var.Binaries -cg
BinaryFileGroup -out HeatFiles.wxi*
where Dist - distribution directory with multiply fi
When I try to run the .msi with log, test return value 3:
'SFXCA: Extracting custom action to temporary directory:
C:\Windows\Installer\MSI253F.tmp-\
SFXCA: Failed to get requested CLR info. Error code 0x80131700
SFXCA: Ensure that the proper version of the .NET Framework is installed, or
that the
I don't think there are issues with re-distributing the wix toolset as I have
seen third party tools do that.
Double check the license.
I would personally just link to the site with instructions or if needed
distribute the entire toolset.
Dave
-Original Message-
From: biswajitbiee [mailto
Hello, I have a question regarding bundle patching scenario in custom MBA.
I have RTM bundle v.1.0.0.226 with RTM msi:
and Patch bundle v.1.0.0.1 with MSP patch:
Patch installs as expected. Now I want to implement patch scenario in my
Bootstrapper Application code, i.e. to determine that cu
9 matches
Mail list logo