Article ID: 150063
Article Last Modified on 10/31/2003
Add the files that you want your custom Setup program to copy and then set properties for each file.
Add the shortcuts that you want your custom Setup program to create and then set the properties for each shortcut.
C:\Program Files\Microsoft Office\Office\Samples\Northwind.mdb
"MSACCESS.EXE" /Runtime "$(FilePath)\NORTHWIND.MDB" /Wrkgrp \\SERVERNAME\SHARENAME\SYSTEM.MDWwhere SERVERNAME is the actual server name and SHARENAME is the path to the folder where the SYSTEM.MDW is located. (Make sure to type the quotation marks.)
"C:\Program Files\Common Files\Microsoft Shared\Microsoft Access Runtime\MSACCESS.EXE" /Runtime "$(FilePath)\NORTHWIND.MDB" /Wrkgrp \\SERVERNAME\SHARENAME\SYSTEM.MDWwhere SERVERNAME is the actual server name and SHARENAME is the path to the folder where the SYSTEM.MDW is located. (Make sure to type the quotation marks.)
You may now add redistributable Microsoft Office, Microsoft Jet, and ODBC components to your custom Setup program.
Which of the following Microsoft Access components do you want your custom Setup program to include?
Keywords: kbhowto kbsetup KB150063