Protect what matters – even after you're gone. Make a plan for your digital legacy today.
Forum Discussion
Former Member
3 years agoScript enrollment causes Javascript error after install.
HI
Im rolling out the new 1Password 8.
Where I encounter this error, after the install is finished. My thought is that 1Password should open after it gets installed, but its creates an error instead.
I used this script on version 7, which worked without problem.
_' ************************************************************************************
' * Install 1Password
' ************************************************************************************
GTCmd=GTPath & "\1PasswordSetup.exe /SILENT /SUPPRESSMSGBOXES /NORESTART"
GTCmd=GTPath & "\1PasswordSetup.exe --silent"
GTRC = oUtility.RunWithHeartbeat( GTCmd )
TestAndLog GTRC, "RUn command: " & GTCmd
'GTCmd="CMD.Exe /c RoboCopy.exe " & GTPath & " ""%APPDATA%\Microsoft\Windows\Start Menu\Programs\1Password"" 1Password.*"
'GTRC = oUtility.RunWithHeartbeat( GTCmd )
'TestAndLog GTRC, "Run command: " & GTCmd
oLogging.CreateEntry sSName & ": Completed Actions ************************************************************ ",LogTypeInfo
ZTIProcess = 0
End Function
</script>
_
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: Not Provided
Browser:_ Not Provided
1 Reply
- ag_mike_d
1Password Team
Hello @NT1,
Thanks for your message. I'm sorry you are running into some troubles there with your script. Sounds like you are trying to deploy 1Password 8 to your users. The
.exeis better served for single user installs and you might find an.msiinstaller package works better for this deployment. If you'd like, you can reach out to business@1password.com some further assistance and a link to the.msiinstaller.ref: dev/core/core#16731