So, I am trying to install VSTO by the following WIX code:
http://go.microsoft.com/fwlink/?LinkId=158917";
PerMachine="yes"
InstallCommand="/q /norestart"
DetectCondition="VSTORFeature"
InstallCondition="NOT VSTORFeature OR NO
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:
mailto:bla-bla-...@mail.com";
DisableModify="yes"
IconSourceFile="..\..\Resources\LogManager.ico"
U
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 execu
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:
"
"
Those are two registry searches that search for exactly the s
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
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
y customer doesn't want to install Wix in each OS.
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
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 fil
fabbricadigitale] [mailto:b.zh...@fabbricadigitale.it]
Sent: Wednesday, 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?
-
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
{
10 matches
Mail list logo