import React from "react"; import Card from "components/Card"; import InstallSoftwarePreviewImg from "../../../../../../../../assets/images/install-software-preview.png"; const baseClass = "setup-experience-script-preview"; const SetupExperienceScriptPreview = () => { return (

End user experience

After software is installed, the end user will see the script being run. They will not be able to continue until the script runs.

If there are any errors, they will be able to continue and will be instructed to contact their IT admin.

install software preview
); }; export default SetupExperienceScriptPreview;