Hi Everybody,
I am looking for a possibility to control closing and restarting the aplication (installed by ai) while modifying the application during runtime. To explain it closely: After starting my application, I want to offer the possibility via main menu to add or remove features. This process is started by a command a follows:
executeProg("msiexec.exe /i" + productCode + " FASTCUSTOMIZE=1");
The user now can add or remove feature in the "CustomizeDlg". From the moment on,the user presses the button "Install" within the "VerifyReadyDlg", the application itself must close to give access to files on harddisk (Database-files) to remove. After finishing the process of modification,the application should restart automatically.
Is this possible to realize and if so: How? I suppose it might work by using Custom Actions but can I realize it exactly?
Thank you for helping
Ragards
Yoster
FOLLOW US