| Features |
|
Product URL :
http://www.installjammer.com/download
Posted by vishu2125 on June 15, 2008
| Features |
|
Product URL :
http://www.installjammer.com/download
Posted in Uncategorized | Tagged: Installer, Open Source | Leave a Comment »
Posted by vishu2125 on June 15, 2008
NSIS (Nullsoft Scriptable Install System) is a professional open source system to create Windows installers.Many plug-ins and scripts are already available: you can create web installers, communicate with Windows and other software components, install or update shared components and more.
List of features: This article explain how to create an installer using NSIS:
http://www.codeproject.com/KB/install/CreatingAnInstaller.aspx
Product URL :
http://nsis.sourceforge.net/Main_Page
Posted in Installer, Uncategorized | Tagged: Installer, Open Source | Leave a Comment »
Posted by vishu2125 on June 15, 2008
This is a very interesting topic written by Davide Icardi on CodeProject that helps developers to define the application prerequisites and install the correct version of these components in the correct order based on the user operating system type and language, user can download these components from the web or install these components directly.
Posted in Installer | Tagged: Installer | Leave a Comment »
Posted by vishu2125 on June 14, 2008
This is a powerful and easy application which will help you
to turn a single HTML pages into an executable file (.exe) with
an integrated HTML browser.
It can be used to:
Posted in Installer, Uncategorized | Tagged: Installer | Leave a Comment »
Posted by vishu2125 on June 14, 2008
7-Zip file archiver, written by Igor Pavlov is one of the most popular archiver due to its high compression ratio and offcource being free.
A 7-Zip Self-Extracting (SFX) archive is a stand-alone program file (Windows .exe file) that can unpack the 7z archive (stored inside it) without needing 7-Zip or any other tools. This is actually a .7z file bundled with a small program (stub) that extracts the files directly from the merged .7z file to the folder specified by the user.
you need to have got the two following tools.
1. Open Windows Explorer and locate the 7-Zip archive you want to convert. For this article, we will convert “demo.7z”.
2. Highlight the 7-Zip archive and right click on it to display the mouse context menu:
3. Select “Convert to a Self-Extracting .exe“.
Note that this menu will only appear if the shell extension is installed.
4. The following dialog box will appear:
You can modify the pre-defined settings if you wish. Otherwise click on “Create” to continue.
6. Paquet Builder will be opened silently and some seconds after that, your Self-Extracting archive is created if everything was fine.
7. If you launch the .exe file, you (and anyone you send the .exe to) will see this result:
You select the path where you want your files to be extracted to and you click Next. 7-Zip is not required at all.
You can change the title “Paquet Archive” using the “Archive Title” field.
Click on “Advanced Options” to change some default parameters:
You can even change the splash bitmap, the homepage URL and the text of the Welcome dialog in Paquet Builder.
» Customizing the Self-Extracting archive
Paquet Builder can create tailored Self-Extracting archives: you can customize your SFX archives from A to Z in a snap.
If you would like to create more advanced Self-Extracting archives, you can use Paquet Builder:
With Paquet Builder you could add a lot of additional features to your Self-Extracting archive:
Posted in Installer, Uncategorized | Tagged: Installer | Leave a Comment »
Posted by vishu2125 on June 14, 2008
It is very easy to create self extractable archive using WinZip. The advantage is it can be used on any widows machine, even when there is no unarchive software installed.Just follow the steps given below:
.
Posted in Installer, Uncategorized | Tagged: Installer | Leave a Comment »
Posted by vishu2125 on June 14, 2008
Yes it is Winrar,your own archiving tool, apart from basic zip/unzip it can perform some real cool stuffs.It can be used to create a quick smart installer and it is very easy. Just follow the steps given below and you will be amazed by your own work.
Ok.Here is the list of items you need:

General
Provide the path where the installer will install the files.It can be Program Files or any other location.
Advanced
This tab provides two options:
Creating Shortcuts:
By Clicking on Add Shortcut options we can add multiple shortcuts on the locations shown in the picture given below :
Modes
A custum question can be asked if required before installation by using this option.These modes are specially require if you need to keep the client in mind. Here you can set
Update
This option allow us to configure the update process.
Text and Icon
To give more professional look to installer you need to add Title images and text so that people don’t think it a spam. Check the image.
License
This tab allows you to show the license text at startup time.

Module
This tab allow you to use it as in GUI mode or console mode.
So after providing these details your installer is ready.
Posted in Installer, Uncategorized | Tagged: Installer | Leave a Comment »