Re: [WiX-users] HeatDirectory failure on TFS

2014-09-24 Thread Farrukhw
Hi John, eyoung100 Thanks a lot Guys. This worked, at least it is building properly now... Really appreciated On Wed, Sep 24, 2014 at 11:52 PM, John Cooper-2 [via Windows Inst

Re: [WiX-users] Download newer version of cached MSI if available

2014-09-24 Thread Rob Mensching
Nicolas is correct. The way to do your scenario is to update the bundle. _ Short replies here. Complete answers over there: http://www.firegiant.com/ -Original Message- From: Nicolás Alvarez [mailto:nicolas.alva...@gmail.com]

Re: [WiX-users] Download newer version of cached MSI if available

2014-09-24 Thread Nicolás Alvarez
2014-09-24 23:28 GMT-03:00 Sascha Sertel : > Hello there, > > after some googling around I couldn't find a good match for this question, > so let me start a new thread. > > What I would like to have is a bundle with embedded (= compressed) MSI > packages inside, but then have my custom managed boot

[WiX-users] Download newer version of cached MSI if available

2014-09-24 Thread Sascha Sertel
Hello there, after some googling around I couldn't find a good match for this question, so let me start a new thread. What I would like to have is a bundle with embedded (= compressed) MSI packages inside, but then have my custom managed bootstrapper (or burn) check if there is a newer version of

[WiX-users] Best way to run a custom actionat the end of burn UI

2014-09-24 Thread Marco Tognacci
I need to perform a custom action and run it at the end of installation process, but I need to run it even if I run the setup again on a system that it is already installed. I need to run an exe that is external to the burn package that perform a sort of update of some files in the system, this

Re: [WiX-users] HeatDirectory failure on TFS

2014-09-24 Thread John Cooper
No. All of my projects are 64-bit. The X86 just instructs the workflow to use the 32-bit MSBuild. -- John Merryweather Cooper Senior Software Engineer | Enterprise Service Applications | Continuing Development Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext: 431050 |jocoo...@jackhen

Re: [WiX-users] HeatDirectory failure on TFS

2014-09-24 Thread Farrukhw
I will try that in morning.. but we are also building 64 bit projects in our solution. Would these be affected? -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/HeatDirectory-failure-on-TFS-tp7596956p7596974.html Sent from the wix-users mailing list

Re: [WiX-users] HeatDirectory failure on TFS

2014-09-24 Thread John Cooper
Auto will not work. Change it to X86. Running from the command line on a 64-bit is going to usually give you a 32-bit run. -- John Merryweather Cooper Senior Software Engineer | Enterprise Service Applications | Continuing Development Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext:

Re: [WiX-users] HeatDirectory failure on TFS

2014-09-24 Thread Farrukhw
Hi John, Thanks for reply. Presently, MSBuild PlatForm is Auto. However, I'm just wondering how the command line generated in MsBuild log working on command line? In addition, same MsBuild project is working just fine if we build it in Visual Studio or using MsBuild command line. -- View thi

Re: [WiX-users] Control/Change the Name of the Msi

2014-09-24 Thread newuser2014
Got it thanks! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/Control-Change-the-Name-of-the-Msi-tp7596966p7596971.html Sent from the wix-users mailing list archive at Nabble.com. --

[WiX-users] Exe package does not rollback on uninstall cancel

2014-09-24 Thread Abul Bashar
Can someone please help me? When I cancel uninstall during the execution of a Exe package, the relevant component (EXE package) is gone. I am getting the following error logs: [3B3C:2BBC][2014-09-24T18:25:57]i000: >> Progress: 82 [35DC:0548][2014-09-24T18:25:57]e000: Error 0x80070642: Bootstrappe

Re: [WiX-users] Check installer integrity

2014-09-24 Thread Phil Wilson
The usual way to check the integrity of anything like that is to sign it with a certificate. If your company already has a certificate through VeriSign, Thawte etc then use it to sign your packages. --- Phil Wilson On Wed, Sep 24, 2014 at 3:52 AM, HugoR wrote: > Thanks Gus, I will ta

Re: [WiX-users] Control/Change the Name of the Msi

2014-09-24 Thread Jeremiahf
Do you mean the assembly name is MyAppSetup by default? Set the assembly name to what you want in the project properties. On Wed, Sep 24, 2014 at 11:06 AM, newuser2014 wrote: > Hi, > > When I use wix to generate an msi for MyApp, the generated msi is named > MyAppSetup.msi. Is there anyway I co

[WiX-users] Control/Change the Name of the Msi

2014-09-24 Thread newuser2014
Hi, When I use wix to generate an msi for MyApp, the generated msi is named MyAppSetup.msi. Is there anyway I control control/change the name of the generated msi? Thank you very much for your help! -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.co

Re: [WiX-users] HeatDirectory failure on TFS

2014-09-24 Thread Carter Young
That error is the Generic Error for trying to build a 64 bit item on a 32 bit installation. Your configuration is either: 1. 64 Bit Wix Tools on a 32-bit TFS Install 2. 32 bit Heat.exe trying to gather 64 bit binaries. I believe John is going to tell you to change the MSBuild Target to "x86" Q

Re: [WiX-users] HeatDirectory failure on TFS

2014-09-24 Thread John Cooper
That is correct. -- John Merryweather Cooper Senior Software Engineer | Enterprise Service Applications | Continuing Development Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext: 431050 |jocoo...@jackhenry.com -Original Message- From: Carter Young [mailto:ecyo...@grandecom.ne

Re: [WiX-users] Heat.exe harvesting question

2014-09-24 Thread Hoover, Jacob
Any reason you aren't using the HeatDriectory task? -Original Message- From: newuser2014 [mailto:wamplersovere...@gmail.com] Sent: Wednesday, September 24, 2014 10:24 AM To: wix-users@lists.sourceforge.net Subject: [WiX-users] Heat.exe harvesting question Hi, I have the following

[WiX-users] Heat.exe harvesting question

2014-09-24 Thread newuser2014
Hi, I have the following pre-build event for wix. "$(WIX)bin\heat.exe" dir "$(ProjectDir)/../src/bin/$(ConfigurationName)/MyAppInt" -cg MyAppFiles -gg -scom -sreg -sfrag -srd -dr AV -var var.MyAppFilesDir -out "$(ProjectDir)Fragments/MyAppFiles.wxs" I have my MyApp.exe and MyApp.exe.config files

Re: [WiX-users] HeatDirectory failure on TFS

2014-09-24 Thread John Cooper
On your build definition, what is your setting for "MSBuild Platform"? -- John Merryweather Cooper Senior Software Engineer | Enterprise Service Applications | Continuing Development Jack Henry & Associates, Inc.® | Lenexa, KS  66214 | Ext: 431050 |jocoo...@jackhenry.com -Original Messag

[WiX-users] Wix: How to distinguish silent repair installation vs GUI repair installation using Wix bundle/bootstrapper

2014-09-24 Thread sarantm
I am using wix bundle/bootstrapper to install my MSI along with pre-requisites. My need is to display a custom UI only during GUI repair mode but not during silent repair mode. The problem is that the Wix property UILevel is 2 in both cases (GUI repair and silent repair), so I am unable detect the

[WiX-users] HeatDirectory failure on TFS

2014-09-24 Thread Farrukhw
Hi experts, I'm using HeatDirectory task in my *.wixproj file, which is working very fine on my machine, being built locally. However, on TFS, it is failing with following error: C:\Program Files (x86)\WiX Toolset v3.8\bin\Heat.exe dir D:\Builds\32\48\bin\Debug\InstallSrc\WebApp\ -cg CompGrp_Web

Re: [WiX-users] Check installer integrity

2014-09-24 Thread HugoR
Thanks Gus, I will take a look at Signature. Also, I tried to download our setup (which is a self extractable by the way), and to stop internet connection before the end of the downloading. And when I execute the installer, a 'File corrupted' error message is displayed and neither the extraction n