How can i customize Language Selection Dialog in installshield Basic MSI project?

1.2k Views Asked by At

I want to modify default UI design of language selection dialog in basic msi project of installshield....

1

There are 1 best solutions below

2
On BEST ANSWER

The language selection dialog is shown by an EXE bootstrapper. Since it's an internal resource in a custom EXE, the only way to modify it is to somehow edit the resource files inside that EXE.