Re: [WiX-users] MsiFileHash Table

2014-10-09 Thread Christoffel le Roux
I'm seriously doing something wrong then, all my msi's have no MsiFileHash table. Christoffel le Roux -Original Message- From: Rob Mensching [mailto:r...@firegiant.com] Sent: Friday, October 10, 2014 1:45 AM To: General discussion about the WiX toolset. Subject: Re: [WiX-users] MsiFileHa

Re: [WiX-users] MsiFileHash Table

2014-10-09 Thread Rob Mensching
The WiX toolset does that for you automatically. _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: Christoffel le Roux [mailto:christoffe...@flowcentric.com] Sent: Thursday,

Re: [WiX-users] Using Lux and Nit

2014-10-09 Thread Phill Hogland
I see that I still have the -ext WixUtilExtension on the above candle command. I removed it but Light still fails saying that 'User' Table is not defined. I can't find anything else in my project related to the User table. When I first started this project I added a reference to my PkgLib in wh

Re: [WiX-users] Using Lux and Nit

2014-10-09 Thread Phill Hogland
Te report of Nit failing, above, is when I added the 'Test' target to my main project without adding any Lux specific commands. So while the verbose MSBuild log that I posted showed that it tried to collect the UnitTest wxs and compile them, it did not run the linker and produce a different MSI pa

Re: [WiX-users] Uninstalling Custom Bootstrapper UI with no .Net

2014-10-09 Thread Bob Arnson
On 07-Oct-14 07:29, James McConville wrote: > Thanks Bob... so there is no way to just use the default UI that doesn't > depend on .Net? > > Just anxious that my uninstall is only responsible for taking things off > rather than putting them on, then off. BAs are responsible both for UI and for bu

Re: [WiX-users] Using Lux and Nit

2014-10-09 Thread Bob Arnson
On 09-Oct-14 14:11, Phill Hogland wrote: > Since building in VS2013 with the Target "Test" fired after the Target > "Build" results in the invalid SQL error in Nit, I created a cmd batch file > to mimic the command line instructions in the chm. Lux and Candle succeed, > but Light fails with LGHT01

Re: [WiX-users] Conditional custom action install

2014-10-09 Thread pezmannen
Thanks, removed the "both" and added condition on this custom action NOT Installed and now repair runs. Although, with Another problem. I'll post it here... Now when my repair works it removes my Application pool account from my Application pool and i can't understand why. Been trying to add con

[WiX-users] Custom BA, Repair, and Cached MSI's

2014-10-09 Thread robert_ortega
Greetings, We are working on a custom bootstrapper application and would like to support repair. Our current idea is to run the ba (from the cache) with a repair flag that will force various MSI's installed to run in repair mode. The BA, and the MSI's installed are all in the cache on the PC.

[WiX-users] MsiFileHash Table

2014-10-09 Thread Christoffel le Roux
Is there any tool in the WIX toolkit that can populate the MsiFileHash Table? Without using the MsiFiler.exe tool. Or does anyone have some equivalent code available please :) Christoffel le Roux This information is intended only for the person or entity to which it is addressed and may conta

Re: [WiX-users] Conditional custom action install

2014-10-09 Thread Phill Hogland
I recently implemented a very similar authoring and I do not have any problem doing a Repair. The one difference I noticed is that I am using StartControl/@Remove='uninstall'. I have not tried to set it to 'both' but removing the service while doing an install does not seem to be what I would wan

Re: [WiX-users] Using Lux and Nit

2014-10-09 Thread Phill Hogland
I stripped everything out of my 'product' project except what was necessary to do only the first test in the Simple sample. Since building in VS2013 with the Target "Test" fired after the Target "Build" results in the invalid SQL error in Nit, I create

Re: [WiX-users] How to hide a file in WXS configuration file ?

2014-10-09 Thread Michael Turner
Fabrice, The CopyFile element is kind of an oddball, particularly in the use-case where it points to another File in the same installer. Sure, the CopyFile element exists, and it supports copying a file that you're already installing, but I've never found a good reason to use it in this way; it m

Re: [WiX-users] MSI screens not shown during Bootstrapper installation

2014-10-09 Thread Nicolás Alvarez
2014-10-09 11:44 GMT-03:00 Brian Enderle : > I have created an MSI that uses WixUI_InstallDir option to display the > install path and a license file. Running the MSI correctly displays the > install path screen and the license screen. > > I am now wanting to include this MSI in a bootstrapper pro

Re: [WiX-users] How to remove a folder after installation ?

2014-10-09 Thread Phil Wilson
Duplicate of your previous post... --- Phil Wilson On Thu, Oct 9, 2014 at 5:07 AM, Fabrice MAUPIN wrote: > Hello everybody, > > > > I would like remove a particular folder after the installation of my > application (especially after the copy of the file). > > > > This is the extract

Re: [WiX-users] Problem with in my WXS configuration file !

2014-10-09 Thread Phil Wilson
I'll repeat myself - the problem is that the cleanup component is not in a feature therefore nothing about the component will be used. When I build that source I see an ICE21 error that tells you exactly that problem. --- Phil Wilson On Wed, Oct 8, 2014 at 11:36 PM, Fabrice MAUPIN wr

[WiX-users] MSI screens not shown during Bootstrapper installation

2014-10-09 Thread Brian Enderle
I have created an MSI that uses WixUI_InstallDir option to display the install path and a license file. Running the MSI correctly displays the install path screen and the license screen. I am now wanting to include this MSI in a bootstrapper project so when can install some other projects togethe

[WiX-users] How to remove a folder after installation ?

2014-10-09 Thread Fabrice MAUPIN
Hello everybody, I would like remove a particular folder after the installation of my application (especially after the copy of the file). This is the extract of my WXS file :

Re: [WiX-users] How to hide a file in WXS configuration file ?

2014-10-09 Thread Fabrice MAUPIN
Ok thanks, it's ok ! -Message d'origine- De : Matt O'Connell [mailto:techsupport...@gmail.com] Envoyé : jeudi 9 octobre 2014 12:26 À : General discussion about the WiX toolset. Objet : Re: [WiX-users] How to hide a file in WXS configuration file ? http://wixtoolset.org/documentation/manu

Re: [WiX-users] How to hide a file in WXS configuration file ?

2014-10-09 Thread Matt O'Connell
http://wixtoolset.org/documentation/manual/v3/xsd/wix/file.html (use Hidden attribute) On 09/10/2014 07:55, Fabrice MAUPIN wrote: > Hello everybody, > > > > This is an extract of my WXS configuration file : > > > > > > > >Source="app\resources\_dt.xs

[WiX-users] How to customize error messages in Wix standard bootstrapper application

2014-10-09 Thread Dattaprasad Govenker
Hi, I have a WiX standard bootstrapper application. I want to change the text of the following error message: Setup Failed... 0x80070666 - Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this pr

[WiX-users] How to hide a file in WXS configuration file ?

2014-10-09 Thread Fabrice MAUPIN
Hello everybody, This is an extract of my WXS configuration file : I would like to hide the "_dt.xsl" file w