The search returned 51 results

by Yoann
February 26, 2021 - 08:11
Forum: WAPT Packages
Subject: Nextcloud package
Answers: 3
Views : 3803

Re: Nextcloud package

Hello,

To prevent automatic updates, the key has indeed changed according to the documentation and tests performed.
However, the use of the HKEY_LOCAL_MACHINE\Software\Nextcloud\Nextcloud key can be manually overridden by the user with HKEY_CURRENT_USER.To

...
by Yoann
February 17, 2021 - 08:12
Forum: WAPT Packages
Subject: [Resolved] tis-adobereader package
Answers: 2
Views : 3325

Re: tis-adobereader package

Hello,

A new version (2021.001.20138) of Adobe Acrobat Reader DC has just been released and fixes the problem encountered during installation:
4323851: Getting Error 1722 while installing 32-bit Reader or on applying the latest Reader patch.

I just tested it by adapting the package...
by Yoann
February 11, 2021 - 10:50
Forum: WAPT Packages
Subject: [Resolved] tis-adobereader package
Answers: 2
Views : 3325

Re: tis-adobereader package

To add to this, error 1603 is also returned from a Windows machine without any version of Adobe Reader DC previously installed.

However, manually running update 2021.001.20135 works fine: msiexec.exe /p AcroRdrDCUpd2100120135_MUI.msp /norestart /quiet ...
by Yoann
February 10, 2021 - 10:23
Forum: WAPT Packages
Subject: [Resolved] tis-adobereader package
Answers: 2
Views : 3325

[Solved] tis-adobereader package

Hello,

I'm encountering a problem with the recently updated tis-adobereader package for Adobe Reader DC version 2021.1.20135.
Error 1603 is returned when running the file "AcroRdrDCUpd2100120135_MUI.msp".

Thank you,

Best regards.
by Yoann
January 27, 2021 - 2:51 PM
Forum: WAPT Packages
Subject: Zotero
Answers: 5
Views : 5731

Re: Zotero

Hello,

the tis-zotero package available in the repository has an issue (the variable `bin_name` is used instead of `bin_name_string`): `

print('Installing: %s' % bin_name)`.

Or, judging from the other packages, the following lines are missing from the code: `

package_version = control.version.split ...`
by Yoann
January 4, 2021 - 2:05 PM
Forum: WAPT Packages
Subject: [SOLVED] Package tis-obs-studio x64
Answers: 2
Views : 3236

Re: [SOLVED] Package tis-obs-studio x64

Hello,

The package works

Thank you,

Best regards.
by Yoann
January 4, 2021 - 2:04 PM
Forum: WAPT Packages
Subject: [Resolved] tis-flashplayer package
Answers: 1
Views : 2327

Re: tis-flashplayer package

Hello,

the package has been fixed and is now working.

Thank you.
by Yoann
December 17, 2020 - 3:18 PM
Forum: WAPT Packages
Subject: [Resolved] tis-flashplayer package
Answers: 1
Views : 2327

[Solved] tis-flashplayer package

Hello,

I'm having a problem with the new tis-flashplayer package, version 32.0.0.465.

On a 64-bit Windows 10 Pro machine with Firefox installed, the installation condition is not valid for running install_flash_player_32.0.0.465_plugin.msi

.
by Yoann
December 17, 2020 - 12:02 PM
Forum: WAPT Packages
Subject: [SOLVED] Package tis-obs-studio x64
Answers: 2
Views : 3236

[SOLVED] Package tis-obs-studio x64

Hello,

Installing the "tis-obs-studio" package, version 26.1.0 64-bit, returns the following error:
UnstallKey OBS Studio has been found in the registry, but version in registry does not match requirements of min_version=26.1.0.0.
It would be necessary to modify the version property of the...
by Yoann
December 8, 2020 - 7:57 AM
Forum: WAPT Packages
Subject: [RESOLVED] Mass Uninstallation
Answers: 2
Views : 3825

Re: Mass uninstallation

Hello,

to uninstall a package, you must associate it with a machine by placing it in the Forbidden Packages tab.

In the console, the Required Packages tab on the machine will allow the installation of a package, while the Forbidden Packages tab will uninstall it.

You can...