Error during software installation

Questions about WAPT Packaging / Requests and help regarding Wapt packages.
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
Locked
florentS
Messages: 1
Registration: Nov 09, 2017 - 12:17

November 9, 2017 - 2:35 PM

Good morning,

I am looking to deploy the image resizer software.
dotnetfx4.0 is installed correctly.

Here are the error messages I was able to find.

Code: Select all

wapt-get install am-imageresizer
installing WAPT packages am-imageresizer
Installing am-imageresizer
Installing Image Resizer
2017-11-09 14:01:52,963 CRITICAL Package am-imageresizer not installed due to errors : Exception: The uninstall key: {6285B71F-660A-478B-A876-C7E66A678E6A} has not been found in system registry after software installation.

Results :

 === install packages ===
  am-imageresizer                | am-imageresizer (3.0.4802.35565-2)

 === skipped packages ===
  am-dotnetfx4.0                 | am-dotnetfx4.0 (4.0-6)

 === errors packages ===
  am-imageresizer                | am-imageresizer (3.0.4802.35565-2)

Code: Select all

Installing am-imageresizer
Exception: Error during install of am-imageresizer (=3.0.4802.35565-2): errors in packages [[u'am-imageresizer (=3.0.4802.35565-2)', PackageEntry('am-imageresizer','3.0.4802.35565-2')]]
Traceback (most recent call last):
  File "c:\wapt\waptservice\waptservice.py", line 2100, in run
    self.running_task.run()
  File "c:\wapt\waptservice\waptservice.py", line 1360, in pwrapper
    return func(*arg, **kwargs)
  File "c:\wapt\waptservice\waptservice.py", line 1420, in run
    self._run()
  File "c:\wapt\waptservice\waptservice.py", line 1844, in _run
    self.result.get('errors',[])))
Exception: Error during install of am-imageresizer (=3.0.4802.35565-2): errors in packages [[u'am-imageresizer (=3.0.4802.35565-2)', PackageEntry('am-imageresizer','3.0.4802.35565-2')]]

Do you have a solution or even a starting point?

Commander
User avatar
dcardon
WAPT Expert
Messages: 1932
Registration: June 18, 2014 - 09:58
Location: Saint Sébastien sur Loire
Contact :

December 19, 2017 - 7:03 PM

Good evening florentS,

the error message says that the uninstallation string was not found. Was the software installed or not? If it was installed correctly, you need to correct the uninstall_string variable.

If it wasn't installed, you need to try installing it from the command line using cmd.exe and see if you get an error message during execution. If it installs correctly from the command line using cmd.exe as administrator, you need to try again as LocalSystem. To do this, install the tis-ms-pstool package and then run the command
psexec -s -i cmd.
After that, you should get a cmd.exe command line as LocalSystem. The WAPT service uses this account for its installations.

Could you please specify the version of WAPT you are using, as well as the setup.py file from the package?

Denis
Denis Cardon - Tranquil IT
Share your experiences on WAPT! Send us your blog and article URLs in the "Your Opinion of the forum, and we'll feature them on the WAPT
Locked