MOD2000: Package and Deployment Wizard Does Not Have Option to Include the Workgroup Information File (241479)
The information in this article applies to:
- Microsoft Office 2000 Developer
This article was previously published under Q241479 Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
When you use the Package and Deployment Wizard in Microsoft Office 2000 Developer, you see no specific option to include a Workgroup Information file.
CAUSE
In Microsoft Office 2000 Developer, you can still specify a custom Workgroup Information file in the Package and Deployment wizard, but not in the same way that you did in the Setup Wizard in Microsoft Office 97 Developer Edition. This is because the Package and Deployment Wizard is now designed for use with all Office products and is not Access-specific.
RESOLUTION
In the Package and Deployment Wizard, you can specify the custom Workgroup Information file through the Start Menu Items page. You can modify the target file command-line string and use macros that are resolved by the Package and Deployment Wizard Setup file, Setup1.exe. For example:
You specify the following as the shortcut:
/wrkgrp "$(AppPath)\System.mdw" "$(AppPath)\Northwind.mdb"
When this is installed, a shortcut is created that has the following command line:
C:\Program Files\Office\MSACCESS.EXE /wrkgrp "C:\Program Files\Northwind\System.mdw" "C:\Program Files\Northwind\Northwind.mdb"
For additional information about Access command line switches, click the article number below
to view the article in the Microsoft Knowledge Base:
209207 ACC2000: How to Use Command-Line Switches in Microsoft Access
NOTE: Make sure to also include the custom Workgroup Information file on the Package and Deployment Wizard - Included Files page.
Modification Type: | Major | Last Reviewed: | 7/30/2001 |
---|
Keywords: | kbPDWizard kbprb KB241479 |
---|
|