Windows Develop Bookmark and Share   
 index > ClickOnce and Setup & Deployment Projects > Inserting License Agreement into Windows Installer
 

Inserting License Agreement into Windows Installer

Hi,
I'm trying to set the license file in a setup project but get an error:
"Unable to build dialog module named...VsdLicenseDlg.wid"
The file name is license.rtf, located on the main project, I set the file property of the license dialog to that file and get the error.
If I set the property to "none" everything works and running
Any ideas or maybe step by step instruction for creating the license file again with all the correct properties?
Tal Giladi  Thursday, September 10, 2009 7:02 AM
The only suggestion I have is to check that it's a "real" .rtf file. The RichText control in the setup is a generic control, not a new WPF one. I've noticed that RTF files created by Word (save as) don't load into it. If you're converting something like a Word document to an RTF file use Wodpad instead - it seems to create a more basic RTF file.

You're using the standard Visual Studio license agrrement dialog from the Add Folder choices, right?
Phil Wilson
PhilWilson  Thursday, September 10, 2009 7:19 PM
The only suggestion I have is to check that it's a "real" .rtf file. The RichText control in the setup is a generic control, not a new WPF one. I've noticed that RTF files created by Word (save as) don't load into it. If you're converting something like a Word document to an RTF file use Wodpad instead - it seems to create a more basic RTF file.

You're using the standard Visual Studio license agrrement dialog from the Add Folder choices, right?
Phil Wilson
PhilWilson  Thursday, September 10, 2009 7:19 PM

You can use google to search for other answers

Custom Search

More Threads

• Deployment error with ClickOnce Setup
• Specify connection string and WCF End points after ClickOnce Deployment
• Deploying a ClickOnce application when referencing other projects
• error message
• Windows Installer projects always build in VS2008
• copying the mdf file to another location using dailog box
• Language in ClickOnce dialogs
• Problems downloading ClickOnce deployment
• How to add custom pre-requisites to ClickOnce ?
• Make an installation file