Difference between revisions of "Sqlite browser"

From WPKG | Open Source Software Deployment and Distribution
Jump to: navigation, search
m
 
Line 1: Line 1:
This program provides a visual editor for sqlite files.  
+
This program provides a visual editor for [[sqlite]] files.  
  
 
Download from http://sqlitebrowser.org/
 
Download from http://sqlitebrowser.org/
Line 15: Line 15:
  
 
   <variable name="version" value="3.7.0" />
 
   <variable name="version" value="3.7.0" />
  <!-- package does not list itelf in control panel -->
+
 
   <check type="file" condition="exists" path="%programfiles%\sqlitebrowser3\bin\sqlitebrowser.exe"  architecture="x64" />
 
   <check type="file" condition="exists" path="%programfiles%\sqlitebrowser3\bin\sqlitebrowser.exe"  architecture="x64" />
 
   
 
   

Latest revision as of 16:30, 26 October 2015

This program provides a visual editor for sqlite files.

Download from http://sqlitebrowser.org/

64 bit version

<package   
  id="sqlitebrowser" 
  name="sqlite browser"
  revision="1.%version%"
  priority="0"
  reboot="false">
 

  <variable name="version" value="3.7.0" />
 
   <check type="file" condition="exists" path="%programfiles%\sqlitebrowser3\bin\sqlitebrowser.exe"  architecture="x64" />
 
  <!-- nano installer - /S switch is case sensitive -->
  <install cmd='"%SOFTWARE%\_IT\sqlitebrowser\sqlitebrowser-%version%-win64.exe" /S' />
  <upgrade include="remove" />
  <upgrade include="install" />
  
   <remove cmd='"%programfiles%\SqliteBrowser3\uninstall.exe" /S' />
  
</package>