|
Hi everyone, I desire to install 3ds max 2009, since now i used 3ds max 2007, but when I try to install I just can install product, I also found from other website forum discuss, and this is how to create deployment but still having any difficulties.
Issue
After you moved an existing product deployment to a new location or changed the name of the deployment’s shared folder, you could no longer modify the deployment.
Solution
You can no longer modify the deployment because the <deployment_name>.ini file refers to the old location. To resolve this issue, you need to manually edit this file to update the location. Follow these steps:
1. Using Windows Explorer, navigate to the shared folder where you created the deployment.
2. Using Microsoft® Notepad, open the <deployment_name>.ini file located in the AdminImage folder.
3. Look for the parameters DEPLOYMENT_LOCATION and NETWORK_LOG_PATH located under #----- Global MSI Properties. For example, if the old location is \\computer1\autodesk\, you will see the following:
DEPLOYMENT_LOCATION=\\computer1\autodesk\
NETWORK_LOG_PATH=\\computer1\autodesk\log\
4. Modify these parameters to reflect the new locations. For example, if the new location is \\computer2\product\, you would modify them as follows:
DEPLOYMENT_LOCATION=\\computer2\product\
NETWORK_LOG_PATH=\\computer2\product\log\
5. Save the file.
You can now create or modify the deployment.
It mean, will I have to copy and paste from the CD? or copy install product from old located?
I am waiting for your best manual direct, thank for all
|