Captain's Universe Home
Captain's Universe Home
Cosmic Ray Muon DetectorTeleGarden Pages
Time on MarsBryophyllum Plants
Jupiter Radio AstronomyAncient Pages
Salzburg Tourist GuideEarth Magnetometer
  H O M E     AJAX & MORE     LINUX & MORE     RTAI     XENOMAI     ADEOS IPIPE      
    JAVA & BROWSERS     *NIX     ELECTRONICS     REVIEWS     ARTEMIA     FAIRY SHRIMP      


Linux Wine: NSIS Error: Error writing temporary file. Make sure your temp folder is valid.

If you try to install windows stuff in Wine, and you get this error
NSIS Error: Error writing temporary file. Make sure your temp folder is valid.
here is the solution for getting rid of this error and solving the problem.


Open
~/.wine/config
in your favorite editor and make sure you have something like this:
[Drive X]
"Path" = "/tmp"
"Type" = "hd"
"Label" = "Tmp Drive"
"Filesystem" = "win95"

[wine]
[...]
"Temp" = "X:\\"



The solution is making a symlink in ~/.wine/dosdevices:
ln -sf ~/.wine/drive_c/temp ~/.wine/dosdevices/x:
Verify the symlink with
user@machine:~/.wine/dosdevices$ ll
[...]
lrwxrwxrwx 1 user user 28 2007-08-13 21:21 x: -> /home/user/.wine/drive_c/temp
[...]


Last-Modified: Mon, 13 Aug 2007 19:24:24 GMT

Google
 
Web www.captain.at
go to top
© 1996-2010 . All rights reserved.
No reproduction, distribution, publishing or transmission of the copyrighted materials at this site is permitted. Policy
go to top