954,582 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

.msi Installer Packages

Is it possible to create a .msi installation package using the deployment wizard in VB 6.0 Learning Ediiton? Also, can I change that horrible installtion screen to the more modern "Office 2000/XP Installation"? Or do I need to buy some horribly expensive add-on?

Roberdin
Supreme Evil Overlord
Team Colleague
282 posts since Feb 2003
Reputation Points: 63
Solved Threads: 6
 

Well, you can't do this with VB 6.0. On the upside, you can do this with Visual Studio .NET (but I'm sure you don't have that).

The cheapest and easiest to use program that will make your VB 6 apps have MSI installers is called "Wise for Windows Installer 4," by Wise Solutions Inc. Here is a link: http://www.wise.com/wfwi.asp

Its not cheap; standard edition costs $449.00 retail.

Tekmaven
Software Architect
Moderator
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28
 

InstallShield?

cscgal
The Queen of DaniWeb
Administrator
19,432 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 230
 

Can i create my own InstallShield installs then?

Roberdin
Supreme Evil Overlord
Team Colleague
282 posts since Feb 2003
Reputation Points: 63
Solved Threads: 6
 

InstallShield is just a company that makes installers. Wise is there biggest competitor. Wise installations are written with script more closely to VB, and InstallShield is written with script more closer to the c languages.

Wise does most things for you, InstallShield dosen't. In the end, it all just compiles to the same MSI format -> Microsoft Software Installer.

Tekmaven
Software Architect
Moderator
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You