Felice di essere tra gli utenti di WAPT 1.7.4.6223 Windows / Windows
Attualmente stiamo testando la versione gratuita nella nostra azienda, con la possibilità di passare alla versione Enterprise se siamo soddisfatti!
Ho un pacchetto da distribuire (Synnololy Cloud Station Drive "exe").
Viene distribuito localmente, ma ricevo un messaggio di errore senza la console PyScripter:
Codice: Seleziona tutto
>>>
*** Remote Interpreter Reinitialized ***
Command Line : install "c:\waptdev\cloud-station-drive-wapt\WAPT\.."
Using config file: C:\wapt\wapt-get.ini
Installing WAPT files c:\waptdev\cloud-station-drive-wapt
installing cloud-station-drive
2019-10-25 08:43:23,125 CRITICAL Fatal error in install script: CalledProcessErrorOutput: Command '"Cloud Station Drive.exe" /S' returned non-zero exit status 1223.
Output::
Traceback (most recent call last):
File "C:\wapt\common.py", line 3846, in install_wapt
exitstatus = setup.install()
File "c:\waptdev\cloud-station-drive-wapt\setup.py", line 8, in install
install_exe_if_needed("Cloud Station Drive.exe",'/S',key='Synology Cloud Station Drive (remove only)',min_version='4.3.2')
File "C:\wapt\common.py", line 3802, in new_func
return func(*args,**kwargs)
File "C:\wapt\setuphelpers.py", line 4321, in install_exe_if_needed
run(r'"%s" %s' % (exe,silentflags),accept_returncodes=accept_returncodes,timeout=timeout,pidlist=pidlist)
File "C:\wapt\setuphelpers.py", line 1068, in run
raise CalledProcessErrorOutput(proc.returncode,cmd,''.join(output))
CalledProcessErrorOutput: Command '"Cloud Station Drive.exe" /S' returned non-zero exit status 1223.
Output:
FATAL ERROR : CalledProcessErrorOutput: Command '"Cloud Station Drive.exe" /S' returned non-zero exit status 1223.
Output:
Exit code: 3Codice: Seleziona tutto
package : cloud-station-drive
version : 4.3.2
architecture : all
section : base
priority : optional
name :
categories :
maintainer : Srv WAPT
description : Cloud Station Drive (Synology)
depends :
conflicts :
maturity : PREPROD
locale :
target_os :
min_os_version :
max_os_version :
min_wapt_version :
sources :
installed_size :
impacted_process :
description_fr :
description_pl :
description_de :
description_es :
audit_schedule :
editor :
keywords :
licence :
homepage :
package_uuid :
valid_from :
valid_until :
forced_install_on :
signer :
signer_fingerprint:
signature_date :
signed_attributesCodice: Seleziona tutto
# -*- coding: utf-8 -*-
from setuphelpers import *
uninstallkey = []
def install():
print('installing cloud-station-drive')
install_exe_if_needed("Cloud Station Drive.exe",'/S',key='Synology Cloud Station Drive (remove only)',min_version='4.3.2')grazie in anticipo
Distinti saluti,
