marliese.drude
08-31-2016, 03:16 AM
I'm about to build an Basic MSI that should replace an installscript msi project.
I have almost done the features/components/files stuff and created the custom dialogs I need.
One dialog should call a custom action (installscript) when its next botton is clicked. For a first step it contains only a messagebox.
But it doesn't work though I selected the function in a DoAction and moved this prior to the next dialog. The next dialog should only be shown it this function returns true.
What do I have to do?
As the future function is a bit complicated I wish to debug it.
Any help is very appreciated, perhaps someone has a small example project?
Kind Regards
Marliese
I have almost done the features/components/files stuff and created the custom dialogs I need.
One dialog should call a custom action (installscript) when its next botton is clicked. For a first step it contains only a messagebox.
But it doesn't work though I selected the function in a DoAction and moved this prior to the next dialog. The next dialog should only be shown it this function returns true.
What do I have to do?
As the future function is a bit complicated I wish to debug it.
Any help is very appreciated, perhaps someone has a small example project?
Kind Regards
Marliese