Displaying 20 results from an estimated 24 matches for "appinstaller".
Did you mean:
appinstall
2010 May 06
0
losing AD user & group information
Hello,
A few weeks ago we started joining some remote servers to our AD domain
as member servers. Several times now we have come back to them and found
ownership settings missing like the following.
[root at franks-dc1 opt]# ll
total 72
drwxrws---+ 3 14505 10013 4096 Nov 28 2006 appinstalls
drwxrws---+ 2 14505 10010 4096 Aug 3 2004 bldgshrs
drwxrwsr-x+ 2 14505 10011 4096 Aug 3 2004
2009 Aug 24
1
Want to help Wine and prevent regressions in your favorite (downloadable) app?
Howdy all,
For Google Summer of Code, I worked on a project I called Appinstall,
which is basically an automated test framework for Wine. It works as a
simple shell script, that runs several independent tests of
applications, then parses the log files to make sure no applications
broke, or bugs were fixed. The tests themselves are written using
AutoHotKey (http://www.autohotkey.com).
The neat
2006 Jul 28
0
GEM-based rails application installer
....
4. Finally, create `bin/my-app`, using one of the examples in the
`rails-app-installer` SVN tree as an example.
Here''s a short example `bin/my-app`:
#!/usr/bin/env ruby
require ''rubygems''
require ''rails-installer''
class AppInstaller < RailsInstaller
application_name ''my_app''
support_location ''my website''
rails_version ''1.1.4''
end
# Installer program
directory = ARGV[1]
app = AppInstaller.new(directory)
app.message_p...
2010 Aug 01
5
:idea: A way to automatically test wine applications
I think that we are reaching a reasonable compatibility stage with windows applications.
However, there are applications that ways get progress and regressions in different areas. [Idea]
So, I was figuring out, if there is a way to automatically test applications, against Wine.
There should be a way to every new patch, be tested against a set of applications, and it automatically report the
2010 Apr 01
0
manage permissions from windows security tab
We have been changing stand alone servers at remote buildings from being
PDCs in their own domain to being members of an AD domain.
After some initial hiccups I think we are most of the way there. The
boxes are joining the domain and users are mostly able to access their
files. The last remaining issue (so far) is that we find we are unable
to manage permissions via the windows security tab.
2016 Apr 01
0
Wine release 1.9.7
The Wine development release 1.9.7 is now available.
What's new in this release (see below for details):
- More work towards the WineD3D command stream.
- More support for Shader Model 5 shaders.
- C++ exception handling on x86-64.
- Support for Windows-style static import libraries.
- Performance fixes in the XML writer.
- Various bug fixes.
The source is available from the
2010 Jun 18
0
Wine release 1.2-rc4
The Wine development release 1.2-rc4 is now available.
What's new in this release (see below for details):
- Many translation updates.
- A lot of bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2-rc4.tar.bz2
http://prdownloads.sourceforge.net/wine/wine-1.2-rc4.tar.bz2
Binary packages for various
2009 Jul 17
0
Wine release 1.1.26
The Wine development release 1.1.26 is now available.
What's new in this release (see below for details):
- Still more translation updates.
- Faster bitmap stretching using XRender.
- Proxy support in WinHTTP.
- Many more JScript functions.
- Various bug fixes.
The source is available from the following locations:
2010 Oct 08
0
Wine release 1.2.1
The Wine maintenance release 1.2.1 is now available.
What's new in this release (see below for details):
- Translation updates.
- Various bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2.1.tar.bz2
http://prdownloads.sourceforge.net/wine/wine-1.2.1.tar.bz2
Binary packages for various distributions will be
2015 Sep 04
0
Wine release 1.7.51
The Wine development release 1.7.51 is now available.
What's new in this release (see below for details):
- XAudio2 implementation using OpenAL Soft.
- Support for the new Universal C Runtime DLL.
- Dropdown menu support in the standard Open Dialog.
- Grayscale rendering mode in DirectWrite.
- Various bug fixes.
The source is available from the following locations:
2016 Jan 22
0
Wine release 1.9.2
The Wine development release 1.9.2 is now available.
What's new in this release (see below for details):
- GStreamer 1.0 support.
- Support for SHA hashes in BCrypt.
- Synthesizing bold glyphs also for bitmap fonts.
- Underlines support in DirectWrite.
- Still more Shader Model 4 instructions.
- Various bug fixes.
The source is available from the following locations:
2013 Sep 13
0
Wine release 1.7.2
The Wine development release 1.7.2 is now available.
What's new in this release (see below for details):
- Right-to-left text layout improvements.
- NTLM and Negotiate authentication for RPC over HTTP.
- More glyphs in the built-in Wingdings font.
- Better system tray support in the Mac driver.
- Activation context improvements.
- Various bug fixes.
The source is available from
2010 Sep 18
0
Wine release 1.3.3
The Wine development release 1.3.3 is now available.
What's new in this release (see below for details):
- Improved support for right-to-left text.
- Support for CMYK JPEG images.
- Beginnings of a Game Explorer implementation.
- Improved 64-bit support in MSI.
- Stub inetcpl control panel applet.
- A number of fixes to crypto support.
- Translation updates.
- Various bug
2011 Jul 08
0
Wine release 1.3.24
The Wine development release 1.3.24 is now available.
What's new in this release (see below for details):
- Various DirectInput improvements.
- Support for line breaking in Uniscribe.
- More UI elements in builtin Shell Explorer.
- Some more D3DX9 functions.
- Improved support for shell known folders.
- Various bug fixes.
The source is available from the following locations:
2010 Jun 11
0
Wine release 1.2-rc3
The Wine development release 1.2-rc3 is now available.
What's new in this release (see below for details):
- Many translation updates.
- A lot of bug fixes.
The source is available from the following locations:
http://ibiblio.org/pub/linux/system/emulators/wine/wine-1.2-rc3.tar.bz2
http://prdownloads.sourceforge.net/wine/wine-1.2-rc3.tar.bz2
Binary packages for various
2020 Feb 16
0
Wine release 5.2
The Wine development release 5.2 is now available.
What's new in this release (see below for details):
- More compatible codepage mapping tables.
- Support for using the null display driver as a real driver.
- Better UTF-8 support in the Resource and Message Compilers.
- Fixes for using ucrtbase as C runtime.
- Various bug fixes.
The source is available from the following
2009 Sep 02
0
Wine release 1.1.29
The Wine development release 1.1.29 is now available.
What's new in this release (see below for details):
- Improved Gecko integration by using Wine's network layers.
- Use of external libmpg123 for mp3 decoding.
- Support for JPEG and PNG formats in WindowsCodecs.
- Many regression test fixes for Win64 and Windows 7.
- Various bug fixes.
The source is available from the
2011 Dec 16
0
Wine release 1.3.35
The Wine development release 1.3.35 is now available.
What's new in this release (see below for details):
- Triangular gradients and cosmetic wide pens support in the DIB engine.
- All Wine dialogs can now be translated through po files.
- Many more scripts added to UniScribe.
- JScript using bytecode throughout now.
- Several MSXML improvements.
- Various bug fixes.
The source
2009 Jul 03
0
Wine release 1.1.25
The Wine development release 1.1.25 is now available.
What's new in this release (see below for details):
- A ton of translation updates.
- Support for various Unicode file encodings in Notepad.
- Improved memory management, especially for OpenGL.
- Desktop menus now cleaned up automatically.
- Beginnings of a windowscodecs DLL implementation.
- Various bug fixes.
The source is
2009 Sep 25
0
Wine release 1.1.30
The Wine development release 1.1.30 is now available.
What's new in this release (see below for details):
- Support for OpenAL.
- Many improvements in HTML and JavaScript support.
- Many common controls fixes and improvements.
- More Direct3D 10 work.
- Better MAPI support.
- Various bug fixes.
The source is available from the following locations: