To work around this problem, use one of the following methods.
Method 1: If you encounter this problem when you try to install Dexterity
To work around this problem, follow these steps:
- Download the SkipDotNetCheckDexterity.mst file. The following file is available for download from the Microsoft Dynamics File Exchange Server:
Release Date: April 15, 2008
Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help prevent any unauthorized changes to the file.
- Copy the SkipDotNetCheckDexterity.mst file to the root directory of drive C.
- Click Start, click Run, type cmd, and then click OK.
- At the command prompt, type cd\, and then press ENTER.
- At the command prompt, type the following command, and then press ENTER:
msiexec /i "<path of Dexterity.msi>" TRANSFORMS="C:\SkipDotNetCheckDexterity.mst" INSTALLDIR="<installdirpath>" /qb+
Notes- In this command, <path of Dexterity.msi> is a placeholder for the path of the folder that contains the contents of Microsoft Dynamics GP CD 2 or that contains the Dexterity archive file that was downloaded. For example, if you copied the contents of Microsoft Dynamics GP CD 2 to the C:\CD2 folder, use the following path in the command:
C:\CD2\Tools\Dex\Bin\Dexterity.msi
- In this command, <installdirpath> is a placeholder for the location where you want to install Dexterity. For example, use the following path in the command:
C:\Program Files\Microsoft Dexterity\Dex 10.0
- At the command prompt, type exit, and then press ENTER.
After you follow these steps, Dexterity is installed in the location that you specify in step 5. The default installation includes all the features of Dexterity.
Method 2: If you encounter this problem when you try to install the Visual Studio Tools for Microsoft Dynamics GP 10.0 SDK
To work around this problem, follow these steps:
- Download the SkipDotNetCheckVSTools.mst file. The following file is available for download from the Microsoft Dynamics File Exchange Server:
Release Date: April 15, 2008
Microsoft scanned this file for viruses. Microsoft used the most current virus-detection software that was available on the date that the file was posted. The file is stored on security-enhanced servers that help prevent any unauthorized changes to the file.
- Copy the SkipDotNetCheckVSTools.mst file to the root directory of drive C.
- Click Start, click Run, type cmd, and then click OK.
- At the command prompt, type cd\, and then press ENTER.
- At the command prompt, type the following command, and then press ENTER:
msiexec /i "<path of VSToolsSDK-GP10-enu-msi>" TRANSFORMS="C:\SkipDotNetCheckVSTools.mst" INSTALLDIR="<installdirpath>" /qb+
Note- In this command, <path of VSToolsSDK-GP10-enu-msi> is a placeholder for the path of the folder that contains the VSToolsSDK-GP10-enu.msi file.
- In this command, <installdirpath> is a placeholder for the location where you want to install the Visual Studio Tools for Microsoft Dynamics GP 10.0 SDK. For example, use the following path in the command:
C:\Program Files\Microsoft Dynamics\GP10 VS Tools SDK
- At the command prompt, type exit, and then press ENTER.
After you follow these steps, the Visual Studio Tools for Microsoft Dynamics GP 10.0 SDK is installed in the location that you specify in step 5. The default installation includes all the features of the Visual Studio Tools for Microsoft Dynamics GP 10.0 SDK.
You may want to install Visual Studio Tools SDK Service Pack 1 (SP1) while you install the Visual Studio Tools for Microsoft Dynamics GP 10.0 SDK. To do this by using a slipstream, type the following command in step 5:
msiexec /i "<path of VSToolsSDK-GP10-enu-msi>" TRANSFORMS="C:\SkipDotNetCheckVSTools.mst" PATCH="<path of the .msp file>" INSTALLDIR="<installdirpath>" /qb+
Note In this command,
<path of the .msp file> is a placeholder for the path of the VSToolsSDK-KB945414-v10-ENU.msp file.