Hi Raffaele -
I see 2 options:
1. Modify the c:\measurementstudio\cvi\bin\template.inf script file. This file is intimidating, but also a very powerful file format for creating/deleting registry entries, modifying installers/uninstallers, etc.
2. Call an executable after installation you alluded to in your previous post e.g. postinstall.exe.
Isee postinstall.exe doing the following:
1. calling register.exe (just a name I made up) that modifies the registry (e.g. creating entries, modifiying entries, etc.)
2. calling modifyuninstall.exe(another name I made up) which takes the default uninstall.exe file and modifies it to include a call to deleteregistry.exe (just reversing whatever registry entries register.exe would make)
Calling other executables is easy in CVI - lo
ok into the LaunchExecutable function.
hope this helps-
ben schulte
application engineer
national instruments
www.ni.com/ask