Hello,
First of all, I apologize for misunderstanding your question.
If you want to skip our
"UserRegistrationDlg" dialog during upgrade, then I'm afraid this is not possible. What you can do is to pre-populate your serial number field (PIDKEY property) from "UserRegistrationDlg" with the serial number stored in your registry value (during upgrade).
Here's the steps to proceed:
- Open the new version of your installer project.
- Go to "Search" page and add a
registry search (named
PIDKEY) like this:
- Root: HKEY_LOCAL_MACHINE
Key: Software\[Manufacturer]\[ProductName]
Name: Serial
Type: Retrieve the raw value
- Build and run your project.
Also, here's attached a sample, created using version 9.5 of Advanced Installer, which implements a similar scenario.
Let us know if this helped.
All the best,
Daniel