Archive: uninstall alreay in French


uninstall alreay in French
Hello,

I've made an installer in French and English, and it works ;)
But the uninstall.exe is in French in both cases.
How may I tell the uninstall that it's in the install language ?

Thanks

Vink


Write it in the registry when installing, and read it when uninstalling.

Use WriteRegStr (in installation) and ReadRegStr using $LANGUAGE variable (in uninstallation).


If you are using the Modern UI there are settings available to store the installer language.

If there is no language stored, the Modern UI will automatically show a language selection dialog.


ok, thanks
I'm not using the Modern UI

Now it works.