Manish Jhalani
10-18-2014, 07:27 AM
Hi,
I am using Setup Builder 7.7. I am creating installer for my application for 64-bit Windows 8.1. Same installer script I was using for installer for 32-bit XP and 64-bit Windows 7. In script installer type is set for XP is 32-bit, Windows 7 is 64-bit, and Windows 8.1 is 64-bit.
I am facing multiple problems on 64-bit Windows 8.1:
1. Control Panel\programs is showing multiple entries for my application after installation.
2. I am creating registry entry only under HKEY_LOCAL_MACHINE\SOFTWARE. But I can see two more registry entries for product GUID under HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ Windows\CurrentVersion\Uninstall and HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall
3. Uninstallation is not deleting entries from control panel\programs, all shortcuts, and registry entries properly.
Please help.
I am using Setup Builder 7.7. I am creating installer for my application for 64-bit Windows 8.1. Same installer script I was using for installer for 32-bit XP and 64-bit Windows 7. In script installer type is set for XP is 32-bit, Windows 7 is 64-bit, and Windows 8.1 is 64-bit.
I am facing multiple problems on 64-bit Windows 8.1:
1. Control Panel\programs is showing multiple entries for my application after installation.
2. I am creating registry entry only under HKEY_LOCAL_MACHINE\SOFTWARE. But I can see two more registry entries for product GUID under HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\ Windows\CurrentVersion\Uninstall and HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Curr entVersion\Uninstall
3. Uninstallation is not deleting entries from control panel\programs, all shortcuts, and registry entries properly.
Please help.