Click here to Skip to main content
15,880,891 members
Articles / Windows Installer

Creating a Localized Windows Installer & Bootstrapper: Part 1

Rate me:
Please Sign up or sign in to vote.
4.75/5 (9 votes)
22 Aug 2010CPOL6 min read 45K   734   41  
This series of articles is a complete end-to-end solution for building a localizable Windows Installer & Bootstrapper using some real-world requirements.
@Echo Off
path=%path%;..\tools\nant-0.90\Bin

REM Ensure prereqisite tools are available
build\Prerequisites.exe

Echo ******************************************************************************
Echo.
Echo To build this project first replace the GUIDs defined in "installer\Config.wxi"
Echo.
Echo ******************************************************************************


pause

pushd build

nant /f:MyApp.Installer.build compile

popd

copy /Y installer\bin\release\setup.exe setup.exe



By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
United Kingdom United Kingdom
Mike Carlisle - Technical Architect with over 20 years experience in a wide range of technologies.

@TheCodeKing

Comments and Discussions