initial import
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,38 @@
|
||||
[master database]
|
||||
server=localhost ;url for the database
|
||||
port=3306
|
||||
database=socialhose
|
||||
uid=root
|
||||
pwd=aq19911
|
||||
|
||||
[slave database]
|
||||
server=localhost ;url for the database
|
||||
port=3306
|
||||
database=socialhose
|
||||
uid=root
|
||||
pwd=aq19911
|
||||
|
||||
[ocr database]
|
||||
server=localhost ;url for the database
|
||||
port=3306
|
||||
database=socialhose
|
||||
uid=root
|
||||
pwd=aq19911
|
||||
|
||||
|
||||
[ftp access]
|
||||
useftp=0 ;if set to 0, then no ftp will be used, otherwise, ftp upload is the default
|
||||
server=localhost
|
||||
port=21
|
||||
username=aa
|
||||
password=aq19911
|
||||
|
||||
[shortcuts]
|
||||
Clip=Ctrl+S
|
||||
Preclip=Ctrl+D
|
||||
AddPage=Ctrl+A
|
||||
NextPage=Ctrl+E
|
||||
PreviousPage=Ctrl+W
|
||||
|
||||
[debug mode]
|
||||
debug=on
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,53 @@
|
||||
; Script generated by the Inno Setup Script Wizard.
|
||||
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
|
||||
|
||||
[Setup]
|
||||
; NOTE: The value of AppId uniquely identifies this application.
|
||||
; Do not use the same AppId value in installers for other applications.
|
||||
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
|
||||
AppId={{2EBC9530-B20F-4C43-A0AE-24BEC945B552}
|
||||
AppName=Clipping Station
|
||||
AppVerName=Clipping Station 1.0
|
||||
AppPublisher=ALLCONTENT, Inc
|
||||
AppPublisherURL=http://www.socialhose.com/
|
||||
AppSupportURL=http://www.socialhose.com/
|
||||
AppUpdatesURL=http://www.socialhose.com/
|
||||
DefaultDirName={pf}\Clipping Station
|
||||
DefaultGroupName=Clipping Station
|
||||
AllowNoIcons=yes
|
||||
OutputDir=output
|
||||
OutputBaseFilename=setup
|
||||
Compression=lzma
|
||||
SolidCompression=yes
|
||||
|
||||
[Languages]
|
||||
Name: english; MessagesFile: compiler:Default.isl
|
||||
|
||||
[Tasks]
|
||||
Name: desktopicon; Description: {cm:CreateDesktopIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked
|
||||
Name: quicklaunchicon; Description: {cm:CreateQuickLaunchIcon}; GroupDescription: {cm:AdditionalIcons}; Flags: unchecked
|
||||
|
||||
[Files]
|
||||
Source: Clipping Station.exe; DestDir: {app}; Flags: ignoreversion
|
||||
Source: zlib1.dll; DestDir: {app}; Flags: ignoreversion
|
||||
Source: config.ini; DestDir: {app}; Flags: ignoreversion
|
||||
Source: libcurl.dll; DestDir: {app}; Flags: ignoreversion
|
||||
Source: libssh2.dll; DestDir: {app}; Flags: ignoreversion
|
||||
Source: QtCore4.dll; DestDir: {app}; Flags: ignoreversion
|
||||
Source: QtSql4.dll; DestDir: {app}; Flags: ignoreversion
|
||||
Source: QtGui4.dll; DestDir: {app}; Flags: ignoreversion
|
||||
Source: libidn-11.dll; DestDir: {app}; Flags: ignoreversion
|
||||
Source: libssl32.dll; DestDir: {app}; Flags: ignoreversion
|
||||
Source: mingwm10.dll; DestDir: {app}; Flags: ignoreversion
|
||||
Source: imageformats\*; DestDir: {app}\imageformats; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
Source: sqldrivers\*; DestDir: {app}\sqldrivers; Flags: ignoreversion recursesubdirs createallsubdirs
|
||||
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
|
||||
|
||||
[Icons]
|
||||
Name: {group}\Clipping Station; Filename: {app}\Clipping Station.exe
|
||||
Name: {group}\{cm:UninstallProgram,Clipping Station}; Filename: {uninstallexe}
|
||||
Name: {commondesktop}\Clipping Station; Filename: {app}\Clipping Station.exe; Tasks: desktopicon
|
||||
Name: {userappdata}\Microsoft\Internet Explorer\Quick Launch\Clipping Station; Filename: {app}\Clipping Station.exe; Tasks: quicklaunchicon
|
||||
|
||||
[Run]
|
||||
Filename: {app}\Clipping Station.exe; Description: {cm:LaunchProgram,Clipping Station}; Flags: nowait postinstall skipifsilent
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user