| Author |
Message |
Sean Salmela
Guest
|
Posted:
Fri Nov 12, 2004 1:02 am Post subject:
Apply Admin Patch for AutoCAD 2005 |
|
|
When modifying my admin image to apply SP1, I keep getting an error as
follows:
Error 1336: There was an error creating a temporary file that is needed to
complete this installation.
Any idea where it is trying to create this temp file or why I might be
getting this error?
I had done this before and it worked fine, but had to recreate the image due
to hard drive problem that was fixed...
|
|
| Back to top |
|
 |
candacebeasley
Guest
|
Posted:
Mon Nov 15, 2004 10:30 am Post subject:
Re: Apply Admin Patch for AutoCAD 2005 |
|
|
| I am having the exact same problem. I have not found or heard of any solution thus far. |
|
| Back to top |
|
 |
Juan Diaz
Guest
|
Posted:
Tue Dec 28, 2004 2:47 am Post subject:
Re: Apply Admin Patch for AutoCAD 2005 |
|
|
I just received the same error 1336.... Has any of you heard anything from Autodesk on this error?
|
|
| Back to top |
|
 |
AnnL
Guest
|
Posted:
Fri Mar 04, 2005 11:19 pm Post subject:
Re: Apply Admin Patch for AutoCAD 2005 |
|
|
Is there a known solution? I find I have the same error and suspect the MSP file. I am installing SP's after the deploy and really would like to find a solution.
I am Admin and plenty of disk space. The deploys have a network location.
Thank you,
AnnL |
|
| Back to top |
|
 |
TravisNave
Guest
|
Posted:
Sat Mar 05, 2005 1:14 am Post subject:
Re: Apply Admin Patch for AutoCAD 2005 |
|
|
Make sure your System account has sufficient access.
Also, you may want to upgrade your Microsoft Windows Installer to MSI 3.0. You can get that from Microsoft's website.
It would also be beneficial to clear out the Temp folder in C:\Documents and Settings\<username>\Local Settings\Temp\
Make sure you are installing as a member of the Administrators group. Good luck! |
|
| Back to top |
|
 |
TravisNave
Guest
|
Posted:
Sat Mar 05, 2005 1:35 am Post subject:
Re: Apply Admin Patch for AutoCAD 2005 |
|
|
Windows includes a registry-activated logging services to help diagnose Windows Installer issues. This article describes how to enable this logging service.
Open the registry with Regedt32.exe and create the following path and keys:
HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows\Installer
Reg_SZ: Logging
Value: voicewarmup
The letters in the value field can be in any order. Each letter turns on a different logging mode. Each letter's actual function is as follows for MSI version 1.1:
v - Verbose output
o - Out-of-disk-space messages
i - Status messages
c - Initial UI parameters
e - All error messages
w - Non-fatal warnings
a - Start up of actions
r - Action-specific records
m - Out-of-memory or fatal exit information
u - User requests
p - Terminal properties
+ - Append to existing file
! - Flush each line to the log
"*" - Wildcard, log all information except for the v option. To include the v option, specify "/l*v".
Once activated, the log files that are generated may be found in your %TEMP% directory. |
|
| Back to top |
|
 |
AnnL
Guest
|
Posted:
Wed Mar 09, 2005 5:11 am Post subject:
Re: Apply Admin Patch for AutoCAD 2005 |
|
|
Thanks for this info. I've tried to get the key set properly but I must be doing something wrong.
regedit >> HKLM\Software\Policies\Microsoft\Windows\Installer
new Key: Reg_SZ
New multiString Value: voicewarmup
I'm not doing something right though... any direction is much appreciated.
Ann L |
|
| Back to top |
|
 |
TravisNave
Guest
|
|
| Back to top |
|
 |
TravisNave
Guest
|
Posted:
Wed Mar 09, 2005 9:37 pm Post subject:
Re: Apply Admin Patch for AutoCAD 2005 |
|
|
The new String Value located under 'Installer' must be named 'Logging' and then make the value of the string 'voicewarmup' for this to work. (no single quote, of course.)
I will try to attach this .zip file to do it for you, but it may be blocked. Or you can open Notepad and make a text file with the following information and saved with a .reg extension and install it yourself. Copy everything below the line into Notepad:
----------------------------
Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Installer]
"Logging"="voicewarmup" |
|
| Back to top |
|
 |
AnnL
Guest
|
Posted:
Wed Mar 09, 2005 10:15 pm Post subject:
Re: Apply Admin Patch for AutoCAD 2005 |
|
|
Thanks so much. I'm trying to adapt it now.
This is very helpful.
Ann L |
|
| Back to top |
|
 |
|
|
|
|