Displaying 20 results from an estimated 33 matches for "systemdrive".
Did you mean:
system_hive
2010 Dec 14
1
Installing R-packages in Windows
...o install some packages but unfortunately I am getting
a weird error. No matter which package I am trying to install - I nearly
get the same error.
It looks like this:
-----------------------------------------------------------------------------
C:\Program Files\R\R-2.10.0\bin>R CMD INSTALL
%SystemDrive%\rPAcsTemp\car_2.0-2.
zip
Warning in rawToChar(block[seq_len(ns)]) :
truncating string with embedded nul:
'PK\003\004\n\0\0\0\0\01??G=\0\0\0\0\0\0\0
\0\0\0\0\0\004\0\0\0car/PK\003\004\n\0\0\0\0\0-??G=\0\0\0\0\0\0\0\0\0\0\0\0\t\0\0
\0car/data/PK\003\004\024\0\002\0\b\0-??G=+2&??[\t\003\0...
2012 May 28
1
[LLVMdev] Make install drops 64-bit LLVM in Windows x86 program folder
...because I have not explicitly told it that we're talking a 64-bit build.
Ahh, the docs revealed that I could use --prefix. But I guess this should
be determined automatically somehow? Or am I guessing wrong. The install
location is as follows:
Win32:
Mingw32:
%SYSTEMDRIVE%\Program Files\LLVM
Mingw64:
N/A
Win64:
Mingw32:
%SYSTEMDRIVE%\Program Files (x86)\LLVM
Mingw64:
%SYSTEMDRIVE%\Program Files\LLVM
Or, that's how I perceive the optimal way to be.
Cheers,
Mikael
-- Love Thy Frog...
2008 Jun 19
6
login scripts --what to use
Hi,
We're setting up a PDC, and would like to have a login script to deliver
the mapped drives to users in particular groups, and connect to
printers. The printer drivers come from the [print$], share.
Does anyone have any good resources for this? What's the easiest and
simplest thing to get going --vbscript or batch files?
Thanks,
chris
2010 Feb 19
1
[PATCH/cygwin] reduce number of propagated environment variables
...OS=") },
{ NL("PATH=") },
{ NL("PATHEXT=") },
- { NL("PROCESSOR_ARCHITECTURE=") },
- { NL("PROCESSOR_IDENTIFIER=") },
- { NL("PROCESSOR_LEVEL=") },
- { NL("PROCESSOR_REVISION=") },
- { NL("PROGRAMFILES=") },
{ NL("SYSTEMDRIVE=") },
{ NL("SYSTEMROOT=") },
- { NL("TMP=") },
- { NL("TEMP=") },
{ NL("WINDIR=") }
};
--
Corinna Vinschen
Cygwin Project Co-Leader
Red Hat
2008 Jul 11
1
Error Installing programs
Whenever I install my programs from a cd I get this error:
Code:
The InstallShield Engine (IKernel.exe) could not be installed.
The folder '%SystemDrive%' could not be created.
Make Sure that you have the appropriate privileges to create this folder.
(0x13)
I am running Wine 1.0 on Fedora 9. Any ideas?
2003 Oct 06
1
Install a Printer Driver with no INF file?
I would like to install the Adobe Generic PS driver on my Samba server for
use with my PDF creation spool. However, the issue is that I cannot get
the driver in question out of its box in a form that is useful for "Have
Disk..." as it comes in an EXE that installs itself to
%SYSTEMDRIVE%\SPOOL, etc. I have run into this in the past and simply gave
up, but I feel like there has got to be a way to solve it. Perhaps can I
somehow get the driver from a Windows machine with it already installed?
Thanks for any insight you can offer -- there are a number of drivers like
this and it is...
2004 Apr 22
6
Fatal Error: Invalid HOMEDRIVE
All,
I've encountered the same problem as others who have posted under the same
subject.
I've had R-1.8.1 installed and running since it was released. Yesterday
morning when I tried to start Rgui.exe I got the subject error message.
Since I live at the whim of the network administrators I can only assume it
was a recent MS critical update.
I tried installing R-1.9.0 but no joy.
I
2008 May 19
4
2 Minor issues with 1.3.0 on windows
...ing there is no project. In
boot.rb we had to add a .gsub(''\\'',''/'') in #find_home when returning
the USERPROFILE. (Unrelated to our problems, but possibly relevant to
some: at line 8 my system would not require the '':'' as it is already
part of SYSTEMDRIVE).
Second, since our USERPROFILE starts C:\Documents and Settings\... the
we need additional quoting in CommandLine#execute around the :stdout
and :stderr options. File.expand_path returns a string with embedded
spaces which would be choked on later. We just wrapped those options
on lines 67 and...
2009 Jun 25
9
WINE install of Dreamweaver MX fails
...rsion 7.0 of Dreamweaver MX on a fluke.. I still don't know why it worked...
Anyway... I uninstalled it because I had some other issues..Tried to put it back on and it failed.
I have also tried to install version 6.0 of DWMX and I am getting the error:
"An installation support file '%systemDrive%\Program files\Common files\InstallShield\engine\6\Intel 32\corecomp.ini' could not be installed (0x8000ffff)"
I have tried copying the entire InstallShield folder from my WinXP drive; into the "home/me/.wine/drive_c" folder.
I have upgraded Wine to 1.1.24 beta from 1.0.1.8
I...
2009 Nov 30
4
Attempts to install a Windows driver from WinPE
...all. I wrote a simple
wrapper round this and installed it in the Windows PE image, along with
the VirtIO drivers. I booted into Windows PE and attempted to install
the driver. As you might expect, the drivers were installed into the
Windows PE image rather than the guest. I then tried setting
%systemdrive% and %systemroot% to the guest image. This appears to have
no effect. This is what makes me suspect that the process is primarily
registry driven.
I started looking around for ways of using a different registry. I
discovered the Registry Editor PE plugin to BartPE
(https://sourceforge.net/proj...
2010 Jun 11
1
Fwd: how to "Disable Samba Roaming profile"
...can edit smbldap.conf thusly:
# The UNC path to profiles locations (%U username substitution)
# Just set it to a null string if you want to use the smb.conf 'logon
path'
# directive and/or disable roaming profiles
# Ex: userProfile="\\camarillo\profiles\%U"
userProfile="\\%SystemDrive%\ %USERPROFILE%\%U"
see:
<http://en.wikipedia.org/wiki/Environment_variable>
for additional Windoze environment variables.
Of course, for existing users, you will need export and edit an .ldif
file for the user, use an ldap gui editor, or delete users created
prior to editing the a...
2004 Apr 20
10
Error with 1.9.0 - Invalid HOMEDRIVE
I installed R project 1.9.0 on Windows XP. The installation went well.
Then, I rebooted. Next, I clicked the icon under Programs in the Start
menu and received this error, "Fatal Error: Invalid HOMEDRIVE". I
clicked OK to the error message. The program does not start. I went to
a DOS prompt and did "echo %HOMEDRIVE%" and it returned "C:". This
letter is a valid
2003 Nov 03
1
Local Profile
Hi all,
I'm trying to set up local profile in my smb.conf. I've set "local path =
\\%m\%SystemRoot%\Documents and Settings\%u.%D", but it haven't worked. Is it
correct? What do I have to do to get this feature working fine?
Thanks in advance,
Fabr?cio
2008 Oct 23
0
R CMD Rd2dvi (PR#13200)
...CHITECTURE x86=09
PROCESSOR_IDENTIFIER x86 Family 6 Model 15 Stepping 6, GenuineIntel=09
PROCESSOR_LEVEL 6=09
PROCESSOR_REVISION 0f06=09
ProgramFiles C:\Program Files=09
R_HOME C:\Apps\R\R280=09
R_LIBS_USER E:\Temp\MyDocs/R/win-library/2.8=09
R_USER E:\Temp\MyDocs=09
SESSIONNAME Console=09
SystemDrive C:=09
SystemRoot C:\WINDOWS=09
TEMP C:\Temp\HaighR=09
TMP C:\Temp\HaighR=09
USERDNSDOMAIN PAC.DFO-MPO.CA=09
USERDOMAIN PAC=09
USERNAME HaighR=09
USERPROFILE C:\Documents and Settings\haighr=09
VSEDEFLOGDIR C:\Documents and Settings\All Users\Application
Data\McAfee\DesktopProtection=09
win...
2019 Aug 23
0
Wine release 4.0.2
...pes from multiple typelibs
47051 Microsoft Excel 2016 (Office 365) crashes on startup (Microsoft AppV ISV virtual filesystem technology requires kernel32.CreateActCtxW to be hot-patchable)
47065 Vocaloid 5 (.NET 4.x app) crashes on startup (needs 'Win32_OperatingSystem' WMI class 'SystemDrive' property)
47183 Grand Prix Legends: Only the first two axes are recognized
47262 compile error: ‘for’ loop initial declarations are only allowed in C99 mode
----------------------------------------------------------------
Changes since 4.0.1:
Alexandre Julliard (2):
kernel32: Va...
2010 Jun 05
0
When im login the error: "A device attached to the systemis not functioning"
...ng machine joins.
It is due to nssldap caching. Really could use the Samba server logs.
>
>
>
> And i want to disable the roaming profiles also.
If you're using smbldaptools, just edit the config script with the
system variables for a local profile. It looks something like
\\%systemdrive%\%users\%U% (it's too early in the a.m. for me to look
up).
Cheers,
>
>
>
>
> Please help me in this regards...........
>
>
> [root at XXXX ~]# testparm
> Load smb config files from /etc/samba/smb.conf
> Processing section "[homes]"
> Global paramete...
2004 Nov 11
2
Migration to Samba
I'm migrating to Samba on about 50 desktops. After I join the domain
(this is on Windows 2k or XP) I get a whole new set of settings (under
documents and settings). Is there a way to tell Windows to use the old
directory? It matches their username on samba if that helps. Note, I'm
using local profiles.
Thanks,
Dean
2020 Jul 23
2
virt-v2v - Window firstboot service questions
Hi,
It seems that on Windows we create the following dir:
/Program Files/Guestfs/Firstboot/
Where '/' is the os volume (where /Windows reside)
Is it possible that Program Files is not actually located on the os volume?
(i.e. C:\Windows, D:\Program Files on original vm)
Does virt-v2v or even libguestfs's inspect_os() even support that?
(Looking around in the code tells me that if
2010 Nov 09
1
Windows 7 problems
Hi,
I have upgraded to Samba 3.5.6 for Windows 7 Pro compatibility.
I am in a test phase to evaluate the behavior of Windows 7 in a Samba PDC
environment.
I have one Samba server as a PDC with tdbsam backend (no LDAP at all), and I
applied the reg and patch as described in the wiki.
I have a couple of questions related to Windows 7 :
- opening a domain session on the Win7 client takes a