kimsea
Posts: 1
Joined: Wed Apr 05, 2006 5:58 am

How To Finish this MSI package??? Help me Please~

create simple self-installing Windows Installer package that installs by default
two TXT files(example1.txt, example2.txt).
- example1.txt should be installed by feature called „Approot“ into „C:\Program Files\OurExample\“ directory
- example2.txt should be installed by feature called „Approotopt“ into „C:\Program Files\OurExample\SecondTxtFile\“
- feature "Approot" is ON(it means that feature „Approot“ will be installed by default)
- feature „Approtopt“ is OFF by default, user can choose if this feature will be installed
- installer should consist of UI wizard where user can change installation direcotry
- user also can turn on or turn off installation features
- the package is prepared to receive a major upgrade
- the same Installer package must be capable to uninstall installed files
ciprian
Posts: 259
Joined: Thu Jul 14, 2005 12:56 pm
Location: Craiova, Romania
Contact: Website

Hi,

You can create this package very easy using Advanced Installer.

For more details on how to do it please see the Advance Installer help pages. AI also comes with a tutorial which guides you step by step in creating such an installer. You can also find it at the following URL location.
http://www.advancedinstaller.com/user-g ... rials.html

Please let me know if you encounter any problems.

Best regards,
Ciprian
Ciprian Burca
Advanced Installer Team
http://www.advancedinstaller.com

Return to “Common Problems”