|
-
Aug 24th, 2006, 06:00 AM
#1
Thread Starter
Junior Member
98 Deployment Issue
I am developing VB6/CR7 applications for govt department
and need tp deploy on variety of machines (includes 95/98/2000pro/
XP-Home/XP-Pro etc).. If I create the package using PDW on 2000 machine..
it works fine on XP but .. it creates problem on 9x machine ...which
installer should I use ...?...
Last edited by RobDog888; Aug 24th, 2006 at 12:06 PM.
-
Aug 24th, 2006, 08:25 AM
#2
Re: Deployment FAQ
 Originally Posted by Utpal Mehta
I am developing VB6/CR7 applications for govt department
and need tp deploy on variety of machines (includes 95/98/2000pro/
XP-Home/XP-Pro etc).. If I create the package using PDW on 2000 machine..
it works fine on XP but .. it creates problem on 9x machine ...which
installer should I use ...?...
I personally recommend INNO setup, its free, and you can find lots of examples in using it around the web, because it has a pretty big user base. I have used it to deploy apps from 98-2003.
95 will work in many cases, but windows 95 in itself is not a great OS, and you may find you need to include additional files to get it to work right.
There are others, but most cost a good amount of money, like InstallShield.
I believe NullSoft may still offer a free installer app, but I know they were bought by AOL, and I am not sure of the current state of that software.
-
Aug 24th, 2006, 12:06 PM
#3
Re: 98 Deployment Issue
Posts split from FAQ thread.
VB/Office Guru™ (AKA: Gangsta Yoda™ ®)
I dont answer coding questions via PM. Please post a thread in the appropriate forum. 
Microsoft MVP 2006-2011
Office Development FAQ (C#, VB.NET, VB 6, VBA)
Senior Jedi Software Engineer MCP (VB 6 & .NET), BSEE, CET
If a post has helped you then Please Rate it! 
• Reps & Rating Posts • VS.NET on Vista • Multiple .NET Framework Versions • Office Primary Interop Assemblies • VB/Office Guru™ Word SpellChecker™.NET • VB/Office Guru™ Word SpellChecker™ VB6 • VB.NET Attributes Ex. • Outlook Global Address List • API Viewer utility • .NET API Viewer Utility •
System: Intel i7 6850K, Geforce GTX1060, Samsung M.2 1 TB & SATA 500 GB, 32 GBs DDR4 3300 Quad Channel RAM, 2 Viewsonic 24" LCDs, Windows 10, Office 2016, VS 2019, VB6 SP6 
-
Aug 24th, 2006, 02:38 PM
#4
Re: 98 Deployment Issue
 Originally Posted by Utpal Mehta
it creates problem on 9x machine
It will if you include msvcrt.dll. It may if you include other files.
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
-
Aug 24th, 2006, 05:22 PM
#5
Re: 98 Deployment Issue
There are differences to each OS that need to be attended to. You cannot install some of the files from one OS to the other.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|