Hello,
Several scientists have informed me that the [tis-zeiss-zen-blue] package is obsolete.
The available package is version 2.3. Zeiss Zen is now available in version 3.6.
Thank you.
Best regards,
[RESOLVED] Request to update package [tis-zeiss-zen-blue]
Forum Rules
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Community Forum Rules
* English support on www.reddit.com/r/wapt
* French community support is available on this forum
* Please prefix the topic title with [RESOLVED] if it is resolved.
* Please do not edit a topic that is tagged [RESOLVED]. Open a new topic referencing the old one.
* Specify the installed WAPT version, full version, and build number (2.2.1.11957 / 2.2.2.12337 / etc.) as well as the Enterprise/Discovery edition.
* Versions 1.8.2 and earlier are no longer supported. The only questions accepted regarding version 1.8.2 are related to upgrading to a supported version (2.1, 2.2, etc.).
* Specify the server OS (Linux/Windows) and version (Debian Buster/Bullseye - CentOS 7 - Windows Server 2012/2016/2019).
* Specify the OS of the administration/package creation machine and the machine with the problematic agent, if applicable (Windows 7/10/11/Debian 11/etc.).
* Avoid asking multiple questions when opening a topic, otherwise it may be ignored. If there are multiple topics, open separate topics, preferably one after the other and not all at the same time (i.e., do not spam the forum).
* Include code snippets, screenshots, and other images directly in the post. Links to Pastebin, Bitly, and other third-party sites will be systematically removed.
* As with any community forum, support is provided voluntarily by members. If you require commercial support, you can contact Tranquil IT's sales department at 02.40.97.57.55
Hello again,
Do you have access to a public download link without authentication for the installation file? This would be necessary for automatically building the WAPT package. If this isn't possible, you can provide us with the binary directly, and we can rebuild the package.
Best regards,
Bertrand
Do you have access to a public download link without authentication for the installation file? This would be necessary for automatically building the WAPT package. If this isn't possible, you can provide us with the binary directly, and we can rebuild the package.
Best regards,
Bertrand
Good morning,
A scientist guided me on how to install the application. The installer provided by the publisher includes a multitude of programs that need to be installed. The team of scientists I'm in contact with uses a batch script to install only what they need for a "lite" use of the software.
A scientist managed to extract the software to be installed, and the following script was used:
It seems that finding a clean and industrializable solution will be difficult.
A scientist guided me on how to install the application. The installer provided by the publisher includes a multitude of programs that need to be installed. The team of scientists I'm in contact with uses a batch script to install only what they need for a "lite" use of the software.
A scientist managed to extract the software to be installed, and the following script was used:
Code: Select all
pushd "%~dp0"
vcredist_2010_x64.exe /q /norestart
vcredist_2012_x64.exe /install /quiet /norestart
vcredist_2013_x64.exe /install /quiet /norestart
vcredist_2015-2019_x64.exe /install /quiet /norestart
NDP462-KB3151800-x86-x64-AllOS-ENU.exe /q /norestart
msiexec.exe /i ZLAT.msi /qn
msiexec.exe /i ZEISS-Help-Viewer-x64.msi /qn
msiexec.exe /i ZENblue-HelpViewerContent.msi /qn /norestart REBOOT=ReallySuppress
msiexec.exe /i SqlLocalDB.msi /qn IACCEPTSQLLOCALDBLICENSETERMS=YES
msiexec.exe /i ZEISS_ZEN_3.6_Base.msi /qn /norestart REBOOT=ReallySuppress CZIASSOCNATIVE=true
msiexec.exe /i ZENblue_tp-3.95.22115.4.msi /qn /norestart REBOOT=ReallySuppressHello,
I created this package: https://wapt.tranquil.it/wapt-testing/t ... EPROD.wapt
Its dependencies are the vcredist and dotnetfx packages and it includes the rest of the applications present in your colleague's script.
Best regards,
Bertrand
I created this package: https://wapt.tranquil.it/wapt-testing/t ... EPROD.wapt
Its dependencies are the vcredist and dotnetfx packages and it includes the rest of the applications present in your colleague's script.
Best regards,
Bertrand
