Thank you for this initial information link. I apologize for not seeing this and getting back to you. We are past this level of support, and need for the below code we had received and updated version for Fences 4.(see highlighted section)....not just forum information links, as we already went through them all back in 2022.
***************************************
::Fences Install
echo Fences install started
FOR /f "tokens=*" %%G IN ('dir /b Fences*.exe') DO %%G /s /noreboot
::Uncommenting the below will kill the reboot message if installing on a PC with Fences already. It is still HIGHLY recommended that you reboot.
::taskkill /f /im irsetup*
echo Complete
::Fences Activation
IF EXIST %Fencesinstallpath64%\Fences*.exe echo Fences activation started
IF EXIST %Fencesinstallpath64%\Fences*.exe %Fencesinstallpath64%\SASUpgrade.exe -prodId=2628 -prodName="Fences3" -company="Stardock" -ver="3.04" -email=%email% serial="%ProductKey%"
taskkill /f /im SdDisplay.exe
**************************************
Any help you can provide that would make our silent installation for the package we are creating for users would be greatly appreciated.