Visual Basic Programming
 
Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
 
 
User Name:
Password:
Remember me
Go Back   ASP Free ForumsProgrammingVisual Basic Programming

Reply
Add This Thread To:
  Del.icio.us   Digg   Google   Spurl   Blink   Furl   Simpy   Y! MyWeb 
Thread Tools Search this Thread Rate Thread Display Modes
 
Unread ASP Free Forums Sponsor:
Free Web 2.0 Code Generator! Generate data entry and reporting .NET Web apps in minutes. Quickly create visually stunning, feature-rich apps that are easy to customize and ready to deploy. Download Now!
  #1  
Old September 19th, 2003, 08:33 PM
jeffos jeffos is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 4 jeffos User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Angry Problem installing ACCESS/VB run-time App on Win98

Hello

I developed a MS Access 2002 Application that we Packaged using the MS Developer kit. The package includes a run-time for user who do not have Office installed.

All is working fine on XP with or without Office installed on the machine. But we are having problems installing it on Win98

This is the message we are having when installing :

VISUAL BASIC 6.0 SETUP TOOL
The application you are installing requires updated system components.
To continue, install the Office System Pack. For assistance, contact
your applications provider.

Not sure what to do or were to look , what to include in the packaging. I believe all components were compiled. And again all is working fine on XP.

Thank you for your assistance

Jeffos

Reply With Quote
  #2  
Old September 20th, 2003, 02:07 AM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 15 h 34 m 6 sec
Reputation Power: 180
One likely culprit is the MS Database drivers, which I don't think will be in your installer by default. You can download MDAC from www.microsoft.com/data

I don't know what is a Office System Pack <g>

Reply With Quote
  #3  
Old September 20th, 2003, 05:12 AM
jeffos jeffos is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 4 jeffos User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
The error seems to be an install path error "Visual Basic 6.0 setup toolkit missing..."

Reply With Quote
  #4  
Old September 20th, 2003, 11:30 AM
Doug G Doug G is offline
Grumpier Old Moderator
ASP Free God 11th Plane (10000 - 10499 posts)
 
Join Date: Sep 2003
Posts: 10,143 Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level)Doug G User rank is First Lieutenant (10000 - 20000 Reputation Level) 
Time spent in forums: 3 Weeks 4 Days 15 h 34 m 6 sec
Reputation Power: 180
I'm not familiar with this MS Developer Kit for creating installers. There is a Package & Deployment Wizard that comes with Office Developer Edition and VB6. Review your install package & figure out what file(s) are missing is the best advice I have.

Reply With Quote
  #5  
Old September 22nd, 2003, 12:35 PM
jeffos jeffos is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Sep 2003
Posts: 4 jeffos User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Still no luck. Here is the log file of the install.

Quote:


[Bootstrap]
SetupTitle=Installer
SetupText=Copying files, please wait.
CabFile=JRMSdemo.cab
Spawn=Setup1.exe
Uninstal=odeunst.exe
TmpDir=msftqws.pdw
Cabs=1

[Bootstrap Files]
File1=@ODSTKIT.DLL,$(WinSysPathSysFile),,,11/3/98 12:00:00 AM,101888,6.0.82.67
File2=@COMCAT.DLL,&(WinSysPathSysFile),$(DLLSelfRegister),,11/3/98 12:00:00 AM,22288,4.71.1460.1
File3=@stdole2.tlb,$(WinSysPathSysFile),$(TLBRegis ter),,12/7/99 6:00:00 AM,16896,2.40.4512.1
File4=@asycfilt.dll,$(WinSysPathSysFile),,,12/7/99 6:00:00 AM,147728,2.40.4512.1
File5=@olepro32.dll,$(WinSysPathSysFile),$(DLLSelf Register),,12/7/99 6:00:00 AM,164112,5.0.4512.1
File6=@oleaut32.dll,$(WinSysPathSysFile),$(DLLSelf Register),,12/7/99 6:00:00 AM,614672,2.40.4512.1
File7=@msvbvm60.dll,$(WinSysPathSysFile),$(DLLSelf Register),,12/7/99 6:00:00 AM,1384448,6.0.84.95

[Language]
LangID=1033

[IconGroups]
Group0=JRMSdemo
PrivateGroup0=True
Parent0=$(Start Menu)|Programs

[JRMSdemo]
ShortcutPath1=""$(ARTFolder)\MSAccess.exe" /Runtime "$(AppPath)\JRMSdemo.mde""
IconImage1=$(AppPath)\J48.ico
Title1=JRMS V.1 demo
StartIn1=$(AppPath)


[Setup]
Title=JRMSdemo
DefaultDir=$(ProgramFiles)\JRMSdemo
AppExe=$(AppPath)\JRMSdemo.mde
AppToUninstall=$(AppPath)\JRMSdemo.mde

[Setup1 Files]
File1=@JRMSdemo.mde,$(AppPath),,,9/16/2003 16:20:47,8986624,0.0.0.0
File2=@J16.ico,$(AppPath),,,9/1/2003 18:14:34,9158,0.0.0.0
File3=@J24.ico,$(AppPath),,,9/1/2003 18:14:28,9158,0.0.0.0
File4=@J32.ico,$(AppPath),,,9/1/2003 18:14:20,9158,0.0.0.0
File5=@J48.ico,$(AppPath),,,9/1/2003 18:14:9,9158,0.0.0.0
File6=@JRMSfooter.wmf,$(AppPath),,,8/28/2003 15:20:12,8620,0.0.0.0
File7=@JRMSheader.wmf,$(AppPath),,,8/28/2003 14:25:41,9724,0.0.0.0

[Runtime]
Included=-1
OSPLCID=1033
IEIncluded=0

[RunCommands]

Reply With Quote
  #6  
Old November 26th, 2003, 01:14 AM
skimble skimble is offline
Registered User
ASP Free Newbie (0 - 499 posts)
 
Join Date: Nov 2003
Posts: 1 skimble User rank is Just a Lowly Private (1 - 20 Reputation Level) 
Time spent in forums: < 1 sec
Reputation Power: 0
Hi
try this, there is a patch for the packaging wizard.

URL

Reply With Quote
Reply

Viewing: ASP Free ForumsProgrammingVisual Basic Programming > Problem installing ACCESS/VB run-time App on Win98


Thread Tools  Search this Thread 
Search this Thread:

Advanced Search
Display Modes  Rate This Thread 
Rate This Thread:


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
View Your Warnings | New Posts | Latest News | Latest Threads | Shoutbox
Forum Jump

 Free IT White Papers!
 
Accelerating Trading Partner Performance
One in five. That's how many partner transactions have at least one error. That is an amazing statistic, particularly given the extraordinary leaps in innovation across the global supply chain during the past two decades. Download this white paper to learn more.

 
Competing on Analytics
This Tech Analysis is designed to help identify characteristics shared by analytics competitors, and includes information about 32 organizations that have made a commitment to quantitative, fact-based analysis.

 
Cost Effective Scaling with Virtualization and Coyote Point Systems
An overview of the industry trend toward virtualization, how server consolidation has increased the importance of application uptime and the steps being taken to integrate load balancing technology with virtualized servers.

 
Five Checkpoints to Implementing IP Telephony
Implementation planning for IP PBX software and IP telephony has become vital as businesses replace discontinued legacy PBX phone systems. This informative whitepaper outlines five "checkpoints" for any implementation plan that will help make IP communications a successful proposition.

 
Hosted Email Security: Staying Ahead of New Threats
In the last two years, email has become a fierce battleground between the nefarious forces of spam and malware, and the heroes of messaging protection. The spam volumes increased alarmingly every month, bringing clever new forms of phishing and virus propagation attacks.

 

Forums: » Register « |  User CP |  Games |  Calendar |  Members |  FAQs |  Sitemap |  Support | 
  
 





© 2003-2008 by Developer Shed. All rights reserved. DS Cluster 2 hosted by Hostway