Article ID: 141626
Article Last Modified on 10/31/2003
APPLIES TO
- Microsoft Access Developer's Toolkit 1.1
- Microsoft Office 97 Developer Edition
This article was previously published under Q141626
Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
When you create disk images for your application using the Setup Wizard,
and you include a shortcut for a Compact or a Repair And Compact of your
database and a shortcut for a Readme or Help file, you may receive an
Invalid Page Fault in module Acmsetup.exe because of a Compact command-
line switch that is appended to your Readme/Help file command line.
CAUSE
The command line that causes the page fault will be in the following
format:
$(FilePath)\readme.txt /compact
-or-
$(FilePath) \Help.hlp /compact
RESOLUTION
To work around this behavior, do one of the following:
In Microsoft Office 97 Developer Edition Tools:
On the Add Shortcuts Page, click the General Shortcut Properties tab,
click "I would like to specify my own custom command line," and then
type $(FilePath)\Readme.txt or $(FilePath)\Help.hlp, depending on the file type, in the Command Line box for
both your Readme and your Help file.
In Microsoft Access Developer's Toolkit version 7.0:
Select "$"Specify My Own Custom Command Line" from the Command-Line Style
section for both your Readme and your Help file. In the command line, type
$(FilePath)\Readme.txt or $(FilePath)\Help.hlp, depending on the file type.
REFERENCES
For more information about creating shortcuts, search the ODE or ADT Help
Index for "shortcuts," and then "compacting and repairing data in run-time
applications."
Additional query words: acmsetup exe
Keywords: kberrmsg kbprb KB141626