Jump to content

Recommended Posts

Posted

Has anyone had any luck in deploying "DB Browser for SQLite" software silently using MDT?

 

I have tried everything I know but have had no success creating a silent MSI. I keep getting the attached error message.

 

Any help appreciated. Thanks!

Capture.PNG

Posted

Is there more info on the error in the log?

 

msiexec /i "DB.Browser.for.SQLite-3.11.2-win64.msi" SHORTCUT_SQLITE_PROGRAMMENU=1 SHORTCUT_SQLCIPHER_PROGRAMMENU=1 /L*V "%TEMP%\install.log" /qn

Posted (edited)
although no start menu shortcut.

You have to add SHORTCUT_SQLITE_PROGRAMMENU=1 to get the Start Menu shortcut.

 

Edit. To disable the update check...

 

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\sqlitebrowser\sqlitebrowser\checkversion]
"enabled"="false"

 

To set the default save location (for some reason it requires forward slashes in the path)...

 

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\sqlitebrowser\sqlitebrowser\db]
"defaultlocation"="N:/"

Edited by Arthur
  • Thanks 2
Posted
thanks, interesting choice. Automatic updates could do with being disabled too, doesn't use proxy setting so errors each time.
  • 3 years later...
Posted

Sorry for brining up and old thread but has anyone got the reg keys mentioned by @Arthur to work with the latest version of this?

 

I can't get the default location to take and it is opening to the Program Files folder for students, the only way I have found around it so far is to not include the default shortcut and have a custom one with Start In directory set to N:\, due to this I am not sure if the update check reg is working either.

  • 1 month later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...