
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-27-2015 10:05 PM
I want to specify a deployment condition that checks for a specific registry value. This value has the computer name in it, so I need to use a variable. If the registry value is found, then the deployment would continue. Please add variable support in the next release.
Labels:
- Labels:
-
Product Feedback
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-28-2015 01:28 PM
As a workaround you can do the following:
- Create a vbs script that looks up the value based on the computer name.
- Let the vbs script return a value for failure and success.
- Use the vbs script as a step and link the failure & success to the next needed step.
- Create a vbs script that looks up the value based on the computer name.
- Let the vbs script return a value for failure and success.
- Use the vbs script as a step and link the failure & success to the next needed step.
