Replies
Welcome, guest
Join CrazyEngineers to reply, ask questions, and participate in conversations.
CrazyEngineers powered by Jatra Community Platform
-
@edesign-T5mpYJ • Jun 29, 2008
Hi nishcom
1) Have you built release of your project??
then only it'll be compatible with other machines..
2) Do you mean creating set up by installation package??
VB has one option for that but it's not so impressive..
Rather go for any iss compiler..(one i know is inno setup compiler)
I hope it helped...
Regards
Edesign -
@pradeep-agrawal-rhdX5z • Jun 30, 2008
You can build installers for your project either by using open source tools like
- Wix
or by using licensed tools like
- Microsoft Visual Studio 2005
- InstallShield
Refer some of the below links for creating installers using above tools:
1. Wix
- #-Link-Snipped-#
- #-Link-Snipped-#
- #-Link-Snipped-#
- #-Link-Snipped-#
- #-Link-Snipped-#
2. Microsoft Visual Studio
- #-Link-Snipped-#
- #-Link-Snipped-#
3. InstallShield
- #-Link-Snipped-#
- #-Link-Snipped-#
I have used Wix and Visual Studio 2005. Wix is free and its good, so i recommend to use Wix.
-Pradeep