Colin -
Thanks for the info, I appreciate it.
I was looking for something built into the distribution kit. I could launch the script after the install, the distribution kit provides for running an executable at the end.
Non-CVI applications fix up the path as part of their installation - that's what made me think there should be a way to do it as part of the distribution kit. Even the reworked distribution tool in CVI 8.0 doesn't directly provide for setting environment variables.
I couldn't find a Win32 API function that would set the system environment - just calls to manipulate the process environment.
I did find where the system environment is maintained in the registry, but if I alter that without a reboot then I would think the path wouldn't update.
Thanks again, Colin
Menchar