04-19-2010 07:22 PM
I agree with Jim. We need a multi-library registration solution. I can see a usability issue when we call RegisterAddon more than once for multiple library installs. The user will have to deal with multiple UAC dialogs. Not very nice. I'd rather not run RegisterAddon then have to submit the user to a barrage of these dialogs.
04-19-2010 11:59 PM
Since the RegisterAddon process (writing to the registry) needs to be elevated due to Windows security requirements. We probably can't get around executing the RegisterAddon.exe. However, perhaps a modification can be made to the command line argument. Two possible solutions:
04-20-2010 09:38 AM
Hi Michael / Jim,
I agree, running RegisterAddon.exe multiple times when someone installs multiple packages would be pretty bad considering the need for elevated priviledges.
Regarding having a VI Server method - Is there an advantage of this over providing a VI / exe ? (This may be a moot point as Michael mentioned as the application that calls it would need elevated priviledges)
There are a couple of solutions that pop into my head:
Thoughts? I will bring this up in our meeting here today and discuss to see if there are potentially better solutions.