Creating Windows Installer Project in Visual Studio

rajeshkumar created the topic: Creating Windows Installer Project in Visual Studio
1

I’ve been struggling with Visual Studio to create a windows installer msi.

This is what I was hoping to create in the msi: Installer opens and first page has a couple fields where you can enter various config locations, including being able to browse, and also some drop downs with various config setups.

Click Next or Finish or whatever and custom C# code I have written gets executed depending on the choices chosen by the user.

When looking at the Visual Studio Installer Project, I can add a dialog, but they are all predefined for me. I was hoping for something like when you create a Windows Forms Application.

Is this not possible? Is the windows installer project just that inflexible? What are my other options in Visual Studio (note I don’t want to use another program that may be out there)?
Regards,
Rajesh Kumar
Twitt me @ twitter.com/RajeshKumarIn

Tagged :

Installer Fails: The Windows Installer Service Could not be Accessed

deployexpert created the topic: Installer fails: The Windows Installer Service could not be accessed
On a fresh installed Windows Server6.0.6002 I attempt to install an application created with Visual Studio 2008. We receive an error message “The Windows Installer Service could not be accessed.” The Windows Installer service is running.

How can I install a programm created with Visual Studio 2008 on a Windows Server?

Tagged :