How to add IronPython.msi file to visual studio installshield as dependency ? - visual-studio-2013

i want to add IronPython.msi to InstallShield as dependency,and want to create single image file, any one please help me ?

Related

How to disable automatic package installation / upgrade in Visual Studio?

I don't want Visual Studio to add any files to my solution and I can add necessary references myself.
How can I disable this entirely?
When you create a new solution, only select the language you want to code in for this project and blank project. This will create a project with nothing inside so that you can add anything you want.

How to add project that has no its own template to solution in Visual Studio?

In Visual Studio 2013 I need to add an exsisting project to solution. This project has no *.sln file so I can't use "Add->Exsisting Project...".
I want to add Firefox Extension code to the solution. This code has no proper template to use, so I have to do it somehow other way. What do you advice me to do?
A project doesn't need a *.sln file. That is a solution file, and you don't add a solution to a solution. What you need is a project file; a *.XXproj file, where XX is the type of project.
If you don't have a project file either, just create a new project in the solution and copy the files into the project.

visual studio 2010 setup project - why can't create empty folder?

Im trying to create empty folder in application folder. I created a folder in Setup project, but when im installing, the folder is not being created. I assume its because its empty. Is there a way to create it still/
Right click on the folder, select properties window, set AlwaysCreate property true. that's it. No need to create set up file with any other s/w. Visual Studio is Microsoft product.
You need to set the AlwaysCreate Property of the folder to true.
My workaround was to create an (empty) textfile in the folder.
It's not nice, but it works.
I am thankful for any hints to find a better solution.
Visual Studio setup project will not allow you to create empty folder. Instead of visual studio you can try to create setup project using WIX.
Its free and more scalable compared to Visual studio setup project.

automatic create MSBuild for Visual Studio

Is it possible to automaticaly create msbuild.xml from VS project?
You project file is your initial msbuild.xml file that you can customize

Add and edit Rich Text Files to project/solution within Visual Studio

I was wondering if anyone was aware of an add-in that allows me to add and edit rich text files in my actual solution or project file. Any .rtf file I add comes up and is edited as a text file.
If not, I was wondering what most people do when they need to add specs or documentation to their project?
Thank you
This wont be possibl.e with out OLE integration

Resources