You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello guys, i developed a .net 9.0 winform app, published in framework dependant and targeting win-x64.
First time a user will run this app, he will have the message "you must install or update .net to run this application" to install the framework, which is good.
Problem, my app is deployed in french market, most of the user don't speak english and it seem they are scared of this message and some of them refused to go further thinking its a virus or something like that.
I was wondering if some personnalization of this window was possible, for example use the system language will be better, and even more, have the ability to decide itself which message show in the window so it could be personnalize, for example by overriding some entries in runtimeconfig.json or things like that. Overriding the logo would be nice too.
What do you think about that ? Is it something you are thinking or can be added in your roadmap ?
thanks !
The text was updated successfully, but these errors were encountered:
not really, its not the idea. Actually this winform app is deployed on server environnement to be use as an installer/configurer for a asp .net server app (in .net 9.0 also)
So the idea was more to have the .net installed on the machine because the webapp will need too, otherwise i also have to make my webapp self-contained. all of this will increase a lot the size of my app (of the two apps actually).
Hello guys, i developed a .net 9.0 winform app, published in framework dependant and targeting win-x64.
First time a user will run this app, he will have the message "you must install or update .net to run this application" to install the framework, which is good.
Problem, my app is deployed in french market, most of the user don't speak english and it seem they are scared of this message and some of them refused to go further thinking its a virus or something like that.
I was wondering if some personnalization of this window was possible, for example use the system language will be better, and even more, have the ability to decide itself which message show in the window so it could be personnalize, for example by overriding some entries in runtimeconfig.json or things like that. Overriding the logo would be nice too.
What do you think about that ? Is it something you are thinking or can be added in your roadmap ?
thanks !
The text was updated successfully, but these errors were encountered: