Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

DevStudio - Multiple dialogs of same type


1 reply to this topic

Lister

Lister
  • Members
  • 2 posts

Posted 24 March 2005 - 14:33

Hi all, newbie here.

I am using .Net's setup project to create my MSI.
I can customise dialogs by inserting generic dialogs (ie 3 radio button), and then customizing the text.

The only problem is, DevStudio will only let me add one instance of each type, so I can't have 2 dialogs with 3 radio buttons for instance.

Am I missing something? Is this a restriction in DevStudio?

Thanks,
Lister

Stefan Krueger

Stefan Krueger

    InstallSite.org

  • Administrators
  • 13,269 posts

Posted 26 March 2005 - 09:22

I guess you are talking about Microsoft Visual Studio .NET, and not InstallShield DevStudio.
I don't think you can do this in VS.NET. It's quite restricted in what it can do with MSI projects. You would have to use another tool or post-process the generated msi file.