The search returned 2 results
- May 25, 2023 - 2:13 PM
- Forum: WAPT Packages
- Subject: Uninstallkey issue in MSI
- Answers: 2
- Views : 1869
Re: Uninstallkey issue in MSI
Indeed! That's all good, thank you very much.
- May 25, 2023 - 11:55
- Forum: WAPT Packages
- Subject: Uninstallkey issue in MSI
- Answers: 2
- Views : 1869
Uninstallkey issue in MSI
Hello,
I'm new to WAPT packages and I've already run into a problem:
I want to create a package for an MSI using the `install_msi_if_needed` function,
but the `uninstallkey` isn't correct...
`print(get_msi_properties(bin_name)["ProductCode"])
` returns: `{8FF61D0C-7B9E-46F1 ...`
I'm new to WAPT packages and I've already run into a problem:
I want to create a package for an MSI using the `install_msi_if_needed` function,
but the `uninstallkey` isn't correct...
`print(get_msi_properties(bin_name)["ProductCode"])
` returns: `{8FF61D0C-7B9E-46F1 ...`
