alvifarooq
05-28-2003, 12:10 AM
another deployment thing...
i am installing my application from one nt 4 machine to the other...but during load files the program gives me an error:
VB6stkit.dll is not a valid Windows NT image
and hence the installation breaks away...there's nthing wrong with the setup file aside from this...what can i do...
and is it possible to completely avoid this dll in the files section of inno...?
Regards,
Farooq
alvifarooq
05-28-2003, 01:50 AM
ok for ur help...just found out on inno that if ure using inno setup u don't need to use VB6stkit.dll...
Farooq
Flyguy
05-28-2003, 02:44 AM
That's why I posted the "minimal requirements" in your other thread.
Called "Begin VB system files"
http://www.visualbasicforum.com/showthread.php?threadid=80486
alvifarooq
05-28-2003, 05:58 AM
hey thanks flyguy...i am hoping u could plz help me out of this...i have spent 3 weeks developing the application and now its been a week packaging this entire software...
i managed to get rid of all the errors that were popping up in installation...now the only problem is that when the installation is complete ( i am using inno btw) my application cannot run...
it gives me an automation error...the application doesn't even start!
what's the deal with this? i serioulsy have no idea how to get by this...
Rgds,
Farooq
alvifarooq
05-28-2003, 06:05 AM
is it because i am no including runtime files...although i do install mdac on the other comp.
u wrote this on ur other post:
[Components]
Name: VB5RT; Description: Visual Basic Runtime 5.0; Flags: disablenouninstallwarning
Name: VB6RT; Description: Visual Basic Runtime 6.0; Flags: disablenouninstallwarning
Name: DCOM95; Description: DCOM for Windows 95; Flags: disablenouninstallwarning restart; MinVersion: 4.0,0; OnlyBelowVersion: 4.1,0
Name: DCOM98; Description: DCOM for Windows 98; MinVersion: 4.1,0; Flags: disablenouninstallwarning
Name: MDAC; Description: Microsoft Data Access Components; Flags: disablenouninstallwarning restart; MinVersion: 4.0,4.0; OnlyBelowVersion: 0,5.0
[Files]
; START VISUAL BASIC
Source: Redist\VB_Runtime\STDOLE2.TLB; DestDir: {sys}; Flags: restartreplace uninsneveruninstall regtypelib; CopyMode: alwaysskipifsameorolder; Components: VB5RT VB6RT
Source: Redist\VB_Runtime\MSVBVM50.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall regserver; CopyMode: alwaysskipifsameorolder; Components: VB5RT
Source: Redist\VB_Runtime\MSVBVM60.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall regserver; CopyMode: alwaysskipifsameorolder; Components: VB6RT
Source: Redist\VB_Runtime\OleAut32.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall regserver; CopyMode: alwaysskipifsameorolder; Components: VB5RT VB6RT
Source: Redist\VB_Runtime\OlePro32.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall regserver; CopyMode: alwaysskipifsameorolder; Components: VB5RT VB6RT
Source: Redist\VB_Runtime\AsycFilt.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall; CopyMode: alwaysskipifsameorolder; Components: VB5RT VB6RT
Source: Redist\VB_Runtime\Ctl3d32.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall; CopyMode: alwaysskipifsameorolder; Components: VB5RT VB6RT
Source: Redist\VB_Runtime\ComCat.dll; DestDir: {sys}; Flags: restartreplace uninsneveruninstall regserver; CopyMode: alwaysskipifsameorolder; Components: VB5RT VB6RT
; END VISUAL BASIC
; START DCOM
Source: Redist\DCOM\dcom95.EXE; DestDir: {tmp}; CopyMode: alwaysoverwrite; MinVersion: 4.0,0; OnlyBelowVersion: 4.1,0; Components: DCOM95
Source: Redist\DCOM\dcom98.exe; DestDir: {tmp}; CopyMode: alwaysoverwrite; MinVersion: 4.1,0; Components: DCOM98
Source: Redist\DCOM\dcm95cfg.exe; DestDir: {tmp}; CopyMode: alwaysoverwrite; MinVersion: 4.0,0; Components: DCOM95 DCOM98
; END DCOM
i havent included any of these...but the setup file thru p&dw didn't show me any of these...
Thanks...
Farooq