PDA

View Full Version : Read Registry


HippyCraig
10-20-2009, 10:14 AM
I was trying to use the Read Registry action, is there a way to specify a user name and password to connect to another machine?

Second in the Read Registry Tab the label: Macro Name is not lined up with the correct field.

kinook
10-20-2009, 11:57 AM
Originally posted by HippyCraig
I was trying to use the Read Registry action, is there a way to specify a user name and password to connect to another machine? Not currently, but it looks like this could be done via LogonUser/ImpersonateLoggedOnUser (see http://msdn.microsoft.com/en-us/library/ms724840%28VS.85%29.aspx), and we'll consider implementing this in the future (and this technique may also work for the Service action, which I believe you had also requested). For now, what you could do is chain to another project using the VisBuildPro Project action, specifying the username/password on the Advanced tab, and use a Read Registry action in the child project.

Second in the Read Registry Tab the label: Macro Name is not lined up with the correct field. Fixed in the latest download.

Thanks.

HippyCraig
10-20-2009, 12:11 PM
That would be great, especially the service action. I willl wait for that to be incorporated, we have two many build scripts to modify with additional scripts.

I just downloaded the lastest 7.2a and I still see the issue with the labels, not a show stoper just wanted to make you aware.


P.S. The fact that you remembered the service action just shows the excellent support your team provides. Great Job!!!

kinook
10-20-2009, 12:18 PM
You may need to clear your browser cache or download from ftp://ftp.kinook.com/VisBuildProEval.exe. The fix is in VisBuildExt.dll version 7.2.1.1 (in Help | About | Install Info).