How can modify the "path" variable during deployment using VS 2005 setup project
How can modify the "path" variable during deployment using VS 2005 setup project
wk_leo98 Saturday, October 11, 2008 2:24 PM
Hi wk_leo98,
As far as know, you can achieve this by using Custom Action. In the custom action, you can add enviroment variable to the registry. Please check this solved thread for more information.
Best Regards,
Bruce Zhou
Bruce.Zhou Thursday, October 16, 2008 11:57 AM
Hi wk_leo98,
As far as know, you can achieve this by using Custom Action. In the custom action, you can add enviroment variable to the registry. Please check this solved thread for more information.
Best Regards,
Bruce Zhou
Bruce.Zhou Thursday, October 16, 2008 11:57 AM
Also you can use Orcas tools to change the Enviroment variables. Please check this thread.