FIX: Group Name w/ More Than 30 Characters Causes Setup Error

Last reviewed: October 29, 1997
Article ID: Q137409
3.00 WINDOWS kbsetup kbfixlist kbbuglist

The information in this article applies to:

  • Microsoft Visual FoxPro for Windows, version 3.0

SYMPTOMS

If you enter a Program Manager Group name that contains more than 30 characters in step 5 of the Setup Wizard, you will receive the following error message when you try to install your application using the setup program the Setup Wizard makes:

   Object ID 243 AddProgmanItem Object: Bad Group Name data field

CAUSE

Windows 3.x, Windows 95, and Windows NT limit Program Manager Group names to a maximum of 30 characters.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in Visual FoxPro 3.0b for Windows.

MORE INFORMATION

If you are not familiar with creating .exe files or the Setup Wizard, please see the Professional Features Guide, Chapters 9 and 10.

Steps to Reproduce Problem

  1. Create a new project, and then click the Code tab.

  2. Right-click Programs, and then click New.

  3. Enter the following in the new program, and save it.

    =messagebox("This is a test")

  4. Right-click any one of the tabs, and click Build.

  5. In the Build Options dialog box, click Build Executable, and click OK.

  6. When the .exe file is built, close the project, and run the Setup Wizard.

  7. In Step 5 of the Setup Wizard, type the following as the Program Manager Group name:

    1234567890123456789012345678901

  8. Finish running the Setup Wizard, and then exit Visual FoxPro.

  9. Run the Setup.exe file that the Setup Wizard made.


Additional reference words: 3.00 VFoxWin fixlist3.00b buglist3.00
KBCategory: kbsetup kbfixlist kbbuglist
KBSubcategory: FxsetupError
Keywords : FxsetupError kbbuglist kbfixlist kbsetup
Version : 3.00
Platform : WINDOWS
Solution Type : kbfix


THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: October 29, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.