@echo off
REM Launches the install-ayaanscript.ps1 in a visible PowerShell window.REM Called by the MSI custom action right after files are extracted.start"AyaanScript+ Installer" powershell.exe -NoProfile -ExecutionPolicy Bypass -NoExit -File "%~dp0install-ayaanscript.ps1"