search for: jrsoftwar

Displaying 7 results from an estimated 7 matches for "jrsoftwar".

Did you mean: jrsoftware
2008 Sep 23
2
R-2.7.2 infected?
I tried downloading R-2.7.2 (http://cran.cnr.berkeley.edu/bin/windows/base/R-2.7.2-win32.exe, both from Berkeley and cran) and both times I got a warning from Computer Associates eTrust Antivirus (version 7.1.710) that the Win32/Adclicker.JO trojan was detected: The Win32/Adclicker.JO was detected in C:\USERS\USER\APPDATA\LOCAL\MICROSOFT\WINDOWS\TEMPORARY INTERNET
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
2004 Oct 21
0
Need help with prelink and exec-shield
Hi, I was using Inno Setup 4 (http://www.jrsoftware.org/) under wine to create a win32 installer. Apart from some minor locale related issues, everything worked fine. But when I tried to change the icon image of the installer (by uncommenting line 17 of test.iss in the attached example), I got the following error message: err:virtual:map_image Ima...
2019 May 01
0
Inno Setup 6.0.2 fails before creating exe file on Windows (R-3.6.0)
...ws 2000/XP/Server 2003 are no longer supported.) Compile aborted. Hence to fix this, the "MinVersion" parameter in src/gnuwin32/installer/header1.iss should be increased from 0,5.0 to 0,6.0. I confirmed this resolves the problem. Could somebody commit this please? See also: http://www.jrsoftware.org/is6help/index.php?topic=setup_minversion On Sun, Apr 28, 2019 at 11:07 AM Avraham Adler <avraham.adler at gmail.com> wrote: > > 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, > w...
2001 Mar 22
1
Preview of an alternative R for Windows installer
I have built a version of the current 1.2.2 patched version of R using Inno Setup2 (http://www.jrsoftware.org/isinfo.htm). (That toolkit is open source (in Delphi) and was fairly easy to tame. Full details are in the R-patched sources.) This gives a single ~10Mb file, at http://www.stats.ox.ac.uk/pub/bdr/RWin/SetupR.exe The idea is that it should look very like a Windows 2000-style install, and so...
2019 Jun 03
0
Offer zip builds
...n addition, the R-Admin manual provides information on the Inno Setup installer: https://cran.r-project.org/doc/manuals/r-release/R-admin.html#Building-the-Inno-Setup-installer https://cran.r-project.org/doc/manuals/r-release/R-admin.html#The-Inno-Setup-installer which leads you to: http://jrsoftware.org/isinfo.php and shows that Inno Setup is, like R, fully open source, hence reviewable and not a black box, any more than R itself is. That should not be a surprise... While I understand the use case you describe, it is, as I noted initially, up to R Core to be willing to provide an official r...
2019 Jun 03
3
Offer zip builds
> On Jun 3, 2019, at 4:40 PM, Abby Spurdle <spurdle.a at gmail.com> wrote: > >> If you go here: >> https://cran.cnr.berkeley.edu/bin/windows/base >> you see EXE installers for Windows. This contrasts with other programming >> languages that offer both an executable installer and ZIP files that can > be >> extracted and run > > Are you suggesting