Come Reinstallare Windows Installer Su Xp

Posted on

Windows Installer installs and configures your products and applications reducing the total cost of ownership.The Microsoft Windows Installer is an installation and configuration service. Windows Installer enables software users to efficiently install and configure products and applications. The installer can also provide software products with new capabilities to advertise features without installing them, to install products on demand and to add user customizations. The Windows Installer supports advertisement of applications and features according to the operating system.Version 4.5 of the Windows Installer has several new features, including: Custom Action Execution On Update Uninstall-This feature enables an update to add or change a custom action so that the custom action is called when an update is uninstalled. Shared Component Patching Resiliency During Uninstall-This feature makes sure that the most recent version of a component is available to all the products. Full Specifications What's new in version 4.5Version 4.5 of the Windows Installer has several new features, including: Custom Action Execution On Update Uninstall-This feature enables an update to add or change a custom action so that the custom action is called when an update is uninstalled. Shared Component Patching Resiliency During Uninstall-This feature makes sure that the most recent version of a component is available to all the products.GeneralPublisherPublisher web siteRelease DateJune 02, 2008Date AddedJune 30, 2009Version4.5CategoryCategorySubcategoryOperating SystemsOperating SystemsWindows XP/2003/Vista/Server 2008Additional RequirementsNoneDownload InformationFile Size3.17MBFile NameWindowsXP-KB942288-v3-x86.exePopularityTotal Downloads1,210,002Downloads Last Week196PricingLicense ModelFreeLimitationsNot availablePriceFree.

Tip: While we have taken care to explain the process as clearly as possible, you may still run into problems when compiling Freeciv from source. Use IRC to join #freeciv-dev on irc.freenode.org to talk to someone if you run into problems.Install the Development EnvironmentIf your goal is simply to play the latest version of Freeciv, compiling from source is typically a one-time operation. However, the extra work necessary to configure the development environment will reward you with the very latest version of Freeciv - along with all the newest features and potential bugs which that implies.MinGW, Cygwin, MSYS, and their supporting files are rather large. Patience and/or a fast connection is required.The Compiler and Libraries (MinGW)(Minimal GNU for Windows) hosts the basic tools necessary to compile Freeciv from source: an ANSI C compiler and the code libraries that Freeciv depends on.If you're interested in learning more about MinGW in more detail, the page is an excellent source. Otherwise, simply following the instructions below should result in the environment you need to compile Freeciv from source.Freeciv can use one of two clients under Windows: the GTK client, and the Windows native (GDI) client.

The GTK client is the primary client supported on Windows and is actively developed. It has more advanced features and is better maintained than the Windows native client.

2 (a) For the GTK Client. Download the latest version of these libraries from the page. You can download them individually, but the easiest way to obtain them all at once is via the. Note that this link may not point to the most recent bundle; check the page for the latest version. atk, atk-dev. cairo, cairo-dev. gettext-runtime, gettext-runtime-dev.

glib2, glib2-dev. GTK2+, GTK2+-dev. libpng, libpng-dev. pango, pango-dev.

pkg-config. zlib, zlib-dev. Unzip and extract all files to the MinGW root directory. 2 (b) For the Windows native (GDI) Client. Download the latest version of these libraries from the page. Alternately, if you don't mind some bloat, you could just grab the.

Note that this link may not point to the most recent bundle; check the page for the latest version. gettext-runtime, gettext-runtime-dev. libpng, libpng-dev. zlib, zlib-dev.

Unzip and extract all files to the MinGW root directory.The Shell and Supporting ToolsWe strongly recommend installing the Cygwin environment. It offers the option to install a wide array of tools including Subversion, which is used to check out the Freeciv source. You will probably find it much simpler to do regular checkouts and compiles in the same environment, rather than using a combination of Windows programs and command-line tools.Developers will most likely be interested to find that the Cygwin installer is actually a package manager.

This enables you to install familiar tools like Subversion, Emacs, or even the X Window System - all with automatic dependency resolution.Even if you are not a developer,If you want to keep pace with Freeciv development or modify the code, then you would most likely be interested in the additional tools in the Cygwin environment. Tip: It's best if you place Cygwin in the same parent directory as where you installed MinGW. For MinGW in C:MinGW, install Cygwin to C:cygwin. If you installed MinGW into a subdirectory (for example, C:DevelMinGW), use the same subdirectory for Cygwin ( C:Develcygwin). On the 'Select Packages' step, select the following packages:. automake1.9 (in the 'Devel' section). gettext-devel (in the 'Devel' section).

make (in the 'Devel' section). subversion (in the 'Devel' section). Optional:. rxvt (in the 'Shells' section).

Tip: You will have a much better experience with Cygwin using rxvt as your shell than if you keep the Cygwin default. vim or emacs (in the 'Editors' section). Note that other packages (such as autoconf) will be automatically selected to satisfy dependencies. With WordPad (in the Windows Start menu, under Accessories), edit the file profile in the etc directory, contained in the Cygwin root directory. Go to the line starting with PATH=.

Insert the full path to your MinGW bin directory at the start of the existing Cygwin path. Use the following example as a guide. (Note the way '/' and ':' are used, and how Windows drive letter x: is replaced with /cygdrive/ x.). Example: For MinGW in C:MinGW, the edited PATH= line should look something like:PATH=/cygdrive/c/MinGW/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:$PATH. If you installed rxvt, go to the Cygwin root directory.

Edit the file called cygwin.bat. Replace its contents with the following lines:@echo offcd /d c:Develcygwinbinrxvt -tn xterm -rv -sr -sl 2500 -e /bin/bash -login -i.

To understand what the above rxvt options do - as well as to find other useful options - refer to the ( man rxvt). Tip: It's best if you place MSYS in the same parent directory as where you installed MinGW. For MinGW in C:MinGW, install MSYS to C:msys. If you installed MinGW into a subdirectory (for example, C:DevelMinGW), use the same subdirectory for MSYS ( C:Develmsys). When asked by the MSYS installer if you would like to normalize your MinGW installation, reply 'yes'. This will integrate MinGW with the MSYS environment.

Download Windows Xp Installer

InstallerCome installare windows installer su xp download

(For details see the section 'Working with MinGW' in README.rtf, installed by MSYS in its doc directory.). Install the latest MSYS Developer Tool Kit (currently ). These are the basic compiler support packages that you will need for Freeciv development.

Install msysDTK in exactly the same directory as where you installed MSYS. For example, C:msys or C:Develmsys.Download the Source. 4 (c) If You Installed MSYSInstall. Once installed, configure TortoiseSVN to use Unix line endings.Be sure to check out the source to a directory contained within your home directory in your development environment. Your home directory is contained in home, which is in turn within the Cygwin or MSYS root.To check out the latest Freeciv source, use this address:To check out an older stable version of the Freeciv source (for example, Freeciv 2.1), use this address:Configure the BuildIf you haven't already, launch the shell by either double-clicking the appropriate icon on the desktop or selecting it from the Windows Start menu.Change the directory to the one containing the Freeciv source (where you unzipped or checked out the source in ).

Come Reinstallare Windows Installer Su Xp

6The configure process will start, printing out something like the following:+ checking for autoconf = 2.55. Found 2.59, ok.+ checking for automake = 1.6.

Found 1.9.6, ok.+ checking for xgettext = 0.10.36. Found 0.14.5, ok.+ checking for msgfmt = 0.10.36. Found 0.14.5, ok.+ creating acinclude.m4+ running aclocal.+ running autoheader.+ running autoconf.This will be followed by a long series of checks for various header files and functions.checking whether we are using the GNU C compiler. Nochecking whether CC accepts -g. Nochecking dependency style of CC.

Nonechecking whether ln -s works. Yeschecking for mingw32-ranlib. Nochecking for ranlib.

Ranlibchecking for mingw32-ar. Nochecking for ar. Archecking for uname. Unamechecking for iconv. TODO: This section needs documentation love.For me, this didn't work either because the shared libraries/DLLs where not found.You can either fix this by placing the DLLs in the appropriate windows/system folder by hand, or by packaging them with Freeciv in some folder where you installed to.