module installhelper.install_custom_sqlitespy

Short summary

module pymyinstall.installhelper.install_custom_sqlitespy

Various functions to install SQLiteSpy.

Functions

function truncated documentation
add_shortcut_to_desktop_for_sqlitespy create a shortcut on your desktop
install_sqlitespy Install
IsSQLiteSpyInstalled check if SQLiteSpy was already installed

Documentation

Various functions to install SQLiteSpy.

pymyinstall.installhelper.install_custom_sqlitespy.IsSQLiteSpyInstalled(dest_folder)[source]

check if SQLiteSpy was already installed

Parameters:dest_folder – where it was installed
Returns:boolean
pymyinstall.installhelper.install_custom_sqlitespy.add_shortcut_to_desktop_for_sqlitespy(exe)[source]

create a shortcut on your desktop

Parameters:exe – exe location (SQLiteSpy.exe)
Returns:filename
pymyinstall.installhelper.install_custom_sqlitespy.install_sqlitespy(temp_folder='.', fLOG=<built-in function print>, install=True)[source]

Install SQLiteSpy. It does not do it a second time if it is already installed.

Parameters:
  • temp_folder – where to download the setup
  • fLOG – logging function
  • install – install (otherwise only download)
Returns:

temporary file