Blizz Silent Install

Options
Smail
Smail Posts: 2
edited April 2023 in Meeting Forum

Hi,

i've been missing an Silent Install Option for the Bizz Installer, alternative an MSI Installer with unattended Installer.

Is there actually an Option for Bizz Installer available?

Kind Regards

Smail

Comments

  • Giovanni
    Giovanni Posts: 49 [Former Staff]
    Options

    Dear @Smail

    thank you for your message.

    I am sorry but for the moment we do not have any Silent Install or MSI for Blizz.

    I know that our developers are working on that but this process will require time.

    Take care,

    Giovanni.

    Giovanni
    Senior Enterprise Solutions Engineer

  • Smail
    Smail Posts: 2
    Options

    Hi @Giovanni,

    thank you for the quick answer.

    I already thought that, because Blizz is a young and fresh Application.

    I hope that feature will be an issue in a near future sprint.
    Wow, 20 observers in such an short time ;-)

    Kind regards

    Smail

  • diegonunez
    Options

    Any news of this?, need to deploy in 300 desktops.

    Regards

    Diego

  • Redcore
    Options

    Any News?

    Need to deploy to 1.200 computers. 
    Is there a way to distribute silent?

    Best greetings

  • BuschRoeders
    Options

    Hey there,

     

    is there an update? I only need to deploy it on 40 clients, but its still a nice to have feature ;)

     

    Best

    Oliver

  • DIL_IT
    DIL_IT Posts: 4
    Options

    So we simply installed Blizz into program files with the parameter Install DIr. Then we wrote a script that adjusts the permissions for the users on C:\Program Files (x86)\Blizz. And finally, a shortcut is created which also puts this on the desktop via script C:\Users\Public\Desktop.
    Now all users can use Blizz and also update without installing the update in Appdata.

  • DIL_IT
    DIL_IT Posts: 4
    Options

    For the acess rights we have used cacls.exe.
    cacls.exe "%programfiles(x86)%\Blizz" /G YourLocalGroup:C /E /T
    the shortcut was previously created manually and placed in a shared Folder on a server and copied from there to the public desktop with cp.
    The scripts for the installation can then be easily installed via a software distribution, GPO or login script.