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

2014-03-20 Thread darbid
In my project I needed to expose one of the .Net methods and thus build a COM visible .dll. It seems like this code will do it when added to the msi add this; -- View this message in context:

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 darbid
can you do me a favour and remove my Original Message from your post. It contains my name etc which I removed from the post but you still got it in the email. -- View this message in context:

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-18 Thread darbid
Just go to the right hand side an click on MORE then edit post and remove the Original Message part. -- View this message in context: http://windows-installer-xml-wix-toolset.687559.n2.nabble.com/How-to-install-VSTO-Excel-add-in-that-use-dll-with-COM-visible-objects-tp7593336p7593499.html

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] R: How to install VSTO Excel add-in that use dll with COM-visible objects?

2014-03-16 Thread Bevan Weiss
Artem, As mentioned previously this list will not accept any form of attachments. You should just link to your wxs files that Heat has created, and your base wxs file for your installer. That will give us more information on what you are doing wrong. http://pastebin.com/ is a good location to

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

2014-03-16 Thread darbid
Hi I am a beginner and unlike Objective C / C# / Microsoft topics and anything else I have tried to learn I find the Wix stuff impossible I even have read part of the Wix book and still cannot get things right. I do however think that the whole windows installer stuff is somehow strange and old.

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

2014-03-13 Thread mdmf
I didn't see any zip file in your attachment. I think it is better you just copy the main code in the text body. -- View this message in context:

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

2014-03-12 Thread Bo Zhang [fabbricadigitale]
Could you share your WiX code instead of VSTO project? -Messaggio originale- Da: Verbuk, Artem [mailto:artem.ver...@intel.com] Inviato: mercoledì 12 marzo 2014 09.18 A: wix-users@lists.sourceforge.net Oggetto: [WiX-users] How to install VSTO Excel add-in that use dll with COM-visible

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

2014-03-12 Thread Verbuk, Artem
Yes, Attached is the zip 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 All *.wxs and .xslt files of the project