|
|
#1 (permalink) |
|
Guest
Posts: n/a
|
Hi,
I have created two custom WID files (dialogs) and have added in VS 2005 Set up Project. Im getting a error "Unable to build dialog module group named 'Start' C:\MM\Setup_Test\Setup\Setup\Setup.vdproj" How to solve this error? Daniel Felix. |
|
|
|
#2 (permalink) |
|
Guest
Posts: n/a
|
Hi Daniel,
This error can be caused by trying to build a setup project that contains merge module(s) with faulty code. It may also occur with no merge modules added to the project. To resolve the issue, each Windows Installer Dialog was deleted then re-added to the web setup project using the steps below: 1. In the User Interface Editor of a web setup project, right-click on a Dialog and select Delete 2. Right-click on the parent node from which the Dialog was deleted and choose Add Dialog 3. At the Add Dialog prompt, choose the appropriate Dialog and click OK. Jonathan Essien[MSFT] This posting is "AS IS" with no warranties, and confers no rights. |
|
|
|
#3 (permalink) |
|
Guest
Posts: n/a
|
Yet another post copied in too many places....
See vsnet.setup.... please don't post multiples of the same message. Send one copied to all the groups that you think will be useful. -- Phil Wilson Definitive Guide to Windows Installer http://www.apress.com/book/view/1590592972 "Daniel" <DFelix19@gmail.com> wrote in message news:7e34d4cb-41d0-40cc-b4c2-c6e7b9096784@v39g2000pro.googlegroups.com... > Hi, > > I have created two custom WID files (dialogs) and have added in VS > 2005 Set up Project. Im getting a error "Unable to build dialog module > group named 'Start' C:\MM\Setup_Test\Setup\Setup\Setup.vdproj" > > How to solve this error? > > Daniel Felix. |
|