[WiX-users] Repair removes application pool user

2014-10-15 Thread Fyodor Koryazhkin
Hi, I see here two other options: 1. You make Repair button unavailable and make available only Change button on Add\Remove programs pane and include dialog asking user/password again. This will prevent from deleting credentials if the user presses Repair button but the problem still persists if Re

Re: [WiX-users] TFS: Wix can't see its source files if using TfvcTemplate.12.xaml.

2014-10-15 Thread Farrukhw
Jup.. And as usual, a developer like me found that by hit and trial researching.. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/TFS-Wix-can-t-see-its-source-files-if-using-TfvcTemplate-12-xaml-tp7597267p7597326.html Sent from the wix-users maili

[WiX-users] From: d8xter&64;hotmail.com

2014-10-15 Thread d8xter&64;hotmail.com
Hi http://dakos.biz.ua/whose.php?guess=eu3wqeewpcyb73ug3 d8xter&64;hotmail.com -- Comprehensive Server Monitoring with Site24x7. Monitor 10 servers for $9/Month. Get alerted through email, SMS, voice calls or mobile

Re: [WiX-users] Installing a 64 bit file as part of a 32 bit setup

2014-10-15 Thread Phill Hogland
The msi package has to target either x64 or x86 and directories used in the package need to derive from a MSI defined root folder which has correct bitness. You can use Burn to chain x64 MSI package to install native files with a x86 MSI package to install the 32 bit code. (In my case the driver

Re: [WiX-users] Installing a 64 bit file as part of a 32 bit setup

2014-10-15 Thread Brian Enderle
I can do that, I was just hoping to avoid having to create a Bootstrapper and additional MSI. I am already checking in my MSI that the system is a x64 system (and bailing out of the installation if it is not) so I know the 64 bit file will be installed. Brian If you can't explain it simply, you

Re: [WiX-users] Addressing download failures in Burn driven MSI

2014-10-15 Thread Phill Hogland
Thank you for the information. What are the drawbacks or risks of using bits:// protocol? We target Windows 7/WS2008R2 and later with MSI ver 500, using WiX 3.9.1006. I changed the 90 Mb cab file to use the bits:// protocol and I have not been able to reproduce the failure in my tests since that

Re: [WiX-users] Installing a 64 bit file as part of a 32 bit setup

2014-10-15 Thread Hoover, Jacob
Why not make an x64 MSI for just the x64 component, and use burn (and a bundle) to intelligently decide if it needs to be installed based on the OS bitness? -Original Message- From: Brian Enderle [mailto:bria...@gmail.com] Sent: Wednesday, October 15, 2014 2:33 PM To: WiX Users Subject:

[WiX-users] Get results from SqlScript?

2014-10-15 Thread Brian Enderle
Is it possible to get the results from a and assign to a variable/condition in a MSI or would I have to use a custom action to accomplish this? I am running a that I know will return just one value (one row, one column). Brian If you can't explain it simply, you don't understand it well enoug

[WiX-users] Installing a 64 bit file as part of a 32 bit setup

2014-10-15 Thread Brian Enderle
I am creating an installer for a 32 bit application. One of items that needs installed is a 64 bit CLR (SSHRA_Extend64.dll). The file needs to be installed to "C:\Program Files\blah" on a 64 bit Windows machine, while the application needs to be installed to "C:\Program Files (x86)\blahblah" I a

[WiX-users] Non admin user and GAC installations

2014-10-15 Thread kirannhegde
Hello, Is it required that a user installing assemblies into the GAC , has to have admin privileges? What if an installer including VC redistributables which install assemblies into the GAC, has to be installed by a standard user? Kindly let me know. Regards, Kiran Hegde -- View this messa

Re: [WiX-users] KB2918614

2014-10-15 Thread Keith.Douglas
I'm not sure this explains everything people reported, but it would explain why we never saw it ... Thanks, Phil. Keith Douglas Statistics Canada | 170 Tunney's Pasture Driveway, Ottawa ON K1A 0T6 Statistique Canada | 170, promenade Tunney's Pasture, Ottawa ON K1A 0T6 keith.doug...@statcan.gc.c

Re: [WiX-users] TFS: Wix can't see its source files if using TfvcTemplate.12.xaml.

2014-10-15 Thread John Cooper
This has been the case for a while (defaulting to '/m')--it was documented to be the case since VS 2010, and internal documentation I saw for TFS 2010 indicated that '/m' would be the default for the future. In order to multithread successfully, project dependencies must be used. The future ha

Re: [WiX-users] Repair removes application pool user

2014-10-15 Thread David Watson
Nothing built in at this time, you would need a custom action to encrypt the password. -Original Message- From: pezmannen [mailto:pezman...@gmail.com] Sent: 15 October 2014 11:37 To: wix-users@lists.sourceforge.net Subject: Re: [WiX-users] Repair removes application pool user Anybody?

Re: [WiX-users] Running SQL script without creating a database

2014-10-15 Thread pezmannen
I've managed to have sql:SqlDatabase inside a component without creating it: -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Running-SQL-script-without-creating-a-database-tp7597296p75

Re: [WiX-users] Repair removes application pool user

2014-10-15 Thread pezmannen
Anybody? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Repair-removes-application-pool-user-tp7597260p7597313.html Sent from the wix-users mailing list archive at Nabble.com. --

Re: [WiX-users] TFS: Wix can't see its source files if using TfvcTemplate.12.xaml.

2014-10-15 Thread Farrukhw
So, finally I was able to solve this after a whole day struggle. Like Digg a mountain and got a mice :). Actually TfvcTemplate.12.xaml seems to be executing MsBuild with parallel processing enabled (/m), while in my VS Solution, Wix project was added independently i.e. in Build Order it was the la