3
votes
1answer
412 views

Visual Studio 2012 - Custom prerequisites are not appearing in the Properties > Prerequisites dialog box

I've created my first Office Add-in using Visual Studio. It targets the 4.0 .Net framework and was created using the new VS 2012. I need to distribute/install this project on various 32-bit XP and ...
1
vote
1answer
217 views

installing SQL Server Express 2008 on 2005

I have an instance with a certain name in SQL Server Express 2005, and I want to install SQL Server Express 2008, and having the SAME INSTANCE NAME, since the old app version I'm trying to installer ...
0
votes
1answer
574 views

Want to opdate or create bootstrapper packages myself

I am quite new to Windows Installers, i faced some problems, but finally accomplished what i wanted. One important question remains for me. I can't figure out where i can download or how to create or ...
1
vote
2answers
867 views

Is VS2008 Required to Generate a Bootstrapper

Am I required to install Visual Studio 2008 in order to build a bootstrapper for my msi installer? I don't have VS2008 installed on my build server, and I'd rather not install it just to generate ...
1
vote
3answers
1k views

VisualStudio MSI Bootstrap Loader Bug and Replacement

Right now, I am creating an msi and a setup.exe using the Visual Studio. It works quite well... till recently. I recently added a new dialog box with a Combo Box Control to the msi. Now when I install ...