Create prefix without launching a app?

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
User avatar
malonn
Level 2
Level 2
Posts: 27
Joined: Tue Oct 05, 2021 12:10 pm

Create prefix without launching a app?

Post by malonn »

I'm just wondering if it's possible to create a wine prefix without launching an app? So, I know by running...

Code: Select all

$ wine winecfg
or

Code: Select all

$ wine </path/to/executable>
...it creates a prefix. Can I create a prefix without launching an app? If so, how? If not, oh well.
User avatar
malonn
Level 2
Level 2
Posts: 27
Joined: Tue Oct 05, 2021 12:10 pm

Re: Create prefix without launching a app?

Post by malonn »

Lol, I found this online immediately after posting my question:

Code: Select all

$ wine wineboot
Everything kosher with that call?
winspool
Level 2
Level 2
Posts: 19
Joined: Fri Feb 22, 2008 3:39 pm

Re: Create prefix without launching a app?

Post by winspool »

That's ok.
See also: wine wineboot --help
You should get questions to download mono and gecko.

On my system, i make sure,
that i have downloaded the newest mono and gecko packages,
before creating a new prefix to avoid this dialog.
Supported locations to save the downloads: https://wiki.winehq.org/Gecko


--
Regards ... Detlef (winspool)
Locked