Skip to content
Snippets Groups Projects
Commit 4ec24e68 authored by ADMIN_BBOISSONNET's avatar ADMIN_BBOISSONNET
Browse files

Paquet Global Protect version 5.2.8-1.

parent 00679c47
No related branches found
No related tags found
No related merge requests found
.env 0 → 100644
VIRTUAL_ENV=C:\Program Files (x86)\wapt\
PYTHONPATH=C:\Program Files (x86)\wapt\
{
"version": "0.2.3",
"configurations": [
{
"name": "WAPT: install",
"type": "python",
"request": "launch",
"justMyCode": true,
"program": "${config:python.wapt-get}",
"args": [
"install",
"${workspaceFolder}"
],
"console": "integratedTerminal",
"linux": {
"sudo":true
},
"osx": {
"sudo":true
}
},
{
"name": "WAPT: remove",
"type": "python",
"request": "launch",
"justMyCode": true,
"program": "${config:python.wapt-get}",
"args": [
"remove",
"${workspaceFolder}"
],
"console": "integratedTerminal",
"linux": {
"sudo":true
},
"osx": {
"sudo":true
}
},
{
"name": "WAPT: uninstall",
"type": "python",
"request": "launch",
"justMyCode": true,
"program": "${config:python.wapt-get}",
"args": [
"uninstall",
"${workspaceFolder}"
],
"console": "integratedTerminal",
"linux": {
"sudo":true
},
"osx": {
"sudo":true
}
},
{
"name": "WAPT: session-setup",
"type": "python",
"request": "launch",
"justMyCode": true,
"program": "${config:python.wapt-get}",
"args": [
"session-setup",
"${workspaceFolder}"
],
"console": "integratedTerminal"
},
{
"name": "WAPT: audit",
"type": "python",
"request": "launch",
"justMyCode": true,
"program": "${config:python.wapt-get}",
"args": [
"audit",
"-f",
"${workspaceFolder}"
],
"console": "integratedTerminal",
"linux": {
"sudo":true
},
"osx": {
"sudo":true
}
},
{
"name": "WAPT: update-package",
"type": "python",
"request": "launch",
"justMyCode": true,
"program": "${config:python.wapt-get}",
"args": [
"update-package-sources",
"${workspaceFolder}"
],
"console": "integratedTerminal"
},
{
"name": "WAPT: -i build-upload",
"type": "python",
"request": "launch",
"justMyCode": true,
"program": "${config:python.wapt-get}",
"args": [
"-i",
"--use-gui",
"build-upload",
"${workspaceFolder}"
],
"console": "integratedTerminal"
}
]
}
\ No newline at end of file
{
"python.defaultInterpreterPath": "C:\\Program Files (x86)\\wapt\\waptpython.exe",
"python.pythonPath": "C:\\Program Files (x86)\\wapt\\waptpython.exe",
"python.wapt-get": "C:\\Program Files (x86)\\wapt\\wapt-get.py",
"python.formatting.provider": "black",
"python.formatting.blackArgs":
[
"--line-length",
"150"
],
"editor.insertSpaces": true,
"files.eol": "\n"
}
\ No newline at end of file
File added
# GTDA-WAPT-Global_Protect
Paquet [WAPT](https://www.tranquil.it/gerer-parc-informatique/decouvrir-wapt/) pour l'installation silencieuse de Global Protect.
## Getting started
## Paquet GlobalProtect
To make it easy for you to get started with GitLab, here's a list of recommended next steps.
Ce paquet installe la dernière version de Palo Alto Global Protect de manière silencieuse.
Lors de l'installation, Global Protect est configuré pour utiliser le portail INRAE : acces.intranet.inrae.fr
Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
Dernière version du logiciel Global Protect: 5.2.8-1
## Add your files
## Utiliser ce paquet
- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
Pour utiliser ce paquet, il faut :
```
cd existing_repo
git remote add origin https://forgemia.inra.fr/bruno.boissonnet/gtda-wapt-global_protect.git
git branch -M main
git push -uf origin main
```
1. Télécharger tous les fichiers
2. Ouvrir la console WAPT
3. Générer un modèle de paquet
4. Pointer sur les fichiers téléchargés
## Integrate with your tools
- [ ] [Set up project integrations](https://forgemia.inra.fr/bruno.boissonnet/gtda-wapt-global_protect/-/settings/integrations)
## Collaborate with your team
- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
- [ ] [Automatically merge when pipeline succeeds](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
## Test and Deploy
Use the built-in continuous integration in GitLab.
- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing(SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
***
# Editing this README
When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thank you to [makeareadme.com](https://www.makeareadme.com/) for this template.
## Suggestions for a good README
Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
## Name
Choose a self-explaining name for your project.
## Description
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
## Badges
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
## Visuals
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
## Installation
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
## Usage
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
## Support
Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
## Roadmap
If you have ideas for releases in the future, it is a good idea to list them in the README.
## Contributing
State if you are open to contributions and what your requirements are for accepting them.
For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
## Authors and acknowledgment
Show your appreciation to those who have contributed to the project.
## License
For open source projects, say how it is licensed.
## Project status
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
-----BEGIN CERTIFICATE-----
MIIDNjCCAh6gAwIBAgIUcNRlMzfAdelFiM35ywRvOIaOAJwwDQYJKoZIhvcNAQEL
BQAwIjELMAkGA1UEBhMCRlIxEzARBgNVBAMMCmNsZV9wcml2ZWUwHhcNMjIxMTIz
MTcwNzE5WhcNMzIxMTIwMTcwNzE5WjAiMQswCQYDVQQGEwJGUjETMBEGA1UEAwwK
Y2xlX3ByaXZlZTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANC9yWQU
LxKGvpVSwslnM/GBdZoQZ9HolgOXXh4DpmOFjYOeg3qI/QxdaX6ohd7LzYNsF79Z
smOzMbNP+mFLMUwVU4uoyEfzEExIaTfzM1b/DxFoQ8c0mN+SQ8g2tTAEBuqUg9rb
MTuOMAhjWbd0TLyuei7HPfUXSRjVRGhs7fqfCYRsCaoNvbRU60pB0kJkt5O2Dj/E
NhfcbzT/Sq5c1k5g1Li1Qj2Wd+clvJPaTuGWvdtdu7RuCmtIqJod+4MZKp7XIS0C
ogLbn40WH6eqgmfXSrGXta5dZrrXmDXtWBUV15DvHj3BgTQoE0vOr17fAfZO7CP0
EfPEdNT070SRpi0CAwEAAaNkMGIwDwYDVR0TAQH/BAUwAwEB/zAgBgNVHSUBAf8E
FjAUBggrBgEFBQcDAwYIKwYBBQUHAwIwHQYDVR0OBBYEFGO0b/Zn6phy2ATTnKQn
q9E5TYWkMA4GA1UdDwEB/wQEAwIB1jANBgkqhkiG9w0BAQsFAAOCAQEAoaTcSf0m
bTZC6G6dUTzGMubT+L4v0+bU6zZAJjHjkUj+dFAL/m+3sQ8capm5yJJwSP3iTRx/
dOO1HCb28PNuW0Udxlqc4VMBj1AoEpScJrUIaaURd++ccHx4T6R9NAuvkMLXvfE5
bNpReGADrI4evs/LI3Ui6FOTSkgByGmworO1RbgiLSifIVyvS8XP+B8FFkVnm6am
93HxowhCTwqWaPP8RtDtNBXvBXy30m/WNDqdTIiOpvEKQbXECC/hW1fCIe9DoaLj
oPlAklh7kflZ/PpXqWf5iIqotIa62lDA8UHRF3L16FuWei3Tb8QoQ6xGDMuWymNl
5aUNzFn8pAmrkg==
-----END CERTIFICATE-----
package : ae-globalprotect
version : 5.2.8-1
architecture : x64
section : base
priority : optional
name : Global Protect
categories : Network
maintainer : bruno.boissonnet@inrae.fr
description : Global Protect (Palo Alto Networks)
depends :
conflicts :
maturity : PROD
locale :
target_os : windows
min_wapt_version :
sources :
installed_size :
impacted_process :
description_fr : VPN INRAE
description_pl :
description_de :
description_es :
description_pt :
description_it :
description_nl :
description_ru :
audit_schedule :
editor :
keywords : VPN
licence :
homepage : acces.intranet.inrae.fr
package_uuid : 8993f914-c562-4cac-b9a0-6559611d8fc9
valid_from :
valid_until :
forced_install_on :
changelog :
min_os_version :
max_os_version :
icon_sha256sum :
signer : cle_privee
signer_fingerprint: 81e0ca6e9f0a17ccf5f689994a6f49cd402d052d7018b1c633d3ee4cb768919c
signature : wAx9D/0RnkKDLe8PLCQh5+w+qhFrEtNTKrtWtrkJ8lYHMiPwidqM/nlfVtpSpBCqUUswN8/wE8ORtufxe2h291kJZEK6xlffMTjpC2WojtldVG7dlE5UeygHli4Cno+w/VxzJukhZ1rmNDYVQsEzNaRdt9/39y78hT1M68B0fH852dg6thkeRdgbgJUd30AMrGODYOjaY4JMoDJLZBOgrcglsHobFuexYkstERChgNxhBcFmohax6Z1XngtdxPKBnwQm8tWZ7ghdjk7aM3Q2rLeuJrqtVzDpm4WgF+yjtLI4/JRnvH+hxnXNEGbNujtdJgodE86ACzDpRo9damT/jA==
signature_date : 2022-12-12T22:58:30.179666
signed_attributes : package,version,architecture,section,priority,name,categories,maintainer,description,depends,conflicts,maturity,locale,target_os,min_wapt_version,sources,installed_size,impacted_process,description_fr,description_pl,description_de,description_es,description_pt,description_it,description_nl,description_ru,audit_schedule,editor,keywords,licence,homepage,package_uuid,valid_from,valid_until,forced_install_on,changelog,min_os_version,max_os_version,icon_sha256sum,signer,signer_fingerprint,signature_date,signed_attributes
\ No newline at end of file
[[".env","720b2be3b2d977425b68892f478262e7d3f764ca56c86e4d6aa2f639ea3dd214"],[".vscode/launch.json","14ad0a69d92a20510b92d026fe91299b2a0a62cb001340b4a8d260f51899d24f"],[".vscode/settings.json","c4ef3e7d26642471ae3a2faaa131a40791fda1542ede085de266c5144adb2a3c"],["GlobalProtect64.msi","160f37ad73048cdbe2ca3591ad747ab24cd3b287750fb45915b63cbf4ae6b9f9"],["setup.py","d4d369681b9a3cf65609066b1d1f667a8210e3a54ec521494535fa0411e6cafe"],["WAPT/certificate.crt","4892cd04001db53952865637f1499710537cdfa95d68ecae2f5646271475d0b8"],["WAPT/wapt.psproj","c6246be77fa0d87cb8860fc9de433dfc02b56edaaca368712d5b6267141eeee4"],["WAPT/control","fd77243ac4b6144221908ef647eb199eada8d96bbad84ce36b845c3fb04090ce"]]
\ No newline at end of file
OlzzNxJDqqEBTOsKfYb4UvZFKs2Hk1/RilJEr3MVidhXV8ZbO+2H6SGKQ4lWfge/mGZWwAbWwjYpC5Ofg4kHN5RZsy7C8uwRgJskJvHr5drpuOrd8Z2QN59n3GURbIOEufd6QGhMWwWocTS5ONWKIEMfzwpMGrQQp24PaHDGl9Tv0rYR1Mq0UWqeMmWY2q2JI9yeTXXuGW94OPHQs29h1ohcy7C3L+xN9vqWvCdpn6I2zIQjm2jzndivzyGl3Q0C3zMac19iRtQN/liERikYWTj9L6zCaLw4wg1RuG8Wh07ydXZ8hdkD1FYqohf1bUtbqGIlhktmF8RJfzxu3YMSGw==
\ No newline at end of file
[PyScripter]
Version=3.6.4.0
[Project]
ClassName=TProjectRootNode
StoreRelativePaths=TRUE
ShowFileExtensions=FALSE
[Project\ChildNodes\Node0]
ClassName=TProjectFilesNode
[Project\ChildNodes\Node0\ChildNodes\Node0]
ClassName=TProjectFolderNode
Name=wapt
[Project\ChildNodes\Node0\ChildNodes\Node0\ChildNodes\Node0]
ClassName=TProjectFileNode
FileName=C:\Program Files (x86)\wapt\common.py
[Project\ChildNodes\Node0\ChildNodes\Node0\ChildNodes\Node1]
ClassName=TProjectFileNode
FileName=C:\Program Files (x86)\wapt\setuphelpers.py
[Project\ChildNodes\Node0\ChildNodes\Node0\ChildNodes\Node2]
ClassName=TProjectFileNode
FileName=C:\Program Files (x86)\wapt\setuphelpers_linux.py
[Project\ChildNodes\Node0\ChildNodes\Node0\ChildNodes\Node3]
ClassName=TProjectFileNode
FileName=C:\Program Files (x86)\wapt\setuphelpers_macos.py
[Project\ChildNodes\Node0\ChildNodes\Node0\ChildNodes\Node4]
ClassName=TProjectFileNode
FileName=C:\Program Files (x86)\wapt\setuphelpers_unix.py
[Project\ChildNodes\Node0\ChildNodes\Node0\ChildNodes\Node5]
ClassName=TProjectFileNode
FileName=C:\Program Files (x86)\wapt\setuphelpers_windows.py
[Project\ChildNodes\Node0\ChildNodes\Node0\ChildNodes\Node6]
ClassName=TProjectFileNode
FileName=C:\Program Files (x86)\wapt\wapt-get.ini
[Project\ChildNodes\Node0\ChildNodes\Node0\ChildNodes\Node7]
ClassName=TProjectFileNode
FileName=C:\Program Files (x86)\wapt\wapt-get.py
[Project\ChildNodes\Node0\ChildNodes\Node0\ChildNodes\Node8]
ClassName=TProjectFileNode
FileName=C:\Program Files (x86)\wapt\waptpackage.py
[Project\ChildNodes\Node0\ChildNodes\Node0\ChildNodes]
Count=9
[Project\ChildNodes\Node0\ChildNodes\Node1]
ClassName=TProjectFileNode
FileName=$[Project-Path]changelog.txt
[Project\ChildNodes\Node0\ChildNodes\Node2]
ClassName=TProjectFileNode
FileName=$[Project-Path]control
[Project\ChildNodes\Node0\ChildNodes\Node3]
ClassName=TProjectFileNode
FileName=$[Project-Path]..\setup.py
[Project\ChildNodes\Node0\ChildNodes]
Count=4
[Project\ChildNodes\Node1]
ClassName=TProjectRunConfiguationsNode
[Project\ChildNodes\Node1\ChildNodes\Node0]
ClassName=TProjectRunConfiguationNode
Name=WAPT: install
[Project\ChildNodes\Node1\ChildNodes\Node0\RunConfig]
ScriptName=C:\Program Files (x86)\wapt\wapt-get.py
Description=Launch package installation.
EngineType=peRemote
ReinitializeBeforeRun=TRUE
Parameters=install "$[Project-Path].."
WorkingDir=$[Project-Path]..
WriteOutputToFile=FALSE
OutputFileName=$[ActiveScript-NoExt].log
AppendToFile=FALSE
[Project\ChildNodes\Node1\ChildNodes\Node0\RunConfig\ExternalRun]
Caption=External Run
Description=Run script using an external Python Interpreter
ApplicationName=$[PythonExe-Short]
Parameters=$[ActiveScript-Short]
WorkingDirectory=$[ActiveScript-Dir]
[Project\ChildNodes\Node1\ChildNodes\Node1]
ClassName=TProjectRunConfiguationNode
Name=WAPT: remove
[Project\ChildNodes\Node1\ChildNodes\Node1\RunConfig]
ScriptName=C:\Program Files (x86)\wapt\wapt-get.py
Description=Launch uninstallation (the uninstallation code found in local wapt database, remember to launch after an installation).
EngineType=peRemote
ReinitializeBeforeRun=TRUE
Parameters=remove "$[Project-Path].."
WorkingDir=$[Project-Path]..
WriteOutputToFile=FALSE
OutputFileName=$[ActiveScript-NoExt].log
AppendToFile=FALSE
[Project\ChildNodes\Node1\ChildNodes\Node1\RunConfig\ExternalRun]
Caption=External Run
Description=Run script using an external Python Interpreter
ApplicationName=$[PythonExe-Short]
Parameters=$[ActiveScript-Short]
WorkingDirectory=$[ActiveScript-Dir]
[Project\ChildNodes\Node1\ChildNodes\Node2]
ClassName=TProjectRunConfiguationNode
Name=WAPT: uninstall
[Project\ChildNodes\Node1\ChildNodes\Node2\RunConfig]
ScriptName=C:\Program Files (x86)\wapt\wapt-get.py
Description=Launch uninstallation code (for debugging purpose, it only runs the code of uninstall function).
EngineType=peRemote
ReinitializeBeforeRun=TRUE
Parameters=uninstall "$[Project-Path].."
WorkingDir=$[Project-Path]..
WriteOutputToFile=FALSE
OutputFileName=$[ActiveScript-NoExt].log
AppendToFile=FALSE
[Project\ChildNodes\Node1\ChildNodes\Node2\RunConfig\ExternalRun]
Caption=External Run
Description=Run script using an external Python Interpreter
ApplicationName=$[PythonExe-Short]
Parameters=$[ActiveScript-Short]
WorkingDirectory=$[Project-Path]..
[Project\ChildNodes\Node1\ChildNodes\Node3]
ClassName=TProjectRunConfiguationNode
Name=WAPT: session-setup
[Project\ChildNodes\Node1\ChildNodes\Node3\RunConfig]
ScriptName=C:\Program Files (x86)\wapt\wapt-get.py
Description=Launch session-setup (it runs directly as current user).
EngineType=peRemote
ReinitializeBeforeRun=TRUE
Parameters=session-setup "$[Project-Path].."
WorkingDir=$[Project-Path]..
WriteOutputToFile=FALSE
OutputFileName=$[ActiveScript-NoExt].log
AppendToFile=FALSE
[Project\ChildNodes\Node1\ChildNodes\Node3\RunConfig\ExternalRun]
Caption=External Run
Description=Run script using an external Python Interpreter
ApplicationName=$[PythonExe-Short]
Parameters=$[ActiveScript-Short]
WorkingDirectory=$[ActiveScript-Dir]
[Project\ChildNodes\Node1\ChildNodes\Node4]
ClassName=TProjectRunConfiguationNode
Name=WAPT: audit
[Project\ChildNodes\Node1\ChildNodes\Node4\RunConfig]
ScriptName=C:\Program Files (x86)\wapt\wapt-get.py
Description=Launch package audit.
EngineType=peRemote
ReinitializeBeforeRun=TRUE
Parameters=audit -f "$[Project-Path].."
WorkingDir=$[Project-Path]..
WriteOutputToFile=FALSE
OutputFileName=$[ActiveScript-NoExt].log
AppendToFile=FALSE
[Project\ChildNodes\Node1\ChildNodes\Node4\RunConfig\ExternalRun]
Caption=External Run
Description=Run script using an external Python Interpreter
ApplicationName=$[PythonExe-Short]
Parameters=$[ActiveScript-Short]
WorkingDirectory=$[ActiveScript-Dir]
[Project\ChildNodes\Node1\ChildNodes\Node5]
ClassName=TProjectRunConfiguationNode
Name=WAPT: update-package
[Project\ChildNodes\Node1\ChildNodes\Node5\RunConfig]
ScriptName=C:\Program Files (x86)\wapt\wapt-get.py
Description=Launch update_package (it usually serve to update binaries of the package).
EngineType=peRemote
ReinitializeBeforeRun=TRUE
Parameters=update-package-sources "$[Project-Path].."
WorkingDir=$[Project-Path]..
WriteOutputToFile=FALSE
OutputFileName=$[ActiveScript-NoExt].log
AppendToFile=FALSE
[Project\ChildNodes\Node1\ChildNodes\Node5\RunConfig\ExternalRun]
Caption=External Run
Description=Run script using an external Python Interpreter
ApplicationName=$[PythonExe-Short]
Parameters=$[ActiveScript-Short]
WorkingDirectory=$[ActiveScript-Dir]
[Project\ChildNodes\Node1\ChildNodes\Node6]
ClassName=TProjectRunConfiguationNode
Name=WAPT: -i build-upload
[Project\ChildNodes\Node1\ChildNodes\Node6\RunConfig]
ScriptName=C:\Program Files (x86)\wapt\wapt-get.py
Description=Build and upload package to the waptserver.
EngineType=peRemote
ReinitializeBeforeRun=TRUE
Parameters=--use-gui -i build-upload "$[Project-Path].."
WorkingDir=$[Project-Path]..
WriteOutputToFile=FALSE
OutputFileName=$[ActiveScript-NoExt].log
AppendToFile=FALSE
[Project\ChildNodes\Node1\ChildNodes\Node6\RunConfig\ExternalRun]
Caption=External Run
Description=Run script using an external Python Interpreter
ApplicationName=$[PythonExe-Short]
Parameters=$[ActiveScript-Short]
WorkingDirectory=$[ActiveScript-Dir]
[Project\ChildNodes\Node1\ChildNodes]
Count=7
[Project\ChildNodes]
Count=2
[Project\ExtraPythonPath]
Count=0
setup.py 0 → 100644
# -*- coding: utf-8 -*-
from setuphelpers import *
r"""
Usable WAPT package functions: install(), uninstall(), session_setup(), audit(), update_package()
"""
# Declaring global variables - Warnings: 1) WAPT context is only available in package functions; 2) Global variables are not persistent between calls
def install():
print(u'Installation en cours de Global Protect ...')
# Declaring local variables
properties = {'PORTAL':'acces.intranet.inrae.fr'}
# Installing the software
print("Installing: GlobalProtect64.msi")
install_msi_if_needed('GlobalProtect64.msi',properties = properties )
print(u'Installation terminée.')
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment