|
-
Apr 19th, 2006, 04:43 AM
#1
Thread Starter
Member
[setup installers]
hi there
i ahve created an exe program which needs follwoing dlls
1) capicom.dll
2) comcat.dll
3) asycfilt.dll
4) msvbvm60.dll
5) oleaut32.dll
6) olepro32.dll
7) vb6stkit.dll
8) riched32.dll
and the following ocx controls
1) comdlg32.ocx
2) mscomctl.ocx
3) richtx32.dll
4) tabctl32.ocx
using the make command in vb i have created an exe file
and by using the package and deployment wizard i am tryongto create a setup .. which also got created successfully
the created setup fles works fine when installed on my pc
winxp sp2 with vs and vs.net 2002 both istalled
now i gave the s/w for peer reviews and the thing is some peole could install the software and worked on it well
but on some pcs it keeps on giving a msg that it needs updating some files even when yes/ ok is given the same msg pops up repeatedly
i need to know that apart frm capicom here does any other dlls/ocx files needs certain support on user pcs
if so do i need to change some things or use a diiferent setup createor
any ideas on which setup creater /installer i should use
thnx
-
Apr 19th, 2006, 04:46 AM
#2
Re: [setup installers]
Moved 
Yes, that is a bug in the P&D Wiz.
See this KB Article for more on it.
http://support.microsoft.com/kb/191096/EN-US/
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 
-
Apr 19th, 2006, 04:48 AM
#3
Re: [setup installers]
usually when you run the installer, it checks for the file versions...it will prompt if the version of a same file differs...
let it allow to update the files, when prompted, then only your software will work correctly...
if this doesnt help, post the exact error msg you are getting in your peer systems...
If an answer to your question has been helpful, then please, Rate it!
Have done Projects in Access and Member management systems using BioMetric devices, Smart cards and BarCodes.
-
Apr 19th, 2006, 06:40 AM
#4
Re: [setup installers]
I'd bet a millon dollar that you are using PDW.... Try using Inno Setup and the Third Party tools. Check my signature for them...
-
Apr 19th, 2006, 12:37 PM
#5
Re: [setup installers]
 Originally Posted by walker
using the package and deployment wizard
The link I posted has the fix for it.
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 
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
|