Enter Serial Number for Articulate Storyline
Log In or Register to download the BES file, and more.

0 Votes

Description

This task will enter a serial number for Articulate Storyline into the activation dialog so the user can activate on their own.

http://www.articulate.com/support/kb_article.php?product=st1&id=qqmuutqt7u43


This task is applicable on: Windows XP, Windows XP x64, Windows Vista, Windows Vista x64, Windows 7 and Windows 7 x64.


Property Details

ID729
TitleEnter Serial Number for Articulate Storyline
DomainBESC
CategoryActivation
Download Size0
Sourcehttp://www.articulate.com/support/kb_article.php?product=st1&id=qqmuutqt7u43
Source IDjgstew
Source Release Date6/27/2012 12:00:00 AM
KeywordsArticulate Storyline Vista x64 Serial
Is TaskTrue
Added by on 12/6/2012 8:09:31 AM
Last Modified by on 12/6/2012 8:09:31 AM
Counters 22646 Views / 15 Downloads
User Rating 1 star 2 star 3 star 4 star 5 star * Average over 0 ratings. ** Log In or Register to add your rating.

Relevance

Used in 57 fixlets and 4 analyses   * Results in a true/false
Show indented relevance
(name of it = "WinXP" OR name of it = "WinXP-2003" OR (name of it = "WinVista" AND product type of it = nt workstation product type AND NOT x64 of it) OR (name of it = "WinVista" AND product type of it = nt workstation product type AND x64 of it) OR (name of it = "Win7" AND NOT x64 of it) OR (name of it = "Win7" AND x64 of it)) of operating system
Used in 8 fixlets   * Results in a true/false
Show indented relevance
exists current user AND (1 = number of logged on users)
Used in 2 fixlets   * Results in a true/false
Show indented relevance
(exists key whose (value "DisplayName" of it as string contains "Articulate Storyline" AND (it >= "1.0.15" as version) of (value "DisplayVersion" of it as string as version)) of key "HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall" of x32 registry)
Used in 1 fixlet   * Results in a true/false
Show indented relevance
not exists key "Software\Articulate\Fireball\1.0\SL1" whose (exists value "LastAttempt" of it AND value "LastAttempt" of it as string starts with "SL1") of (key whose (((it = name of current user as lowercase OR it starts with name of current user as lowercase & "@") of (it as string as lowercase) of (if (name of operating system = "Win7") then value "USERNAME" of key "Volatile Environment" of it else value "Logon User Name" of key "Software\Microsoft\Windows\CurrentVersion\Explorer" of it))) of key "HKEY_USERS" of registry)

Actions

Action 1 (default)

Action Link Click here to initiate the deployment process.
Script Type BigFix Action Script
action parameter query "SerialNumber" with description "Please enter the Serial Number for Articulate Storyline"
action parameter query "CurrentUser" with description "Please enter the User that the Serial Number is assigned to."
//for some reason, Articulate storyline stores this info in the HKCU registry, which makes this complicated
continue if{exists current user AND (1 = number of logged on users) AND (parameter "CurrentUser" = name of current user) AND (parameter "SerialNumber" starts with "SL1") AND (25 = length of parameter "SerialNumber")}
regset64 "[{("HKEY_USERS\" & (name of key whose (((it = name of current user as lowercase OR it starts with name of current user as lowercase & "@") of (it as string as lowercase) of (if (name of operating system = "Win7") then value "USERNAME" of key "Volatile Environment" of it else value "Logon User Name" of key "Software\Microsoft\Windows\CurrentVersion\Explorer" of it))) of key "HKEY_USERS" of registry) & "\Software\Articulate\Fireball\1.0\SL1" )}]" "LastAttempt"="{parameter "SerialNumber"}"
Success Criteria

This action will be considered successful when the applicability relevance evaluates to false.


Sharing

Social Media:
Share this page on Yammer

Comments

Log In or Register to leave comments!
jgstew -
I also meant to create one based on this for the other Articulate products, but I never did.