Changing Enviroment strings at install time
-
Is it possible to change (or rather set) an environmental variable at install time with the installer from VS2003 or VS2005. I am using the Oracle Instant client and need to add the "nls_lang=America.American......" environment string. Likewise can registry settings be set. Thanks
-
Is it possible to change (or rather set) an environmental variable at install time with the installer from VS2003 or VS2005. I am using the Oracle Instant client and need to add the "nls_lang=America.American......" environment string. Likewise can registry settings be set. Thanks
Think I have done it - a test will tell Right Click on the Deployment Project Select View Select Registry On [HKEY_LOCAL_MACHINE] add key "SYSTEM" On [System] add key "CurrentControlSet" On [CurrentControlSet] add key "Control" On [Control] add key "Session Manager" On [Session Manager] add key "Environment" On [Environment] add keystring Variable Name and in it's properties add the value Hope this helps someone else