That sounds like a promising approach. I'll try that one too.
Anyone know any downside of getting the old installdir that way?
kind regards,
Michael
-Ursprüngliche Nachricht-
Von: Phil Wilson [mailto:phildgwil...@gmail.com]
Gesendet: Samstag, 19. April 2014 20:28
An: General discussion a
Out of the box that isn't possible. If you start with the extended BA
http://wixextba.codeplex.com/ (WiX 3.8 is basically the same code as this) you
could modify OnChangeState() and OnClickRepairButton() to support this function.
Neil
-Original Message-
From: Shannon Cornish [mailto:sha
Hello ,
Here is my scenario:
A higher version installer contains lower version of certain binaries . In
the higher versioned installer, sequencing "RemoveExistingProducts"
after "InstallInitialize" results in missing files. This is an issue with
Windows Installer service and has been a
Hi,
I would like to add a checkbox to the Modify page of my Burn project and
have that value be passed into the MSI file.
I have added a element as a child and a checkbox to the
'Modify' page of my burn application using a custom theme (based on the RTF
License theme). I also have used an ele
Of course, as soon as I write this I figure it out. Ignore please...
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Chaining-MSPs-tp7591695p7594242.html
Sent from the wix-users mailing list archive at Nabble.com.
Sorry to open a such an old thread, but I'm having some troubles with a very
similar situation as the one I previously described.
I ended up going with Rob's first suggestion - the Bundle has A.msi, B.msi,
C.msi, B.msp, and C.msp (B.msi and C.msi are not embedded and not included).
So far we have
Sorry to revive such an old thread, but I'm having some troubles with a very
similar situation as the one I previously described.
I ended up going with Rob's first suggestion - the Bundle has A.msi, B.msi,
C.msi, B.msp, and C.msp (B.msi and C.msi are not embedded and not included).
So far we have
Ok, so it's an MSI thing, thanks Phil!
Still interesting that I don't get any ICE warnings when using [!filekey]
for the shortcut target property, since according to MSDN it should be
treated like [#filekey].
Also happy to learn about [$filekey] to get the directory of the file path
only. That'll
This is useful for showing C++ dependencies:
http://www.dependencywalker.com/
---
Phil Wilson
On Mon, Apr 21, 2014 at 9:07 AM, Carter Young wrote:
> Following Phil's Hunch, see here:
>
> http://wixtoolset.org/documentation/manual/v3/howtos/redistributables_and_install_checks/install
Following Phil's Hunch, see here:
http://wixtoolset.org/documentation/manual/v3/howtos/redistributables_and_install_checks/install_vcredist.html
Carter
Quoting Phil Wilson :
> 1157 is a missing dependency, so I'd assume that there's a dependency
> not installed on all computers. If it's a C++ D
1157 is a missing dependency, so I'd assume that there's a dependency
not installed on all computers. If it's a C++ Dll it'll most likely be
a missing C run time.
---
Phil Wilson
On Sun, Apr 20, 2014 at 5:55 AM, uni wrote:
> Hi all,
>
> I have sequenced a custom action in my msi afte
Thank you. It works now.
Thanks & Regards,
Prantik Sarmah
On Mon, Apr 21, 2014 at 4:31 PM, Phill Hogland wrote:
> Use something along these lines:
> Vital='yes'
> Compressed='no'
> DownloadUrl="http://10.64.2.42/t/Products/{2}";
>
Use something along these lines:
http://10.64.2.42/t/Products/{2}";
SourceFile='path_to_I1\I1.msi'
InstallCondition='evaluatetes_to_1 = 1'
>
SourcePath is the location of your package at build time.
DownloadURL is the location where you
Hi,
I am a new-bie to wix. I need to install two msies from web through a
chained installation. My wxs is as below.
http://schemas.microsoft.com/wix/2006/wi";>
http://10.64.2.42/t/Products/I1.msi"/>
http://10.64.2.42/t/Products/2.msi";
/>
14 matches
Mail list logo