Video Screencast Help
Search Video Help Close Back
to help
New in the Rewards Catalog: Vouchers for "Symantec Technical Specialist" and "Symantec Certified Specialist" exams.

Alternative way to install SWV Agent in runtime mode

Updated: 29 Jul 2010 | 4 comments
finalana's picture
0 0 Votes
Login to vote
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?

Comments

Jordan's picture
04
Dec
2009
0 Votes 0
Login to vote

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

finalana's picture
05
Dec
2009
0 Votes 0
Login to vote

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:

  1. Install the Virtualization Agent in Runtime Mode
  2. Convert the layers that I built with the SWV 6.1 Admin from VSA to VRA
  3. Write a small tool that is tailored to my use case for activating/deactivating those layers

 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?

Jordan's picture
07
Dec
2009
1 Vote +1
Login to vote

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

finalana's picture
05
Jan
2010
0 Votes 0
Login to vote

 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). :)