Changing WineProgramArguments on startup

Questions about Wine on macOS.
Locked
HCSilex
Newbie
Newbie
Posts: 1
Joined: Fri May 17, 2013 5:29 am

Changing WineProgramArguments on startup

Post by HCSilex »

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!
doh123
Level 8
Level 8
Posts: 1227
Joined: Tue Jul 14, 2009 1:21 pm

Re: Changing WineProgramArguments on startup

Post by doh123 »

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.
Locked