Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
CIRCLE
/
client
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
2
Merge Requests
0
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
59f33134
authored
Sep 02, 2014
by
Csók Tamás
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
selenium is removed from install binary
parent
9174ec20
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
14 additions
and
14 deletions
+14
-14
src/iss/installer/win_install.py
+7
-7
src/iss/installer/windowsclasses.pyc
+0
-0
src/iss/selenium_files/selenium-server-standalone-2.42.2.jar
+0
-0
src/iss/selenium_files/x64/IEDriverServer.exe
+0
-0
src/iss/selenium_files/x64/chromedriver.exe
+0
-0
src/iss/selenium_files/x86/IEDriverServer.exe
+0
-0
src/iss/selenium_files/x86/chromedriver.exe
+0
-0
src/python/win_install.py
+7
-7
No files found.
src/iss/installer/win_install.py
View file @
59f33134
...
...
@@ -82,14 +82,14 @@ def custom_protocol_register(custom_protocol):
def
main
():
"""
Main program
"""
Main program
Jobs:
read the parameters
create a proper icon with the proper driver (or delete)
call the nx_client_installer
"""
Jobs:
read the parameters
create a proper icon with the proper driver (or delete)
call the nx_client_installer
"""
try
:
args
=
parse_arguments
()
shortcut
=
pythoncom
.
CoCreateInstance
(
...
...
src/iss/installer/windowsclasses.pyc
0 → 100644
View file @
59f33134
File added
src/iss/
installer
/selenium-server-standalone-2.42.2.jar
→
src/iss/
selenium_files
/selenium-server-standalone-2.42.2.jar
View file @
59f33134
File moved
src/iss/
installer
/x64/IEDriverServer.exe
→
src/iss/
selenium_files
/x64/IEDriverServer.exe
View file @
59f33134
File moved
src/iss/
installer
/x64/chromedriver.exe
→
src/iss/
selenium_files
/x64/chromedriver.exe
View file @
59f33134
File moved
src/iss/
installer
/x86/IEDriverServer.exe
→
src/iss/
selenium_files
/x86/IEDriverServer.exe
View file @
59f33134
File moved
src/iss/
installer
/x86/chromedriver.exe
→
src/iss/
selenium_files
/x86/chromedriver.exe
View file @
59f33134
File moved
src/python/win_install.py
View file @
59f33134
...
...
@@ -82,14 +82,14 @@ def custom_protocol_register(custom_protocol):
def
main
():
"""
Main program
"""
Main program
Jobs:
read the parameters
create a proper icon with the proper driver (or delete)
call the nx_client_installer
"""
Jobs:
read the parameters
create a proper icon with the proper driver (or delete)
call the nx_client_installer
"""
try
:
args
=
parse_arguments
()
shortcut
=
pythoncom
.
CoCreateInstance
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment