create pronote package
Published: July 3, 2022 - 4:55 PM
Good morning
I want to create a package to install the Pronote client (Index Education)
I therefore have an .exe file and an .iss file for installation and another for uninstallation. The batch command to launch the silent installation on all machines is as follows:
For uninstallation, here are the commands
How can I convert these commands into Python language in PyScripter in order to create a package that allows installation and uninstallation?
THANKS
I want to create a package to install the Pronote client (Index Education)
I therefore have an .exe file and an .iss file for installation and another for uninstallation. The batch command to launch the silent installation on all machines is as follows:
Code: Select all
\\serveur\pronote\Install_PRNclient_FR_win64.exe -s -f1\\serveur\pronote\ClientPRONOTE.issCode: Select all
"%ProgramFiles(x86)%\InstallShield Installation Information\{E20E5011-C887-40D8-8C26-99460A24F860}\setup.exe -s -uninst -f1\\serveur\pronote\uninstPRONOTE.issTHANKS