Jump to content

Recommended Posts

Posted (edited)

I'm attempting to take advantage of the new Autodesk licensing and am going to deploy AutoCAD 2013 to a few staff machines so they can give it a go. I have created a Deployment, imported it as a package in SCCM and am using the command line provided '.\AdminImage\setup.exe /W /q /I AdminImage\AutoCAD 2013.ini /language en-us' to deploy it to a test distribution group.

 

It installs fine but it reports back to SCCM with 'Error: 0x103(259). Does anyone know a way to fix it so it reports back correctly?

 

Thanks!

 

EDIT: Upon trying to open AutoCAD 2013 as a student, I get 'Error 1325: 'Test' is not a valid short file name.' - Works fine as admin, has anyone encountered this? We are on Mandatory Profiles.

Edited by OhDear
Posted
How do you mean it runs fine as admin?

After SCCM has installed it. I can run the program as normal from an admin account. Just out of curiosity, is you're command line you use with SCCM the same?

Posted
ah when you run it as a student does it run the installer again?

It seems to try, but errors with this 'Error 1325: 'TestStudent' is not a valid short file name.'. Gave it a quick Google and found no answers, just people with the same issue.

Have tried making them Power Users/Local Admins but didn't seem to work.

 

Thanks for the command, will change a few things with my deployment and try again.

Posted
It seems to try, but errors with this 'Error 1325: 'TestStudent' is not a valid short file name.'. Gave it a quick Google and found no answers, just people with the same issue.

Have tried making them Power Users/Local Admins but didn't seem to work.

 

Thanks for the command, will change a few things with my deployment and try again.

 

I got the same thing. I have to log in as admin, let it run through then use the profile for that account as the students profile.

Posted
Its not that the user needs modify access to c:\program files\autodesk ?

Would of thought making them Local Admins gave them this

Posted
I got the same thing. I have to log in as admin, let it run through then use the profile for that account as the students profile.

Ahh, so maybe a registry thing? Will give it a go. Thanks!

Posted

Let me know how you get on, i havent put my changes into production yet.

 

If you find another way around it without doing profile please do share :)

Posted
@OhDear How did you get on? thanks

 

Literally just figured out a way when the post arrived in my email! Just trying to sort out the final few things then I will post my results!

 

P.s. Don't suppose you know how to use %USERNAME% in the registry?

Posted

When i used it in the past %USERNAME% just worked for me :)

 

Please let me know what you find, i want to avoid editing the students profile.

 

Thanks :)

Posted
When i used it in the past %USERNAME% just worked for me :)

 

Please let me know what you find, i want to avoid editing the students profile.

 

Thanks :)

Think it has to be REG_EXPAND_SZ... Currently its REG_SZ - Still working on it.. :)

Posted
thanks @OhDear we use AutoCad 2012, can you tell me what you did with the reg please so i can adapt? Thanks

I ran it as a local user so it configured correctly on the first run, then went into HKCU\Software and exported both Autodesk and Autodesk, Inc. You will have to look through the exported .reg files and where it mentions the user you ran it as you will need to put these entries in GPP and use the variable %LogonUser% instead of the username. - Make sure to delete the entries in the .reg files when you put them in GPP!

 

Also, I had to get the files it created from AppData\Local and Roaming. Then create a logon script to copy these to the users AppData, and run the modified .reg files.

 

Thats what worked for me. Might be time to upgrade to 2013 if it doesn't for you :)

  • Thanks 1
Posted
I ran it as a local user so it configured correctly on the first run, then went into HKCU\Software and exported both Autodesk and Autodesk, Inc. You will have to look through the exported .reg files and where it mentions the user you ran it as you will need to put these entries in GPP and use the variable %LogonUser% instead of the username. - Make sure to delete the entries in the .reg files when you put them in GPP!

 

Also, I had to get the files it created from AppData\Local and Roaming. Then create a logon script to copy these to the users AppData, and run the modified .reg files.

 

Thats what worked for me. Might be time to upgrade to 2013 if it doesn't for you :)

 

We got ours free, we cant get an update :(

  • 4 months later...
Posted
Reviving an old thread I am about to do the same as you both with Autocad 2013, my question is did you create your msi or was it supplied by autodesk?
Posted
Reviving an old thread I am about to do the same as you both with Autocad 2013, my question is did you create your msi or was it supplied by autodesk?

 

Once I downloaded AutoCAD, it had a SCCM Scripts folder which is what I used.

  • Thanks 1

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...