Enter Serial Number for Articulate Storyline
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
729 | |
Enter Serial Number for Articulate Storyline | |
BESC | |
Activation | |
0 | |
http://www.articulate.com/support/kb_article.php?product=st1&id=qqmuutqt7u43 | |
jgstew | |
6/27/2012 12:00:00 AM | |
Articulate Storyline Vista x64 Serial | |
True | |
jgstew on 12/6/2012 8:09:31 AM | |
jgstew on 12/6/2012 8:09:31 AM | |
22646 Views / 15 Downloads | |
![]() ![]() ![]() ![]() ![]() |
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 |

exists current user AND (1 = number of logged on users)
Used in 2 fixlets | * Results in a true/false |

(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 |

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"Success Criteria
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"}"
This action will be considered successful when the applicability relevance evaluates to false.
Sharing
Social Media: |
Comments
![]() |
|
I also meant to create one based on this for the other Articulate products, but I never did. |