I'm a newbie, sorry in advance :p I have been searching here and reading threads and can't seem to find an answer, hence this post. I saw a nice example of what I am trying to do so I'll copy that format and perhaps it will illustrate better than I can explain. I'm using Ubuntu Hardy, 64bit. My only goal currently is to install the redist, using winetricks is the proper method I think? After having no luck, I started from scratch to test, spacing added for readability: (I get tons of these preloader range warnings) Code: mason@mason-desktop:~$ uname -a Linux mason-desktop 2.6.24-16-generic #1 SMP Thu Apr 10 12:47:45 UTC 2008 x86_64 GNU/Linux mason@mason-desktop:~$ wine --version preloader: Warning: failed to reserve range 00000000-00010000 wine-0.9.61 mason@mason-desktop:~$ mv .wine .wine.backup mason@mason-desktop:~$ wineprefixcreate preloader: Warning: failed to reserve range 00000000-00010000 preloader: Warning: failed to reserve range 00000000-00010000 preloader: Warning: failed to reserve range 00000000-00010000 preloader: Warning: failed to reserve range 00000000-00010000 preloader: Warning: failed to reserve range 00000000-00010000 Could not load Mozilla. HTML rendering will be disabled. preloader: Warning: failed to reserve range 00000000-00010000 preloader: Warning: failed to reserve range 00000000-00010000 wine: configuration in '/home/mason/.wine' has been updated. preloader: Warning: failed to reserve range 00000000-00010000 Could not load Mozilla. HTML rendering will be disabled. preloader: Warning: failed to reserve range 00000000-00010000 wine: configuration in '/home/mason/.wine' has been updated. mason@mason-desktop:~$ ls -la .wine/drive_c/windows/system32/msvc* -rw-r--r-- 1 mason mason 2456 2008-05-09 01:56 .wine/drive_c/windows/system32/msvcrt.dll mason@mason-desktop:~$ ./winetricks vcrun2005 preloader: Warning: failed to reserve range 00000000-00010000 preloader: Warning: failed to reserve range 00000000-00010000 preloader: Warning: failed to reserve range 00000000-00010000 preloader: Warning: failed to reserve range 00000000-00010000 preloader: Warning: failed to reserve range 00000000-00010000 Executing wine /home/mason/.winetrickscache/vcrun2005/vcredist_x86.exe preloader: Warning: failed to reserve range 00000000-00010000 preloader: Warning: failed to reserve range 00000000-00010000 fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP000.TMP\\" 00000000 preloader: Warning: failed to reserve range 00000000-00010000 fixme:advapi:DecryptFileA "C:\\windows\\temp\\IXP001.TMP\\" 00000000 preloader: Warning: failed to reserve range 00000000-00010000 fixme:advapi:LookupAccountNameW (null) L"mason" (nil) 0x33f7fc (nil) 0x33f800 0x33f7f4 - stub fixme:advapi:LookupAccountNameW (null) L"mason" 0x12d770 0x33f7fc 0x12d730 0x33f800 0x33f7f4 - stub fixme:msi:ACTION_HandleStandardAction unhandled standard action L"SetODBCFolders" fixme:msi:msi_unimplemented_action_stub MsiUnpublishAssemblies -> 10 ignored L"MsiAssembly" table values err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly err:msi:ITERATE_PublishAssembly Component not set for install, not publishing assembly Install of vcrun2005 done winetricks done. mason@mason-desktop:~$ ls -la .wine/drive_c/windows/system32/msvc* -rw-r--r-- 1 mason mason 2456 2008-05-09 01:56 .wine/drive_c/windows/system32/msvcrt.dll mason@mason-desktop:~$ So there are apparently no dll files installed in this process, and in the aforementioned example I found in another thread, there were, so it seems like it's me. Any help would be greatly appreciated. Sorry if I left anything important out. Thank you