|
-
Jun 15th, 2005, 09:45 AM
#1
Thread Starter
Member
[RESOLVED] MS Access Forms Deployment Problem
I have a program I created in vb6 that is using an access database(ADO).
I am working on an xp pro machine using access 2003...
I have used PDW in vb6 to bundle the setup app.
The program takes the user input and stores it in the database. There is a button that opens an access form allowing the user to view reports.
When I install the program on another computer, the access form does not show up when I click. Access opens, but it does not open to the form.
The program works with the database when I add information from the program to the db tables.
And I can open the database through access and view the form I created for the reports.
Here is what the setup.lst file says:
Code:
[Bootstrap]
SetupTitle=Install
SetupText=Copying Files, please stand by.
CabFile=Nemer.CAB
Spawn=Setup1.exe
Uninstal=st6unst.exe
TmpDir=msftqws.pdw
Cabs=1
[Bootstrap Files]
[email protected],$(WinSysPathSysFile),,,7/15/00 12:00:00 AM,101888,6.0.84.50
[email protected],$(WinSysPathSysFile),$(DLLSelfRegister),,5/31/98 12:00:00 AM,22288,4.71.1460.1
[email protected],$(WinSysPathSysFile),,,3/8/99 12:00:00 AM,147728,2.40.4275.1
[email protected],$(WinSysPathSysFile),$(DLLSelfRegister),,3/8/99 12:00:00 AM,164112,5.0.4275.1
[email protected],$(WinSysPathSysFile),$(DLLSelfRegister),,4/12/00 12:00:00 AM,598288,2.40.4275.1
[email protected],$(WinSysPathSysFile),$(TLBRegister),,6/3/99 12:00:00 AM,17920,2.40.4275.1
[email protected],$(WinSysPathSysFile),$(DLLSelfRegister),,2/23/04 12:00:00 AM,1386496,6.0.97.82
[IconGroups]
Group0=Nemer
PrivateGroup0=-1
Parent0=$(Programs)
[Nemer]
Icon1="Nemer.exe"
Title1=Nemer
StartIn1=$(AppPath)
[Setup]
Title=Nemer
DefaultDir=$(ProgramFiles)\Nemer
AppExe=Nemer.exe
AppToUninstall=Nemer.exe
[Setup1 Files]
[email protected],$(AppPath),,,6/16/05 9:14:24 AM,1208320,0.0.0.0
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),3/9/04 12:00:00 AM,416528,6.7.0.9782
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),3/9/04 12:00:00 AM,662288,6.1.97.82
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),7/14/04 4:27:12 PM,1081616,6.1.97.82
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),7/14/04 4:26:46 PM,152848,6.1.97.82
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),5/22/00 6:58:00 PM,1009336,6.0.88.4
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),8/4/04 7:00:00 AM,151552,5.6.0.8820
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),2/23/04 12:00:00 AM,119808,6.1.97.82
[email protected],$(WinSysPath),$(DLLSelfRegister),$(Shared),2/23/04 12:00:00 AM,78848,6.1.97.82
[email protected],$(WinSysPath),,$(Shared),8/4/04 7:00:00 AM,81920,2.81.1117.0
[email protected],$(AppPath),,,6/16/05 9:43:40 AM,135168,1.0.0.0
I would appreciate if anyone knows what the problem could be.
Thanks
Last edited by kaZm; Jun 15th, 2005 at 08:15 PM.
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
|