Hello!
<OFF>First of all a huge thanks to all those who is related to the wine developing. Wonderful software!</OFF>
My question is, that is there a way to change the WineProgramArguments on every startup?
I have a software which was developed under Windows in DirectX. The software connects to a server every time it starts and downloads some content from it and then it opens this content. To tell the software which content is needed I have to pass a unique argument to it. Is this possible?
If not I guess I have to write a wrapper application which parses a file with the arguments, then overwrites the software Info.plist file where it sotres the arguments. Am I right?
Thanks in advance!
Changing WineProgramArguments on startup
Re: Changing WineProgramArguments on startup
NOt really following. Normal Wine is all command line. If you already have anything in an Info.plist then you are using a 3rd party product that uses Wine and not normal Wine.