Dear Advanced Installer,
We have analyzed a very weird issue with our automatic client rollout updates: for years we were doing the automatic .exe rollout mechanism in the same way:
- configured the updater project as per you will see in the attached screenshot -> generated a .tuic file
- on our client we passed the .tuic file for the updater service
Now the entire mechanism stopped working, although we did not touch our updater project at all. The only thing we did is that we upgraded to AI 22.8.
The actual problem is that our updater dialog is just hanging after some time. It starts the installation, we can see in task manager that even the prerequisites are being installed, but the entire process is taking too long, at some point the dialog is just gone.
After a quite long investigation we figured out that the problem is caused by this line in our .tuic file:
NoGUICommandLineSwitch = /exenoui /qn
If we remove /exenoui and /qn - important that both of them must be removed - the the updater can install our .exe file.
Do you have any idea why this issues started to be happening and whether AI upgrade 22.8 might be causing it?
In a separate email I will send some attachments for better understanding!
Best regards,
Zsolt