[WiX-users] Error installing VSTO from MS web-site

2014-05-11 Thread Verbuk, Artem
So, I am trying to install VSTO by the following WIX code: ExePackage Id=VSTORuntime Name=VSTOFILEEXE Permanent=yes Vital=yes Cache=no Compressed=no

[WiX-users] Error installing VSTO from MS web-site

2014-05-08 Thread Verbuk, Artem
Hi guys I have a setup that installs the following components: Winforms application, Console application, VSTO add-in for EXCEL The code of the installer is as follows: Bundle Name=$(var.ProductName) Version=1.0.0.0 Manufacturer=bla-bla-bla

[WiX-users] How can I get version of product installed by merge module?`

2014-04-23 Thread Verbuk, Artem
Hi I am using WIX 3.8 and VS2010. I have two WIX projects: One is a merge module project and the other one is the regular WIX setup project. My merge module project among other things installs some executable, let's call it AAA.exe. Inside my merge module I know to get the version of this

Re: [WiX-users] R: How to install VSTO Excel add-in that use dll with COM-visible objects?

2014-03-18 Thread Verbuk, Artem
Hi (David, I guess) and thanks for reply. I know how to check and install prerequisites (VSTO + Framework) and I do it in my bundle. I use VS2010 and WIX3.8 and I have project template called Bootstrapper project and I use it to install: 1 My Winforms and Console applications (For real

Re: [WiX-users] R: How to install VSTO Excel add-in that use dll with COM-visible objects?

2014-03-18 Thread Verbuk, Artem
Hi, unfortunately I have read this mail too late to react. P.S.: Browsed through your code for bundle (WIX is too rich and complex, so I always hope to find something new) And there is one thing that draws my attention: util:RegistrySearchId=VSTORuntimeVersionV4R

Re: [WiX-users] R: How to install VSTO Excel add-in that use dll with COM-visible objects?

2014-03-16 Thread Verbuk, Artem
Attached is the file with changed extension, change it to zip. Zipped folder that contains: 1 ExcelAddin.wixproj - WIX setup project file 2 PreBuildEventsOfWixProject.txt - text file, that contains pre build event of the setup project (you can find those in project file also) 3

Re: [WiX-users] Create MSI package with out installing Wix on Target machine

2014-03-13 Thread Verbuk, Artem
Hi, Anil As far as I understand it (I might be not the one who knows it best), the WIX toolset is a set of tools that allows you to create .msi file, that can be then processed by Windows Installer. Windows Installer is a program that comes with Windows. So first of all I would say that .msi

Re: [WiX-users] Create MSI package with out installing Wix on Target machine

2014-03-13 Thread Verbuk, Artem
. Query: 1. Are there are any run time Wix files, whci can be used along with build tool to create packages? Like Candle.exe, Burn.exe etc so that we can use along with build tool and create packages with out installing Wix Best Regards, Anil On Thu, Mar 13, 2014 at 2:09 PM, Verbuk, Artem

[WiX-users] How to install VSTO Excel add-in that use dll with COM-visible objects?

2014-03-12 Thread Verbuk, Artem
Hi guys, I really hope to get some help, since I am trying to do something for 3 days already and I had no luck to accomplish what I need to. I have a VSTO Excel 2010 add-in created using VSTO template in VS2010. The code of an add-in is very simple: public partial class ThisAddIn

Re: [WiX-users] R: How to install VSTO Excel add-in that use dll with COM-visible objects?

2014-03-12 Thread Verbuk, Artem
, March 12, 2014 11:03 To: General discussion about the WiX toolset. Subject: [WiX-users] R: How to install VSTO Excel add-in that use dll with COM-visible objects? Could you share your WiX code instead of VSTO project? -Messaggio originale- Da: Verbuk, Artem [mailto:artem.ver...@intel.com