[WiX-users] Updating a msi installed by bootstrapper

2013-05-19 Thread Rizwan Zahid
I already have upgrade version entry in my product.wxs . it works fine if i run msi alone but if does n't work when I install it through boostrapper . infact control panel never reflect msi installed it says bootstrapper is installed. Here is the configuration I use in product.w

Re: [WiX-users] Creating patches

2013-05-19 Thread Bob Arnson
On 13-May-13 02:47, Thomas Due wrote: > I have built two versions of the installer, with the only real difference > being the version nummer (1.2.0 and 1.2.5). Did the versions of all the files change too? -- sig://boB http://joyofsetup.com/

Re: [WiX-users] localized variable unknown for fr-FR, it-IT and some other cultures

2013-05-19 Thread Bob Arnson
On 15-May-13 04:31, Gauri Kshirsagar wrote: > I am using Wix Toolset v3.7. Using VS 2010 I am trying to build a .wxs > project and trying to generate localized versions of msi. > It is working for en-US, ja-JP, de-de. If i add a file for fr-FR or it-IT > or es-ES cultures I get below error Nobody h

[WiX-users] Avast stop Wix 3.8 installation with threat alert!!

2013-05-19 Thread eyal goltzman
Is that possible?? Can I trust this? Help! URL:http://wixtoolset.org/releases/3.8.514.0... Process:C:\Users\eyal\Downloads\wix38.exe Infection:Win32:MalOb-CA [Cryp] Eyal Goltzman איל גולצמן egoltz...@gmail.com +

Re: [WiX-users] Avast stop Wix 3.8 installation with threat alert!!

2013-05-19 Thread Alexey Ivanov
https://www.virustotal.com/en/file/a9367a5d4b19e99397063a1d333c6106d5b7f1ed585fb9b090c0404f2c1f27c5/analysis/1369000824/ All Ok. Check your PC. 2013/5/20 eyal goltzman > Is that possible?? > Can I trust this? > Help! > > URL:http://wixtoolset.org/releases/3.8.514.0... > Process:C:\Users\eyal\D

[WiX-users] Delete folders & files only on Uninstall

2013-05-19 Thread chennam
Hi, Some new files & folders getting created by IIS & Sitecore in our website;which are temp files. On Uninstall I want to delete these files & folders forcefully by custom action. I have return a custom action(for each folder) which deletes folders which are not installed by MSI. But issue comes

Re: [WiX-users] Delete folders & files only on Uninstall

2013-05-19 Thread Rob Mensching
util:RemoveFoldersEx sounds like it would do the job. On Sun, May 19, 2013 at 7:19 PM, chennam wrote: > Hi, > > Some new files & folders getting created by IIS & Sitecore in our > website;which are temp files. On Uninstall I want to delete these files & > folders forcefully by custom action. I h