This document applies to LANDESK Management Suite 9.6
Issue
When running a Provisioning tempate the following error may occur:
"error:(80001003H)Can't create file c:\ldprovisioning\vcredist_x86.exe."
Cause
The name of the core in the boot.wim needs to be changed. Depending on the environment it may need to be FQDN, NEBIOS name or IP address.
Resolution
Edit the boot.wim image in order to update the Corename.txt file with the properly formatted core name:
1. Mount boot.wim with imagex using the /mountrw option.
a. Create a new folder - c:\temp\mount - and close the window
b. Open a CMD window and browse to C:\Program Files (x86)\LANDesk\ManagementSuite\landesk\vboot
c. Verify that the window with the "temp\mount" folder you created is closed
d. Run the following command;
imagex /mountrw "C:\Program Files (x86)\LANDesk\ManagementSuite\landesk\vboot\boot.wim" 1 c:\temp\mount
2. open up the "temp\mount" folder and change the core name in both of the following files
a. C:\temp\mount\temp\CORENAME.TXT
b. C:\temp\mount\Windows\System32\ALL.REG
3.. There are 3 options to choose from for the value you are changing in both of these locations (Unless you use a CSA or Gateway appliance, then there are only two options).
a. Netbios name (simple name or hostname) of your coreserver. I.E. MyCoreName
b. Fully Qualified Domain Name (FQDN) I.E. MyCoreName.MyDomain.com
c. IP address. I.E. 10.10.10.20 (***if you have a CSA or Gateway appliance this is not an option for you, DO NOT use IP address in this location***)
4. Now you need to commit the changes and unmount the image.
a. Make sure to close out the .TXT and .REG files and close any and all windows to C:\temp\mount\
b. Run the following command in the CMD window from C:\Program Files (x86)\LANDesk\ManagementSuite\landesk\vboot;
imagex /unmount /commit c:\temp\mount
5. Re-deploy the PXE Representatives in order for these changes to take effect.
**Alternative method to editing the boot.wim can be found here.