Computing.Net > Forums > Programming > Package and Deployme

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Package and Deployme

Reply to Message Icon

Name: CRaig`
Date: November 26, 2002 at 09:33:31 Pacific
OS: -
CPU/Ram: -
Comment:

Hello,
I have created a Visual C++ application that I need to package for installation...I have used the Package and Deployment wizard before with Visual Basic but am not sure what I should use for Visual C++.

Any suggestions??

CES



Sponsored Link
Ads by Google

Response Number 1
Name: Jeff J
Date: November 26, 2002 at 15:38:54 Pacific
Reply:

If you plan on targetting Win2K/XP, and your app requires updated versions of system DLLs or needs to register OCXs, you really need a fairly sophisticated installer. The "Micro$oft Installer" is available for free at msdn.microsoft.com, though it will not be quite as simple as the wizards. If you find another free installer on the web, make sure it can create the .cat files needed to allow bypassing the Windows File Protection feature on newer Windows platforms.

If you do not need to update system files or register anything, you can always just zip everything up, along with the usual README, and leave it at that. You can also make a WinZip self-extracting archive, which can also run a script after unpacking. That way you can extract to a specified directory, and even put a shortcut on the start menu or desktop.

Cheers


0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Programming Forum Home


Sponsored links

Ads by Google


Results for: Package and Deployme

VB 6 & Access 2000 www.computing.net/answers/programming/vb-6-amp-access-2000/10789.html

package & deployment in VB www.computing.net/answers/programming/package-amp-deployment-in-vb/2718.html

packaging software www.computing.net/answers/programming/packaging-software/1873.html