Archive: custom page in modern ui with dl'ed textfile


custom page in modern ui with dl'ed textfile
hi,

im trying to make a page that displays the content of a txtfile that will downloaded while the installer initialises (.onInit). I have tried MUI licensepage, but that needs a localfile at compile time. how can i achive my goal?

the setup shall autoupdate everytime i run the setup.exe. the page shall show the patch-history as first item.


You can change the license text on run-time by sending a WM_SETTEXT message. There have been some topics about it.