WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: wine: installing a windows app  (Read 2076 times)

Offline P5music

  • Full Member
  • ***
  • Posts: 167
wine: installing a windows app
« on: June 09, 2010, 01:15:44 PM »
hello,
I installed wine extension and it works (with wineasio.dll too).
I see that tinycore created a mydata.gz archive that contains wine drive_c.
Now I ask if I can install a windows application running its installer with wine. I am planning to install an application with huge sample library. I fear it will want to archive those every time in mydata like backup.
thanks in advance

Offline batnas

  • Full Member
  • ***
  • Posts: 122
Re: wine: installing a windows app
« Reply #1 on: June 09, 2010, 02:32:10 PM »
The folders that are beeing backed up are the ones listed in '/opt/.filetool.lst'
If you remove 'home/tc' From the file, TC will not back it up.
Then it is a good idea to set a persistent homedir in your bootcodes: add 'home=hda1' Or wherever you have persistence..

\\Batnas

Offline curaga

  • Administrator
  • Hero Member
  • *****
  • Posts: 11041
Re: wine: installing a windows app
« Reply #2 on: June 09, 2010, 04:02:57 PM »
Or merely make drive_c a symlink to some storage.

edit: The post didn't make sense before.
« Last Edit: June 10, 2010, 01:30:29 PM by curaga »
The only barriers that can stop you are the ones you create yourself.

Offline P5music

  • Full Member
  • ***
  • Posts: 167
Re: wine: installing a windows app
« Reply #3 on: June 10, 2010, 07:12:18 AM »
Thank you very much.
I want to have just tinycore and its libraries in memory (alsa+jack+wine).
I do not know if I could make all persistent and if boot time would be  affected (my goal is fastest boot).
Said that, I will call wine programs (kontakt4,reaper) and I want them to persistently store their preferences, sample libraries and projects. How to do that?