Wix installer in visual studio - wix

I'm currently working in tridion along with dotnet(visual studio) for template development.
I need to work in WIX installer(I'm new too this part).
can anyone let me know about WIX.How it is used in Visual studio?
Suggest me some articles or url.It will be helpful to me.I have only a short time.Please help me

http://wix.tramontana.co.hu/tutorial
This is the best tutorial i found so far...
Just download the toolset via Visual Studio Updates and Extensions

Related

Visual Studio Code extensions

Hope someone can help me, is there an SAP Hana extension for Visual Studio Code?
I'm used to Visual Studio where you just reference and bingo.
Regards,
Will
All,
Found the solution at the following link.
How to add assembly references in Visual Studio Code?
It is done via packages.
Thanks,
Will

Modifying and running VB.net project in Visual Studio Code?

Is it possible to modify and run existing VB Visual Studio 2010 projects in Visual Studio Code? I have some VB.NET projects that I would like to open in visual studio code and I haven't found anything online that says whether or not this is possible. Drag and drop functionality isn't necessary for me, I only care about being able to run the source code.
I'm running Ubuntu 14.04 if that makes any difference.
Thanks in advance!
You can use Visual Studio Code to edit any text file you want.

Add VB.NET to Visual Studio 2010 Professional

In the past I have only used Visual Studio 2010 Professional for C#, but now I need to work on a little bit of Visual Basic. When I go to create a project it only shows C# project templates. I am assuming when I installed Visual Studio 2010, I only installed C#.
How do I now install VB.NET support?
I tried following a MS tutorial: I went to Control Panel and selected Change/Uninstall on Visual Studio, but then it asked me to insert a CD, of which I have none since it was donwloaded.
Nevermind I figured it out. (win7) Control Panel -> Programs and Features -> Uninstall/Change on Visual Studio -> then when you hit the Add/Remove features and you get the popup asking about the cd (which is where I assumed i was stuck before) if you hit Download it takes you to the dialog where you choose additional languages to install and it worked.
I apologize for my earlier flippant comment, and offer you
http://download.cnet.com/Microsoft-Visual-Studio-2010-Professional/3000-2212_4-10618634.html
I had same problem but i did the simplest solution ,since i had my .iso(visual studio express) file i had downloaded I used my winrar to extract files ,went to VBExpress ,open the folder and click on the setup and it all worked out successfully...

How to install Crypto++5.6.1 library in visual studio 2010

Can any one show how to integrate( or install) crypto++5.6.1 library in visual studio 2010 and one example by using that library with the step by step( It would be great if you show with screenshots).
Thanks in advance...
It's rather well documented here: http://cryptopp.com/wiki/Compiling and they have a helpful mailing list too.

Visual Studio Tools for Office (VSTO 2005) newbie deployment question

I have Visual Studio setup with a VSTO word project, and when I hit run it runs fine.
But, how do I setup a word document to use my code without having Visual Studio running?
You must deploy the VSTO runtime whether by hand or with an installer. Check out this blog post for a detailed explanation.
You can do it using a Windows Installer project; starting point here. You can also use the Publish Wizard.
A more general starting point can be found in MSDN here.