Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > How to add a user interface within my windows installer ?
 

How to add a user interface within my windows installer ?




Hello,

I would like to have some users interfaces within my installer.
Unfortunately I can't add any of them with the user interface editor.
If I add a user ineterface into groups 'Start', 'Progress' or 'End' my build failed with the following error :

The error is :
Error 1 Dialog Module 'CustomTextA' is not allowed in group 'Progress' C:\Work\Internet explorer doco plugin\IEAddin VS2008\Setup\Setup.vdproj Setup

What would the fix for this issue ?
  • Moved byDavid M MortonMVPFriday, September 04, 2009 2:18 PMSetup program-specific. Not a BCL question. (From:.NET Base Class Library)
  •  
Godeffroy  Friday, September 04, 2009 2:16 PM
That dialog needs to be in the Start sequence. I can also add it to the End sequence if it's before the Finish dialog (which is required to be the final one).
Phil Wilson
  • Marked As Answer byGodeffroy Saturday, September 05, 2009 8:56 AM
  •  
PhilWilson  Friday, September 04, 2009 6:51 PM
That dialog needs to be in the Start sequence. I can also add it to the End sequence if it's before the Finish dialog (which is required to be the final one).
Phil Wilson
  • Marked As Answer byGodeffroy Saturday, September 05, 2009 8:56 AM
  •  
PhilWilson  Friday, September 04, 2009 6:51 PM

You can use google to search for other answers

Custom Search

More Threads

• ClickOnce without the ClickOnce File Tree
• Clickonce App precompilation
• Aplication cannot be started. Contact the application vendor. (Clickonce app)
• Guidance for deploying application
• Disable Skip option, Clickonce
• Regasm Generated tlb file without listing exposed functions.
• Custom program icon in the start menu?
• Clickonce installation stops (fails) without error message
• Clickonce and Server Name question
• Modifying VS 2005 Setup Projects dialogs