Alternative way to install SWV Agent in runtime mode
Updated: 29 Jul 2010 | 4 comments
This issue has been solved. See solution.
Since Wise Installation Studio seems to be not working for me (see also this thread); Is there another way to install the SWV virtualization agent in runtime mode? And if so, can I write software to control the agent *in runtime mode* (that is, with no license required) using the SWV 6.1 SDK?
discussion Filed Under:
Comments
Yes and yes. All you need to
Yes and yes.
All you need to do is delete the registry value "License Key", in the registry--not just the data for the value but the value itself.
You can do anything with the SDK in runtime mode that runtime mode allows. So you can import, delete, activate, reset but not create, capture and so on. I think there's a chart running around here somewhere (it might be in the KB) that shows what you can and cannot do in runtime mode.
If a forum post solves your problem please flag is as the solution
Great
So hopefully I can avoid Wise Installation Studio altogether and roll my own solution using the SDK. Now, I guess there are three steps that I need to accomplish for this to work:
If I understand you correctly, I can achieve step 1 by running the regular SWV 6.1 installer and removing the registry entry you mentioned afterwards. From what I've seen of the SDK documentation, step 3 shouldn't be too difficult either. All that's left is a method to convert VSA to VRA layers. As far as I can see, SWV 6.1 doesn't offer that feature. At least not in the admin GUI. Or did I just overlook it?
No we don't have how to do
No we don't have how to do that in any of our documentation because we require people to buy the Wise Packager to be able to make runtime layers.
For the activate and deactivate I've got examples on how to do that with WMI and .Net (c#) here on connect. Just run a search for SVS WMI or Virtualization SDK.
If a forum post solves your problem please flag is as the solution
Thanks for your reply. The
Thanks for your reply. The project got put on hold for now and I forgot to check for answers on this thread. Changing those flags seems to be the information I was missing. I already found your articles on the Virtualization SDK and found them very helpful. So I'll mark your answer as solution, though I haven't actually tried it (yet). :)
Would you like to reply?
Login or Register to post your comment.