Change Installation Manager log and temp folder locations
How to change Citrix Installation Manager folder locations. By default the follwing folder locations are used when deploying packages (on Windows x64)
C:\Program Files (x86)\Citrix\Installer\Temp
C:\Program Files (x86)\Citrix\Installer\Log
These can be changed by adding the following registry keys
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\IMS\2.0\Logfolder    D:\logs (REG_SZ)
HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Citrix\IMS\2.0\TempFolder  D:\Temp (REG_SZ)
You may also need to add these registry entries if you get the following Event Log error messages when deploying an msi package:
Event Type:Â Â Â Error
Event Source:Â Â Â InstallationManager
Event Category:Â Â Â None
Event ID:Â Â Â 3601
Description:
Error:The system cannot find the file specified.
, Details:CRegKey::QueryValue(LogFolder)
Event Type:Â Â Â Error
Event Source:Â Â Â InstallationManager
Event Category:Â Â Â None
Event ID:Â Â Â 3601
Description:
Error:The data is invalid.
, Details:CRegKey::QueryValue(TempFolder)
Tested on Citrix Presentation Server 4.5 HRP2 on Windows 2003 x64 Standard Edition.
Tags: event id 3601, Installation manager, logfolder, tempfolder