Re: [WiX-users] [WIX]:How to reset the INSTALLDIR path by changing the path using 'Change' button

2015-04-09 Thread Joel Budreau
Does this post help? - http://stackoverflow.com/questions/19355537/wix-setting-install-folder-correctly > On Apr 6, 2015, at 10:12 AM, Dileep S wrote: > > Hi All, > > I created an MSI with two dialogs. > 1. InstallDirdlg.wxs > 2. ProgressDlg.wxs > > In *.wxs file i have used some custom actio

Re: [WiX-users] ICE Validation in CI systems

2015-04-09 Thread Rob Mensching
We'll need Windows Installer team to change the way they implemented ICEs back in 1998. _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: Anthony Foglia [mailto:afog...@gmail

[WiX-users] ICE Validation in CI systems

2015-04-09 Thread Anthony Foglia
WiX team (and users), we're trying to use WiX on our CI system and failing the ICE validation because the service account does not have administrative privileges. I assume it's the same as this bug, http://wixtoolset.org/issues/3968/ . Has any progress been made on this issue? What are the obsta

Re: [WiX-users] burn error 0x800b0100 help

2015-04-09 Thread victorwhiskey
John, *sigh* I would like to use 3.9 but things move slowly here... Thanks for the help! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/burn-error-0x800b0100-help-tp7599876p7599881.html Sent from the wix-users mailing list archive at Nabble.com.

Re: [WiX-users] burn error 0x800b0100 help

2015-04-09 Thread John Cooper
>From the documentation for MsiPackage@SuppressSignatureVerfication: SuppressSignatureVerification YesNoType By default, a Bundle will use the hash of a package to verify its contents. If this attribute is explicitly set to "no" and the package is signed with an Authenticode signature the Bun

Re: [WiX-users] burn error 0x800b0100 help

2015-04-09 Thread victorwhiskey
John, I'm using wix 3.6/3.8. What exactly is the problem? Is it the MSI is not signed? How do I use the other way, hash verification? Thanks! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/burn-error-0x800b0100-help-tp7599876p7599879.html Sent

Re: [WiX-users] How to run exe with admin privileges by default?

2015-04-09 Thread Hoover, Jacob
Burn will elevate once, when it needs to. Why would you want to elevate on first run? It's not good practice/design, and hacking the manifest on the bundle is definitely not something the toolset is going to support. (Read that as if you have any install issues, don't expect much help from here

Re: [WiX-users] burn error 0x800b0100 help

2015-04-09 Thread John Cooper
Which version of the BA? Signature verification for payloads used to be the default. The default is now hash verification which is less troublesome. -- John Merryweather Cooper Senior Software Engineer | Integration Development Group | Continuing Development Jack Henry & Associates, Inc.® | Le

[WiX-users] burn error 0x800b0100 help

2015-04-09 Thread victorwhiskey
Hello all, I haven't had much luck with responses with my last few questions. Hopefully, I can get some help on this one. I have a project that which uses burn and the msi and burn are both in working order. Now I have to add an install of a certificate to the machine into the certstore. So I use

[WiX-users] How to remove a file from a directory

2015-04-09 Thread Roy Miller
I'm brand new to WIX, trying to create an installer which will install a website on IIS. Part of that installation needs to be deleting a base web.config file and renaming an environment specific config to "web.config". My wxs fragment looks like this: DEPLOY_ENVIRONMENT="IT"

[WiX-users] Bootstrapper application problem @Win x86

2015-04-09 Thread Marco Tangl
Hi guys, I hope someone could help me out of my misery. I did a bundle installer (WixStandardBootstrapperApplication.RtfLicense ), featuring various msi files. Everything works fine for x64 systems. When executing on x86 systems, during installation a second installation dialog in Modify Mode p

Re: [WiX-users] How to run exe with admin privileges by default?

2015-04-09 Thread Aaron Newton
Hello Mohamed, There's an example of elevating privileges here: http://stackoverflow.com/a/8721481/201648 Does that solve your problem? Regards, Aaron On Thu, Apr 9, 2015 at 10:05 PM, Mohamed Yasir wrote: > Hi, > > Could you please update any idea on this? > > Regards, > Mohamed Yasir K > >

Re: [WiX-users] How to run exe with admin privileges by default?

2015-04-09 Thread Mohamed Yasir
Hi, Could you please update any idea on this? Regards, Mohamed Yasir K -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-run-exe-with-admin-privileges-by-default-tp7599864p7599871.html Sent from the wix-users mailing list archive at Nabble.c