{"id":17903,"date":"2023-08-02T14:58:24","date_gmt":"2023-08-02T21:58:24","guid":{"rendered":"https:\/\/www.vernier.com\/til\/?p=17903"},"modified":"2025-03-07T12:00:15","modified_gmt":"2025-03-07T20:00:15","slug":"is-there-a-way-to-activate-graphical-analysis-pro-at-install-time","status":"publish","type":"post","link":"https:\/\/www.vernier.com\/til\/17903","title":{"rendered":"Is there a way to activate Graphical Analysis Pro at install time?"},"content":{"rendered":"<p>For the installed Graphical Analysis application (not the Progressive Web App), the license key is stored on a per-user basis, which makes activation on a per user basis slightly complicated.<\/p>\n<p class=\"has-very-light-gray-background-color has-background has-small-font-size\"><strong>Note: <\/strong>Your license does allow you to give the license key directly to students and have them type it in themselves, and in fact they can even use the same key to activate the Pro features on their personal devices, such as a phone and\/or home computer. <\/p>\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<h3 class=\"wp-block-heading\">Progressive Web App<\/h3>\n<p>With the Progressive Web App version of Graphical Analysis there is no installation; you just need to provide the proper URL. If you have students follow a URL of the form<\/p>\n<p class=\"has-text-align-center\"><a href=\"https:\/\/graphicalanalysis.app\/?key=yourkeyhere\">https:\/\/graphicalanalysis.app\/?key=yourkeyhere<\/a><\/p>\n<p>from the Chrome or Edge browser, they will be taken directly to the activated Graphical Analysis Pro app. Replace &#8220;yourkeyhere&#8221; with the license string you have been provided. PWAs work on all platforms except iOS\/iPadOS.<\/p>\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<h3 class=\"wp-block-heading\">Windows<\/h3>\n<p>The activation is stored in at<\/p>\n<p class=\"has-text-align-center\">C:\\Users\\USERNAME\\AppData\\Roaming\\Vernier Graphical Analysis\\Local Storage<\/p>\n<p>Activate Graphical Analysis once, and then copy that directory from your version of that folder to<br \/>C:\\Users\\Default\\AppData\\Roaming\\Vernier Graphical Analysis\\Local Storage<br \/>This will activate it for everyone who doesn&#8217;t have an account on that Windows computer already.<\/p>\n<p>Note many sites have remapped that folder onto a network share, so you&#8217;ll need to copy it to everyone&#8217;s folder on that share.<\/p>\n<p>For existing users that haven&#8217;t been remapped the way you&#8217;d copy this would be a PowerShell script:<\/p>\n<pre class=\"wp-block-preformatted\">$dir = dir C:\\Users\\ | ?{$_.PSISContainer}\nforeach ($d in $dir) {\nif ($d.Name -eq \"Public\") {}\nelseif ($d.Name -eq \"Super User\") {}\nelseif ($d.Name -eq \"Admin\") {}\nelse {\n$copyto = Join-Path -Path $d.FullName -ChildPath \"AppData\\Roaming\\Vernier Graphical Analysis\\Local Storage\\\"\nxcopy PATHTOACTIVATEDLOCALSTORAGE $copyto\n}\n}<\/pre>\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<p>Note that you&#8217;ll want to replace PATHTOACTIVATEDLOCALSTORAGE with whatever that path is from your folder above, and may want multiple &#8220;elseif&#8221; for other system level accounts on your machines.<\/p>\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<h3 class=\"wp-block-heading\">macOS<\/h3>\n<p>The activation is stored in:<\/p>\n<p class=\"has-text-align-center\">\/Users\/USERNAME\/Library\/Application Support\/Vernier Graphical Analysis\/Local Storage<\/p>\n<p>Activate Graphical Analysis once, and then copy that directory from your version of that folder other users. The easy way to this on <strong>old versions of macOS<\/strong> involved the User Template folder. For <strong>newer versions of macOS<\/strong>, you&#8217;ll need to create a Launch Agent script to copy those preferences onto the Users folder, and that can therefore cover existing and future users of that computer.<\/p>\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<h3 class=\"wp-block-heading\">Related Links<\/h3>\n<ul class=\"wp-block-list\">\n<li><a href=\"\/til\/4199\/\">How do I use the silent installer for Graphical Analysis\/Spectral Analysis\/Instrumental Analysis?<\/a><\/li>\n<li><a href=\"\/til\/15246\/\">What is the difference between a Progressive Web App and an installed version of Graphical Analysis and other Vernier apps?<\/a><\/li>\n<li><a href=\"\/til\/3475\/\">Graphical Analysis Troubleshooting and FAQs<\/a><\/li>\n<\/ul>","protected":false},"excerpt":{"rendered":"<p>For the installed Graphical Analysis application (not the Progressive Web App), the license key is stored on a per-user basis, which makes activation on a&#8230;<\/p>\n","protected":false},"author":2166,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[],"tags":[],"class_list":["post-17903","post","type-post","status-publish","format-standard","hentry"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.vernier.com\/til\/wp-json\/wp\/v2\/posts\/17903","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.vernier.com\/til\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.vernier.com\/til\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.vernier.com\/til\/wp-json\/wp\/v2\/users\/2166"}],"replies":[{"embeddable":true,"href":"https:\/\/www.vernier.com\/til\/wp-json\/wp\/v2\/comments?post=17903"}],"version-history":[{"count":0,"href":"https:\/\/www.vernier.com\/til\/wp-json\/wp\/v2\/posts\/17903\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.vernier.com\/til\/wp-json\/wp\/v2\/media?parent=17903"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.vernier.com\/til\/wp-json\/wp\/v2\/categories?post=17903"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.vernier.com\/til\/wp-json\/wp\/v2\/tags?post=17903"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}