[SOLVED] 32-bit version of a package
Published: March 27, 2018 - 4:26 PM
Good morning,
- Installed WAPT version: 1.5.1.18 Community
- Linux Debian 9 server OS
- Operating system of the administration/package creation machine: Windows 10
I downloaded the 32-bit version of Visio Viewer from the Microsoft website.
I create the package in wapt, I launch the installation, I retrieve the uninstallkey (with wapt-get list-registry), I enter it in setup.py and I recreate the package.
I'm installing the package on a 64-bit Windows 10 system. The application installs correctly, but I get a warning:
After doing some research in the registry, I noticed that the uninstall key is not in HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\ but in HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Windows\CurrentVersion\Uninstall\
How do I tell Wapt where to look for the key in the right place?
THANKS
- Installed WAPT version: 1.5.1.18 Community
- Linux Debian 9 server OS
- Operating system of the administration/package creation machine: Windows 10
I downloaded the 32-bit version of Visio Viewer from the Microsoft website.
I create the package in wapt, I launch the installation, I retrieve the uninstallkey (with wapt-get list-registry), I enter it in setup.py and I recreate the package.
I'm installing the package on a 64-bit Windows 10 system. The application installs correctly, but I get a warning:
Code: Select all
EWaptException: The uninstall key: 95160000-0052-040C-0000-0000000FF1CE has not been found in system registry after software installation.How do I tell Wapt where to look for the key in the right place?
THANKS