
andrea.giacomini1.552493167550946E12 asked a question.
Costum dialog box registry editing
Hi
I'm trying to create a costum dialog box as last step of my installation , I need to read my registry key and permit the user to modify it .
I'm working on a basic msi project
I have create my new dialog but I don't understand what I must do to put it in the installation flow
any exemples ?
thanks for your time
Anyway
I write a bat to run after the installation for modify the registry
I try to follow the Q111515: HOWTO: Launch a Batch File With Windows Installer
and it don't work , I can not run even notepad. exe
but at step 13
On the "Insert into Sequence" dialog, set the "Install Execute Sequence" to "Before InstallFinalize" and the "Install Execute Condition" to the following: Not Installed and VersionNT. This condition instructs the install to only execute the custom action during a first-time install on an NT-based target system.
I can't see the voice "Before InstallFinalize" nowhere , only the voice "after .....
and another thing ,
Install UI sequence
Install Exec Sequence
Advertise Exec Sequence
Admin UI sequence
Admin Exec Sequence
In which of these options I need to put the conditons control to run the bat?
thanks for your time