similar to: Inno setup script request

Displaying 20 results from an estimated 600 matches similar to: "Inno setup script request"

2000 Feb 14
1
Question about permissions and roaming profiles
Hi, Just a short question : Is it possible to NOT have the profiles directory used for the roaming profiles shares ([profiles]) in unix mode 777 ? Because it is a bit annoying when unix users have access to the samba server providing a 777 space ? Thanks in advance, -- G?rard MILHAUD ?cole Sup?rieure d'Ing?nieurs de Luminy (ESIL) Luminy - Case 925 - 13288 Marseille Cedex 09 T?l.: 04
2008 Oct 09
1
Error when reading a SAS transport file
Dear All, I get the following error when using either SASxport or Hmisc to read an .xpt file: > w <- read.xport("D:/consult/Trophos/dnp/base/TRO_ds_20081006.xpt") Erreur dans factor(x, f$value, f$label) : invalid labels; length 15 should be 1 or 14 > z<- sasxport.get("D:/consult/Trophos/dnp/base/TRO_ds_20081006.xpt") Erreur dans factor(x, f$value, f$label) :
2019 Apr 28
2
Inno Setup 6.0.2 fails before creating exe file on Windows (R-3.6.0)
I am working on compiling R-3.6.0 for Windows 10 64bit using rtools40 (beta 11). I had also installed the most recent update of Inno setup, which is now 6.0.2.With that version, `make risntaller` fails at the call to ""C:/R/Inno/iscc" R.iss > R-3.6.0.log 2>&1" and just exits, pointing to line 175 of the makefile which is: $(RPREFIX)-win.exe: R.iss
2019 May 01
0
Inno Setup 6.0.2 fails before creating exe file on Windows (R-3.6.0)
Multiple people have now reported that the R installer does not build with InnoSetup 6 (released last week). The inno log shows this error: Error on line 12 in src\gnuwin32\installer\R.iss: Minimum NT version specified by MinVersion must be at least 6.0. (Windows 2000/XP/Server 2003 are no longer supported.) Compile aborted. Hence to fix this, the "MinVersion" parameter in
1999 Jan 29
2
Installation of SAMBA 2.0 on Solaris 2.6
Hi people, Is there somebody who knows how to install SAMBA 2.0 on Solaris 2.6? Thanks, Rivaldo
2006 Mar 31
0
get_md4pw: Workstation PC-WINSIC$: no account in domain
hello to all i use a samba server (3.0.14a) PDC which makes the users and computers authentication on a LDAP server (openldap on debian sarge) (people branch and computers branch).. does somebody had this problem? when a user connects from a PC which is in a windows domain, the authentication doesn't succeed for the following reason the error message is (translated from french message
2003 May 16
1
make buildworld fails when upgrading to 4.8 stable : SUITE
OK, It works if I modify my make.conf to not build openss[lh] like it : #MAKE_KERBEROS5= yes # TEST NO_OPENSSH= true # do not build OpenSSH NO_OPENSSL= true # do not build OpenSSL (implies NO_OPENSSH) Maybe I install openss[hl] as ports after... But I'm not satisfied with this way... -- G?rard MILHAUD ?cole Sup?rieure d'Ing?nieurs de Luminy (ESIL) Luminy - Case 925 -
2003 May 16
1
Help please : make buildworld fails when upgrading to 4.8 stable
Hi, I can't build the world. I have an error in SSL, with today cvs sources. Here is the error : /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/bio_ssl.c: In function `ssl_read': /usr/src/secure/lib/libssl/../../../crypto/openssl/ssl/bio_ssl.c:209: `SSL_ERROR_WANT_ACCEPT' undeclared (first use in this function)
2005 Oct 13
2
R, Wine, and multi-threadedness.
Hi, I managed to install Win32 R 2.2.0 with the CRAN Innosetup installer under Wine on x86 linux a few days ago. However, on trying to run it, MSVCP60.DLL is missing. So here is a sort of a bug report, and a couple of questions: (1) I think the R binary in the CRAN Innosetup installer was built with mingw. The R-windows FAQ did mention that this DLL is required *for Chinese/Japanese/Korean*
2006 Sep 11
3
Installation difficulty with "rimage"
Dear R people, I am trying to install rimage using install.packages("rimage") but am receiving the following errors despite having FFTW installed. I would appreciate any help to get this fixed. checking fftw.h usability... no checking fftw.h presence... no checking for fftw.h... no configure: error: Sorry, can't find fftw header ERROR: configuration failed for package
2008 Sep 29
0
Script for dose proportionality assessment using power model and confidence interval criteria
Dear R-Helpers Has anyone written a script for the dose proportionality assessement using the power model and the confidence interval criteria as described in - Gough at al. Assessment of dose proportionality: report from the statisticians in the pharmaceutical industry in Drug Information Journal,1995, 29:1039-1048 and/or - Smith et al. Confidence interval criteria for assessment of dose
2006 Oct 04
0
[OT] Survival and Function as co-primary endpoints in clinical trials. How to simulate in R ?
Dear R-Helpers, Apologies in advance as this is partly (widely ?) OT. Not sure where to ask, R is my favorite computer tool (no kidding) and there are plenty of knowledgable and helpful people on the list. Background: There are discussions among experts and regulatory authorities (cf guideline http://www.emea.europa.eu/pdfs/human/ewp/056598en.pdf) that, in for example Amyotrophic Lateral
2006 Feb 26
1
assigning differences in a loop
Dear All I would need to generate differences between variates such as nam1<-nam2-nam3 in the following loop: for(i in c("13","26","38")) { for (j in c("HR","PQ","QRS","QT")){ nam1<-paste("d",j,i,sep="") nam2<-paste(j,i,sep=".")
2012 Aug 15
1
Build from Source fails on Loading required package Matrix
Hello: I am building R 2.15.1 from source on a Windows 7 machine with the x64 toolset, MixTeX, and InnoSetup per http://cran.r-project.org/bin/windows/Rtools/. I obtained the source for 2.15.1 via svn from https://svn.r-project.org/R/branches/R-2-15-branch/. This is my first try building R from source. The build seems to go far, then terminates with "undefined exports: .M.classEnv" from
2018 Feb 13
2
R Compilation gets stuck on Windows 64
On Tue, Feb 13, 2018 at 12:22 PM, Indrajit Sen Gupta <indrajitsg at gmail.com> wrote: > Hi Avraham, > > I tried with the patched version. The same error message. > > gcc -std=gnu99 -m64 -shared -s -mwindows -o R.dll R.def console.o dynload.o > editor.o embeddedR.o extra.o malloc.o opt.o pager.o preferences.o psignal.o > rhome.o rt_complete.o rui.o run.o shext.o
2005 Jun 15
1
Setting environment variables (installation problem)
Dear All, Is it possible under WinXP to set the R binary path (...\R\bin) as an environment variable during installation? (rw2010.exe) The problem is that I've written a program that needs to know the path of Rterm.exe during installation. At the moment the user can't choose the R installation path ("/DIR={pf}\\R /SILENT"). If I would know where the user install R the
2007 May 31
1
Problem building R from source on Windows
I have a problem when building R from source on Windows XP. When I get to 3.1.3 of the Installation and Administration manual and try make all recommended from R_HOME it fails with make: *** No rule to make target `all'. Stop. I am pretty sure there is an obvious and well documented thing I am missing, but missing it I am. Any clues? Is my problem that I have a Makefile.in but not a
2008 Sep 23
1
Installing R 2.7.2 on Windows with /LOADINF flag doesn't do anything
Hi I want to install R from a script, so am following http://cran.r-project.org/bin/windows/base/rw-FAQ.html#Can-I-customize-t he-installation_003f. I first installed R with the /SAVEINF="r_install_config.txt" flag and it created a nice text file for me - perfect. I then uninstalled R, and re-installed from DOS with: R-2.7.2-win32.exe /LOADINF="r_install_config.txt"
2006 Jul 21
2
Fwd: Any chance that Crossover will solve my problem
Hello, I developed an application that I would like to run in linux. It is developed part in VB6 part in C++ (using VS 6 and VS 2005) and uses Codejock's components for the UI. The installer is built with InnoSetup. I managed to install it on Suse 9.3 with Wine 0.9.17 but I got errors (cannot load DLL) while registering msxml, capicom, and one of my VS 2005 dlls. I fixed the msxml
2009 Nov 10
1
Installing and compiling C code for R-windows
Hi r-devers, This is the first time I've tried to install a package from source on Windows, so please bear with me. I'm trying to install a package written (and tested) by a colleague in C for R on linux, and I am trying to install it on windows following the directions here - http://cran.r-project.org/doc/manuals/R-admin.html#The-Windows-toolset and here -