similar to: NSIS Error, trying to do command /NCRC

Displaying 20 results from an estimated 10000 matches similar to: "NSIS Error, trying to do command /NCRC"

2008 Jul 29
2
Detect Wine environment out of NSIS?
Hi, I tried to install a custom application under Wine and it seems like the installation procedure has to be slightly different (e.g. under Wine Fedora 9 no PATH environment variable is set). So my question is how can I detect that the NSIS installer is running under wione or under a native Windoze-system? Had
2012 Feb 07
1
Has anybody tried puppet in combination with NSIS installers?
Hi all! Just wondering if anyone has successfully used puppet in combination with NSIS installers (afaik only msi support is available at the moment - i''m not yet familiar with puppet''s capabilities under windows systems). Thank you very much in advance, Pedro Lafuente -- You received this message because you are subscribed to the Google Groups "Puppet Users"
2009 Mar 26
0
nsis error
When trying to run a portable app ...for example firefox portable I get: "nsis error writing temporary file. Make sure your temp folder is valid." I am using the mandriva flash 2008 usb version. This file runs fine in wine on my minime pclinuxos usb as do other portable exe's I made sure there is a temp folder in the drive_c under .wine in the home folder The first difference I
2015 Oct 11
2
[Windows Installer] Headerless install package?
Hello, I've authored a tool based on clang's libtooling and wish to make its build process similar to LLVM's via cmake on multiple platforms. I'm primarily developing on Arch Linux (with the distribution-provided llvm) and also maintain OS X builds using the prebuilt library archive from llvm.org. The llvm packages for these platforms contain exactly what I expect: /lib,
2011 Mar 17
1
[nut-commits] svn commit r2940 - in branches/windows_port/scripts/Windows/Installer
> > ---------- Forwarded message ---------- > From: Frederic BOHE <fbohe-guest at alioth.debian.org> > To: nut-commits at lists.alioth.debian.org > Date: Wed, 16 Mar 2011 14:57:09 +0000 > Subject: svn commit r2940 - in > branches/windows_port/scripts/Windows/Installer: . ImageFiles > ImageFiles/Binary ImageFiles/Others ImageFiles/emptyDir >
2008 Mar 19
1
installing R packages from command line in Windows
Hi, I would like to create an installer using NSIS ( http://nsis.sourceforge.net/Main_Page) that installs R and some packages, I was expecting to use Rcmd.exe INSTALL package_name.zip, but it seems it is more complicated than that, I know I can try and build the source and create the installer myself, but I think this could be quicker, I can get some help any hint? anybody tried the same
2004 Jan 04
4
wxRuby Windows installer available for testing
I have a first cut of a windows installer for wxRuby available for testing. It can be downloaded with this URL: http://curthibbs.us/wxruby-mswin-0.2_debug.zip This installer currently assumes that you have installed Ruby from Andy Hunt''s one-click Ruby Installer for Windows, *and* that you have installed it in the default directory (C:\ruby). I still need to figure out how to read
2004 Nov 19
3
Windows installer for Helix Vorbis & Theora plugins posted
Hi All, I just posted Windows installer for the 0.5 release of the Helix Theora & Vorbis plugins for RealPlayer 10/10.5 and RealOne Player. There are no code changes from the 0.5 zip file that was posted earlier. I've just replaced the zip file with an installer. You can get the installer at https://helixcommunity.org/download.php/713/xiphplins_win32_0_5.exe Let me know if you have any
2004 Nov 19
3
Windows installer for Helix Vorbis & Theora plugins posted
Hi All, I just posted Windows installer for the 0.5 release of the Helix Theora & Vorbis plugins for RealPlayer 10/10.5 and RealOne Player. There are no code changes from the 0.5 zip file that was posted earlier. I've just replaced the zip file with an installer. You can get the installer at https://helixcommunity.org/download.php/713/xiphplins_win32_0_5.exe Let me know if you have any
2006 Jun 12
1
Instant Rails and your own applications
?I like your form css at http://www.pllite.com/projects/new Nice stuff! Stuart -----Original Message----- From: ian.connor at gmail.com Sent: Monday, June 12, 2006 3:14 AM -07:00 To: instantrails-users at rubyforge.org Subject: [Instantrails-users] Instant Rails and your own applications Here is the download link for the Instant Rails version of ProjectLounge Lite.
2018 Nov 27
2
Rather poor code optimisation of current clang/LLVM targeting Intel x86 (both -64 and -32)
"Sanjay Patel" <spatel at rotateright.com> wrote: > IIUC, you want to use x86-specific bit-hacks (sbb masking) in cases like > this: > unsigned int foo(unsigned int crc) { > if (crc & 0x80000000) > crc <<= 1, crc ^= 0xEDB88320; > else > crc <<= 1; > return crc; > } To document this for x86 too: rewrite the function
2007 Aug 21
2
XiphQT Installer for Microsoft Windows Created
In the greatest tradition of Next > Next > Next > Next > Next > Next, the Xiph.Org Foundation releases an Installer for the Xiph Quicktime Components under Windows. Before I upload it to //xiph.org I would appreciate if someone would test it for me. The implementation is simple, and I did test it, but better safe than sorry. //saoshyant.paramnesiac.net/temp/XiphQT.exe That's
2007 Aug 21
2
XiphQT Installer for Microsoft Windows Created
In the greatest tradition of Next > Next > Next > Next > Next > Next, the Xiph.Org Foundation releases an Installer for the Xiph Quicktime Components under Windows. Before I upload it to //xiph.org I would appreciate if someone would test it for me. The implementation is simple, and I did test it, but better safe than sorry. //saoshyant.paramnesiac.net/temp/XiphQT.exe That's
2007 Aug 21
2
XiphQT Installer for Microsoft Windows Created
In the greatest tradition of Next > Next > Next > Next > Next > Next, the Xiph.Org Foundation releases an Installer for the Xiph Quicktime Components under Windows. Before I upload it to //xiph.org I would appreciate if someone would test it for me. The implementation is simple, and I did test it, but better safe than sorry. //saoshyant.paramnesiac.net/temp/XiphQT.exe That's
2020 Jul 27
1
[PATCH -next] crc:Fix build errors
If CONFIG_DRM_NOUVEAU=y,the following errors are seen while building crc.h. In file included from /scratch/linux/drivers/gpu/drm/nouveau/nouveau_display.c:47: /scratch/linux/drivers/gpu/drm/nouveau/dispnv50/crc.h: In function ?nv50_head_crc_late_register?: /scratch/linux/drivers/gpu/drm/nouveau/dispnv50/crc.h:109:47: error: parameter name omitted static inline int
2020 Sep 29
1
[igt-dev] [PATCH i-g-t v4] tests: Add nouveau-crc tests
On Mon, 2020-09-28 at 17:36 -0400, Jeremy Cline wrote: > Hi, > > On Tue, Aug 18, 2020 at 05:00:51PM -0400, Lyude wrote: > > From: Lyude Paul <lyude at redhat.com> > > > > We're finally getting CRC support in nouveau, so let's start testing > > this in igt as well! While the normal CRC capture tests are nice, > > there's a number of
2020 Jul 14
1
Error trying to access samba sharing using netbios name
am getting this error in smbd.log when user try to open Share from Windows box: gss_accept_sec_context failed with [ Miscellaneous failure (see text): Failed to find cifs/mymember.my.domain.tld at MY.DOMAIN.TLD(kvno 58) in keytab MEMORY:cifs_srv_keytab (aes256-cts-hmac-sha1-96)] SPNEGO(gse_krb5) NEG_TOKEN_INIT failed: NT_STATUS_LOGON_FAILURE I have made a research here in google and here in mail
2020 Aug 18
2
[PATCH i-g-t v4] tests: Add nouveau-crc tests
From: Lyude Paul <lyude at redhat.com> We're finally getting CRC support in nouveau, so let's start testing this in igt as well! While the normal CRC capture tests are nice, there's a number of Nvidia-specific hardware characteristics that we need to test as well. The most important one is known as a "notifier context flip". Basically, Nvidia GPUs store generated CRCs
2018 Nov 06
4
Rather poor code optimisation of current clang/LLVM targeting Intel x86 (both -64 and -32)
Hi @ll, while clang/LLVM recognizes common bit-twiddling idioms/expressions like unsigned int rotate(unsigned int x, unsigned int n) { return (x << n) | (x >> (32 - n)); } and typically generates "rotate" machine instructions for this expression, it fails to recognize other also common bit-twiddling idioms/expressions. The standard IEEE CRC-32 for "big
2014 Feb 14
1
Cached message size larger than expected
Hi guys, I recently turned on IMAP zlib compression for Maildir and noticed that I've started getting these errors in the maillog. Error: Cached message size larger than expected (1627 > 1548) Error: Maildir filename has wrong S value, renamed the file from /home/crc.id.au/netwiz/.System Generated.Cron Jobs/cur/1392224150.M52270P1073.mail.crc.id.au,S=1627:2,S,Z to /home/crc.