"You do not have sufficient access to uninstall" following CF9 silent install
When running a silent CF9 install I'm unable to remove the product, either through control panel or running the uninstaller directly. The error is "You do not have sufficient access to uninstall Adobe Coldfusion 9. Please contact your system administrator." Coldfusion works perfectly fine after the silent install, it just cannot be cleanly removed
This is being run as a local administrator on Windows 2008 R2 SP1 in both cases, from an elevated command prompt. If I run the installer interactively with the same settings it works as expected and can be removed without any trouble
My silent install parameters are:
INSTALLER_UI=SILENT
SILENT_LICENSE_MODE=full
SILENT_SERIAL_NUMBER=#LICENSE#
SILENT_INSTALLER_TYPE=standalone
SILENT_INSTALL_ODBC=true
SILENT_INSTALL_VERITY=true
SILENT_INSTALL_SAMPLES=false
SILENT_INSTALL_JNBRIDGE=false
SILENT_INSTALL_LDS=false
SILENT_INSTALL_FOLDER=C:/ColdFusion9
SILENT_WEBROOT_FOLDER=C:/ColdFusion9/wwwroot
SILENT_VERITY_INSTALL_FOLDER=
SILENT_ADMIN_PASSWORD=p4ssW0rD!
SILENT_FLEX_ENABLED=true
SILENT_ENABLE_RDS=false
SILENT_RDS_PASSWORD=p4ssW0rD!
I looked over the options in http://blogs.adobe.com/cfdoc/2009/10/performing_a_silent_installation_of_coldfusion_9.html but dont see anything else related to the user context on Windows. Is there something else I'm missing, or is this a bug?
