Cannot find method to have MSI File for installations

Hi, I am a new user. My team requested this tool, and love it. We had originally purchased Fences 3, but renewed this year and want to install Fences 4. However, I am requesting my IT team to create a package that we can just install. My IT team is asking whether or not there is an MSI file for a method for silent or remote install package that we can use to deploy the software to all of our users.  I had found a thread for this on Fences 3.08, but nothing so far in Fences 4. Please advise.  Thank you so much in advance for your help.

6,197 views 3 replies
Reply #1 Top

Hello,
Sorry to hear you are having issues. Maybe you're looking for this information: https://forums.stardock.com/486084/fences-support-faq#fencesdeployment. Do let us know if you still need assistance.

Thanks
Basj,
Stardock Community Assistant.

Reply #2 Top

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.