Hi All,
I am facing ERROR_INTERNET_TIMEOUT while downloading the packages. It get
failed in middle of download due to slow internet speed.
Burn downloads the packages in CacheAcquireProcess event. If it is failed
due to timed out then goes to CacheAcquireComplete in next 30 secs (approx).
But I
Hi,
I have created installer in stdba.
I have attached RtfTheme.xml and RtfTheme.wxl in my project.
During installation and un-installation I am observing that in dialog "Setup
Successful" message gets displayed.
I want to update this message and/ add new resource:
Installation Successful
Uninst
Hi,
Any updates regarding this issue?
with regards,
CD
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wixstdba-Not-invoking-right-msi-for-32-bit-platform-in-uninstallation-tp7598029p7598166.html
Sent from the wix-users mailing list archive at Nab
Hi,
I have a problem with my managed bootstrapper application.
The managed bootstrapper I wrote in most of the cases doesn't provide an
Add/Remove Programs (Programs and Features) entry for the bundle.
This happenes on physical machines with windows server 2012/2008 and on
machines set up on Virtua
I haven't thought about how to retry until a specified time. If you look at
the wix source (src\Setup\WixBA\InstallationViewModle in ResolveSource
function) you will notice that it maintains a dictionary of download retires
and increments the retry associated with the package Id. My mba had simil
What issue?
Burn works find for me when I have x64 and x86 packages in the chain.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Wixstdba-Not-invoking-right-msi-for-32-bit-platform-in-uninstallation-tp7598029p7598169.html
Sent from the wix-users
It's only a few lines in your wixproj, and it gives you Lua patching and the
certainty that the payload hasn't been altered.
> On Nov 20, 2014, at 9:14 PM, "zoo ob1" wrote:
>
> Anyone have pointer to good article explaining impacts of not using
> authenticode digitally signed wix msi build outp
Is there a good way to diff two merge modules to see what's changed between
builds?
Thanks,
Joel
--
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Report
Lua patching?
--
Nicolás
2014-11-21 11:50 GMT-03:00 Hoover, Jacob :
> It's only a few lines in your wixproj, and it gives you Lua patching and
> the certainty that the payload hasn't been altered.
>
> > On Nov 20, 2014, at 9:14 PM, "zoo ob1" wrote:
> >
> > Anyone have pointer to good article e
http://msdn.microsoft.com/en-us/library/aa372388(v=vs.85).aspx
-Original Message-
From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com]
Sent: Friday, November 21, 2014 8:59 AM
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] effects of not using authenticode digit
http://msdn.microsoft.com/en-us/library/aa372388%28v=vs.85%29.aspx
-Original Message-
From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com]
Sent: 21 November 2014 14:59
To: General discussion about the WiX toolset.
Subject: Re: [WiX-users] effects of not using authenticode digitally s
Hi,
I created a bundle with a chained msi like below.
first time installation i can select/deselect features in msi2.msi bcoz
DisplayInternalUI="yes" . But in the maintenance mode WixStdBA Displays as
Modify Setup text and at the bottom 3 buttons namely, Repair
1) you'll need a custom boostrapper to support that functionality. The
standard bootstrappers have no idea what to do with a feature;
2) along those lines, you would suppress the MSI UI and have the bootstrapper
handle the feature selection;
3) features are a pain. For my own work, I am creat
Thanks for the suggestion John.
I was really happy when i saw EnableFeatureSelection="yes" option. I am not
able see its effect.
Now it seems to take bit tough turn for me. My Manager allotted me as a full
resource on this IS-> WiX POC. ComPlus, windows services, MergeModules,
C#,CPP n vbs CAs, V
>>> John said: For my own work, I am creating a managed bootstrapper to
handle my previous collection of features as individual MSI's
property-driven by the UI of the bootstrapper. IMHO, this is the way to go.
I agree that this approach is the way to go! A separate msi for each
"feature" (or su
That worked great. For future reference of folks who are perusing the
archives, the SP1 RelatedBundle points back to the original bundle's upgrade
code, and has a new guid as its upgrade code.
I also learned that problems result if the SP1 bundle is built with 3.9 (the
original bundle is built wi
thanks for the responses that helps.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/effects-of-not-using-authenticode-digitally-signed-wix-msi-build-output-tp7598153p7598187.html
Sent from the wix-users mailing list archive at Nabble.com.
--
thanks for the responses that helps.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/wix-toolset-using-apache-license-or-other-viable-open-source-tp7598152p7598188.html
Sent from the wix-users mailing list archive at Nabble.com.
-
Hi,
I am writing a 32-bit msi to run on x86 and x64 OS. When run on 64-bit
Operating system, I want it to write to 64-bit registry hive, the windows
auto logon settings (AutoAdminLogon=1, DefaultUserName=AAA,
DefaultPassword=BBB). Can I accomplish this in wix installer ?
I do not have the o
This is not a wix constraint. msi only allows x64 msi to write to 64 bit
areas. It is easy to create bot x86 and x64 msi and then use burn bundle to
install either/both packages.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Writing-to-64-bit-r
tried submitting http://wixtoolset.org/issues/new/ for this and I get "Error!
Something went awry while submitting your changes. Please, try again."
result
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/extension-WixToolset-Extensions-IIs-Sql-Util
tried submitting http://wixtoolset.org/issues/new/ for this and I get "Error!
Something went awry while submitting your changes. Please, try again."
result
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/use-of-var-Platform-and-var-SolutionDir-tp75
Indeed it is a Microsoft Windows constraint. A 32-bit process is not permitted
to modify 64-bit resources.
For example, I want to set some ACLs in the C:\Windows\System32 tree. This is
a 64-bit location on a 64-bit OS. From a 32-bit custom action, the files in
that 64-bit are all but invisi
Thank you.
--
View this message in context:
http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Writing-to-64-bit-registry-hive-from-32-bit-msi-tp7598189p7598194.html
Sent from the wix-users mailing list archive at Nabble.com.
--
Yeah Phill. I do agree for Johns suggestions. Thanks for the link too.
During fresh installation it is ok to select/deselect the
feature/subfeature through BA. VS2012 onwards the setup screen has
checkboxes for the featurs.
But i am really confused at,
1. How to restore the status of th feature/
The Windows Kit (Platform SDK) has some MSI tools and scripts, one of
them is WIDiffDB.vbs that reports the difference between two
databases. That might include merge modules.
---
Phil Wilson
On Fri, Nov 21, 2014 at 6:58 AM, Joel Budreau wrote:
> Is there a good way to diff two merg
You probably need to confirm your new account. Look for email from the system.
___
FireGiant | Dedicated support for the WiX toolset |
http://www.firegiant.com/
-Original Message-
From: zoo ob1 [mailto:rober...@msn.com]
S
Any suggestion?
> 2014. 11. 18., 오후 3:13, sky 작성:
>
> I have an .msi package with 5 external .cab files in my bootstrapper
> application(not being compressed in my bootstrapper application, external)
> which installs well locally, and has DownloadUrl attribute for web-based
> installation.
>
>
Do what the WiX toolset does in v4.0: wix4\src\Setup\Bundle\Bundle.wxs
_
Short replies here. Complete answers over there: http://www.firegiant.com/
-Original Message-
From: YSK [mailto:volon...@gmail.com]
Sent: Friday, Novemb
I’ll give it a try. Thanks Phil!
- Joel
> On Nov 21, 2014, at 8:33 PM, Phil Wilson wrote:
>
> The Windows Kit (Platform SDK) has some MSI tools and scripts, one of
> them is WIDiffDB.vbs that reports the difference between two
> databases. That might include merge modules.
> ---
>
Just tried it out. Yes, WiDiffDb.vbs prints out line-by-line the differences
between two MSIs/MSMs.
> On Nov 21, 2014, at 8:33 PM, Phil Wilson wrote:
>
> The Windows Kit (Platform SDK) has some MSI tools and scripts, one of
> them is WIDiffDB.vbs that reports the difference between two
> datab
31 matches
Mail list logo