PROBLEME DE DEPLOIEMENT

Résolu
cs_MMIC Messages postés 31 Date d'inscription lundi 25 octobre 2004 Statut Membre Dernière intervention 25 avril 2005 - 17 janv. 2005 à 16:51
nzambi Messages postés 10 Date d'inscription lundi 3 octobre 2005 Statut Membre Dernière intervention 28 décembre 2006 - 23 nov. 2005 à 09:49
Bonjour
J'ai éssayé de générer l'exe en utilisant l'assistant empaquetage et deploiement de vb6 qui fonctionne correctement sur mon PC, mais dés que je change de poste ou VB n'est pas installé , l'application ne marche pas bien , les liens avec la base ne sont pas fait .
C'est dû peut-etre à une erreur lors de l'inscription du fichier msado25.tlb que j'ai eu , mais j'ai fait ignorer.
Et une erreur d'éxcécution s'affiche :" Erreur 430 ' le classe ne gére pas automation ou l'interface attendue " , lorsque j'utilise l,application

Comment faire ?
Merci

MMICH

34 réponses

asem67 Messages postés 145 Date d'inscription mardi 3 septembre 2002 Statut Membre Dernière intervention 24 février 2008
17 janv. 2005 à 22:54
desoler Dark mais je reviens avec InstalCreator



si tu fait comme j'ai dit avant avant tu aura le mdac_typ.exe dans la liste de tes fichiers

tu selectionne le mdac_typ.exe> option fichiers> afficher/lancer >executer >choix du moment de l'execution

et le mdac sera executer par l'install pendant ton install

A+

ASEM67
0
cs_DARKSIDIOUS Messages postés 15814 Date d'inscription jeudi 8 août 2002 Statut Membre Dernière intervention 4 mars 2013 130
18 janv. 2005 à 08:33
Tu es allé voir le script innosetup dont je t'ai donné le lien ? Tout est dedans :



; -------------------------------------------------------------------------------------------------------------------------------
;
; Author: Michael Reitz
; eMail: innosetup@assimilate.de
;
; This InnoSetup script shows how to install the Visual Basic Runtime files, DCOM and MDAC.
; You should go to the following webpages for dowloading the files and getting the most current information about the components:
; VB Runtime files: How-To Article on http://www.jrsoftware.org/ishowto.phtml'a=vb and http://msdn.microsoft.com/vstudio/
; DCOM: http://www.microsoft.com/com/dcom/dcom95/dcom1_3.asp and http://www.microsoft.com/com/dcom/dcom98/dcom1_3.asp
; MDAC: http://www.microsoft.com/data/
; Recommended release versions (October 2002):
; - Visual Basic 5.0 Sp3
; - Visual Basic 6.0 Sp5
; - DCOM 1.3
; - MDAC 2.5 Sp1/Sp2 (contains ADO 2.5, Microsoft Jet 4.0, OLE DB Providers for SQL-Server 7.0 / MSDE 1.0 and SQL-Server 6.5)
; -> MDAC 2.5 is the version that comes with Windows 2000 SP1
; -> MDAC 2.0 and above require DCOM on Windows 95 machines for installing successfully
; -> There are some issues with existing Microsoft ODBC Driver for Access, version 3.51
; - MDAC 2.6 (contains ADO 2.6, OLE DB Provider for SQL-Server 2000)
; -> MDAC 2.6 has some issues with SQL 7.0 or SQL 6.5 Clustered Servers
; -> MDAC 2.6 doesn't contain Microsoft Jet drivers
; - MDAC 2.7 (contains ADO 2.7, same version that is shipped with Windows XP)
; -> MDAC 2.7 is NOT SUPPORTED on Windows 95
; -> MDAC 2.7 has some issues with SQL 7.0 or SQL 6.5 Clustered Servers
; -> MDAC 2.7 doesn't contain Microsoft Jet drivers
;
; Comments:
; It may not be possible to install DCOM95 and MDAC in sequence (without a reboot between them) on Windows 95 systems,
; because Windows 95 comes without any DCOM version.
; Therefore MDAC is installed on Windows 95 systems by a HKCU\...\RunOnce registry entry after reboot, which requires
; that the same user (who executed the setup) logs in after the reboot for successfully installing MDAC.
; (It is not possible to use a HKLM\...\RunOnce entry, because there are timing problems with the after-reboot processes
; of the DCOM installation.)
; The mdac_typ.exe file stays in the {%TEMP} folder after installation. If you want to prevent this, you should distribute
; mdac_typ.exe as external file and execute it from {src} (for example).
;
; Please remove and set comments in the [Registry] and [Run] sections depending on the distributed MDAC version, but always
; consider carefully which MDAC/ADO version your applications really requires and read the appropriate release manifest before
; distributing MDAC.
; -------------------------------------------------------------------------------------------------------------------------------

; This script was first created by ISTool
; http://www.bhenden.org/istool/

[Setup]
OutputDir=.
OutputBaseFilename=VB_DCOM_MDAC_Setup
AppName=VB - DCOM - MDAC
AppVerName=VB - DCOM - MDAC
MinVersion=4.0,4.0
AdminPrivilegesRequired=true
CreateAppDir=false
DisableProgramGroupPage=true
DisableStartupPrompt=true
Uninstallable=false

[Tasks]
Name: VB5RT; Description: Visual Basic Runtime 5.0; Flags: checkedonce
Name: VB6RT; Description: Visual Basic Runtime 6.0; Flags: checkedonce
Name: DCOM95; Description: DCOM 1.3 for Windows 95; Flags: checkedonce restart; MinVersion: 4.0,0; OnlyBelowVersion: 4.1,0
Name: DCOM98; Description: DCOM 1.3 for Windows 98; Flags: checkedonce; MinVersion: 4.1,0; OnlyBelowVersion: 4.9,0
Name: MDAC; Description: Microsoft Data Access Components; Flags: checkedonce restart; MinVersion: 4.0,4.0; OnlyBelowVersion: 0,5.0

[Files]
; START VISUAL BASIC
Source: Redist\VB_Runtime\STDOLE2.TLB; DestDir: {sys}; CopyMode: alwaysskipifsameorolder; Flags: restartreplace uninsneveruninstall sharedfile regtypelib; Tasks: VB5RT VB6RT
Source: Redist\VB_Runtime\MSVBVM50.dll; DestDir: {sys}; CopyMode: alwaysskipifsameorolder; Flags: restartreplace uninsneveruninstall sharedfile regserver; Tasks: VB5RT
Source: Redist\VB_Runtime\MSVBVM60.dll; DestDir: {sys}; CopyMode: alwaysskipifsameorolder; Flags: restartreplace uninsneveruninstall sharedfile regserver; Tasks: VB6RT
Source: Redist\VB_Runtime\OleAut32.dll; DestDir: {sys}; CopyMode: alwaysskipifsameorolder; Flags: restartreplace uninsneveruninstall sharedfile regserver; Tasks: VB5RT VB6RT
Source: Redist\VB_Runtime\OlePro32.dll; DestDir: {sys}; CopyMode: alwaysskipifsameorolder; Flags: restartreplace uninsneveruninstall sharedfile regserver; Tasks: VB5RT VB6RT
Source: Redist\VB_Runtime\AsycFilt.dll; DestDir: {sys}; CopyMode: alwaysskipifsameorolder; Flags: restartreplace uninsneveruninstall sharedfile; Tasks: VB5RT VB6RT
Source: Redist\VB_Runtime\ComCat.dll; DestDir: {sys}; CopyMode: alwaysskipifsameorolder; Flags: restartreplace uninsneveruninstall sharedfile regserver; Tasks: VB5RT VB6RT
; END VISUAL BASIC
; START DCOM
Source: Redist\DCOM\dcom95.EXE; DestDir: {tmp}; CopyMode: alwaysoverwrite; MinVersion: 4.0,0; OnlyBelowVersion: 4.1,0; Tasks: DCOM95
Source: Redist\DCOM\dcom98.exe; DestDir: {tmp}; CopyMode: alwaysoverwrite; MinVersion: 4.1,0; OnlyBelowVersion: 4.9,0; Tasks: DCOM98
Source: Redist\DCOM\dcm95cfg.exe; DestDir: {tmp}; CopyMode: alwaysoverwrite; MinVersion: 4.0,0; OnlyBelowVersion: 4.9,0; Tasks: DCOM95 DCOM98
; END DCOM
; START MDAC
Source: Redist\MDAC\mdac_typ.exe; DestDir: {%TEMP}; CopyMode: alwaysoverwrite; MinVersion: 4.0,0; OnlyBelowVersion: 4.1,0; Tasks: MDAC
Source: Redist\MDAC\mdac_typ.exe; DestDir: {tmp}; CopyMode: alwaysoverwrite; MinVersion: 4.1,4.0; OnlyBelowVersion: 0,5.0; Tasks: MDAC
; END MDAC

[Registry]
; Delay MDAC installation on Win95 machines
;MDAC 2.0+
Root: HKCU; Subkey: SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce; ValueType: string; ValueName: MDAC_Setup; ValueData: """{%TEMP}\mdac_typ.exe"" /Q /C:""setup /QT"""; MinVersion: 4.0,0; OnlyBelowVersion: 4.1,0; Tasks: MDAC
;MDAC 2.6+
;Root: HKCU; Subkey: SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce; ValueType: string; ValueName: MDAC_Setup; ValueData: """{%TEMP}\mdac_typ.exe"" /Q:A /C:""dasetup /Q:D /N"""; MinVersion: 4.0,0; OnlyBelowVersion: 4.1,0; Tasks: MDAC

[Run]
; START DCOM
Filename: {tmp}\dcom95.EXE; Parameters: /r:n /q:u; WorkingDir: {tmp}; Flags: skipifdoesntexist; Tasks: DCOM95; MinVersion: 4.0,0; OnlyBelowVersion: 4.1,0
Filename: {tmp}\dcom98.exe; Parameters: /r:n /q:u; WorkingDir: {tmp}; Flags: skipifdoesntexist; Tasks: DCOM98; MinVersion: 4.1,0; OnlyBelowVersion: 4.9,0
Filename: {tmp}\dcm95cfg.exe; Parameters: /r:n /q:u; WorkingDir: {tmp}; Flags: skipifdoesntexist; Tasks: DCOM95 DCOM98; MinVersion: 4.0,0; OnlyBelowVersion: 4.9,0
; END DCOM
; START MDAC 2.0+ (see also: http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q192009&)
Filename: {tmp}\mdac_typ.exe; Parameters: "/Q /C:""setup /QNT"""; WorkingDir: {tmp}; Flags: skipifdoesntexist; Tasks: MDAC; MinVersion: 4.1,4.0; OnlyBelowVersion: 0,5.0
; END MDAC 2.0+
; START MDAC 2.6+ (see also: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mdacsdk/htm/wphistory_redistributemdac.asp)
;Filename: {tmp}\mdac_typ.exe; Parameters: "/Q:A /C:""dasetup /Q:D /N"""; WorkingDir: {tmp}; Flags: skipifdoesntexist; Tasks: MDAC; MinVersion: 4.1,4.0; OnlyBelowVersion: 0,5.0
; END MDAC 2.6+




MSDAC est installé d'office sur Windows 2000 et XP, mais pas sur
Windows 98 ! C'est pour cette raison qu'il faut l'installer sur cet OS.



En gros, tu as besoin de ces lignes :



[Tasks]
Name: DCOM95; Description: DCOM 1.3 for Windows 95; Flags: checkedonce restart; MinVersion: 4.0,0; OnlyBelowVersion: 4.1,0
Name: DCOM98; Description: DCOM 1.3 for Windows 98; Flags: checkedonce; MinVersion: 4.1,0; OnlyBelowVersion: 4.9,0
Name: MDAC; Description: Microsoft Data Access Components; Flags: checkedonce restart; MinVersion: 4.0,4.0; OnlyBelowVersion: 0,5.0

[Files]
; START DCOM
Source: Redist\DCOM\dcom95.EXE; DestDir: {tmp}; CopyMode: alwaysoverwrite; MinVersion: 4.0,0; OnlyBelowVersion: 4.1,0; Tasks: DCOM95
Source: Redist\DCOM\dcom98.exe; DestDir: {tmp}; CopyMode: alwaysoverwrite; MinVersion: 4.1,0; OnlyBelowVersion: 4.9,0; Tasks: DCOM98
Source: Redist\DCOM\dcm95cfg.exe; DestDir: {tmp}; CopyMode: alwaysoverwrite; MinVersion: 4.0,0; OnlyBelowVersion: 4.9,0; Tasks: DCOM95 DCOM98
; END DCOM
; START MDAC
Source: Redist\MDAC\mdac_typ.exe; DestDir: {%TEMP}; CopyMode: alwaysoverwrite; MinVersion: 4.0,0; OnlyBelowVersion: 4.1,0; Tasks: MDAC
Source: Redist\MDAC\mdac_typ.exe; DestDir: {tmp}; CopyMode: alwaysoverwrite; MinVersion: 4.1,4.0; OnlyBelowVersion: 0,5.0; Tasks: MDAC
; END MDAC

[Registry]
; Delay MDAC installation on Win95 machines
;MDAC 2.0+
Root: HKCU; Subkey: SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce; ValueType: string; ValueName: MDAC_Setup; ValueData: """{%TEMP}\mdac_typ.exe"" /Q /C:""setup /QT"""; MinVersion: 4.0,0; OnlyBelowVersion: 4.1,0; Tasks: MDAC
;MDAC 2.6+
;Root: HKCU; Subkey: SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce; ValueType: string; ValueName: MDAC_Setup; ValueData: """{%TEMP}\mdac_typ.exe"" /Q:A /C:""dasetup /Q:D /N"""; MinVersion: 4.0,0; OnlyBelowVersion: 4.1,0; Tasks: MDAC

[Run]
; START DCOM
Filename: {tmp}\dcom95.EXE; Parameters: /r:n /q:u; WorkingDir: {tmp}; Flags: skipifdoesntexist; Tasks: DCOM95; MinVersion: 4.0,0; OnlyBelowVersion: 4.1,0
Filename: {tmp}\dcom98.exe; Parameters: /r:n /q:u; WorkingDir: {tmp}; Flags: skipifdoesntexist; Tasks: DCOM98; MinVersion: 4.1,0; OnlyBelowVersion: 4.9,0
Filename: {tmp}\dcm95cfg.exe; Parameters: /r:n /q:u; WorkingDir: {tmp}; Flags: skipifdoesntexist; Tasks: DCOM95 DCOM98; MinVersion: 4.0,0; OnlyBelowVersion: 4.9,0
; END DCOM
; START MDAC 2.0+ (see also: http://support.microsoft.com/default.aspx?scid=KB;EN-US;Q192009&)
Filename: {tmp}\mdac_typ.exe; Parameters: "/Q /C:""setup /QNT"""; WorkingDir: {tmp}; Flags: skipifdoesntexist; Tasks: MDAC; MinVersion: 4.1,4.0; OnlyBelowVersion: 0,5.0
; END MDAC 2.0+
; START MDAC 2.6+ (see also: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/mdacsdk/htm/wphistory_redistributemdac.asp)
;Filename: {tmp}\mdac_typ.exe; Parameters: "/Q:A /C:""dasetup /Q:D /N"""; WorkingDir: {tmp}; Flags: skipifdoesntexist; Tasks: MDAC; MinVersion: 4.1,4.0; OnlyBelowVersion: 0,5.0
; END MDAC 2.6+





DarK Sidious

Administrateur et reponsable VB/API du site www.ProgOtoP.com
0
cs_MMIC Messages postés 31 Date d'inscription lundi 25 octobre 2004 Statut Membre Dernière intervention 25 avril 2005
18 janv. 2005 à 15:24
Salut
Moi, j'ai WIN 2000 avec le pack 4 , donc d'aprés ce que j'ai lu , le MDAC 2.5 vient automatiquement avec WIN 2000 .
J'ai éssayé aussi de lancer mdac à travers la méthode de ASEM 67 avec install-creator , le message d'erreur sur le msado25.tlb n'est plus , mais le probléme avec le lien de la base est tjs là.
Que pourrai-je faire de plus ??????
MERCI

MMICH
0
asem67 Messages postés 145 Date d'inscription mardi 3 septembre 2002 Statut Membre Dernière intervention 24 février 2008
18 janv. 2005 à 17:22
que veut tu dire par "le probléme avec le lien de la base est tjs là."



peut tu m'envoyer ta source ?

asem067@hotmail.com

A+


ASEM67
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
cs_MMIC Messages postés 31 Date d'inscription lundi 25 octobre 2004 Statut Membre Dernière intervention 25 avril 2005
18 janv. 2005 à 17:56
Le lien avec la base n'est pas bon , à chaque fois que je veux rajouter un enregistrement , l'erreur 430 (automation) s'affiche et l'application s'arrête.
Je vous envoie les 4 fichiers générés par l'empaquetage
merci
MMICH
0
cs_DARKSIDIOUS Messages postés 15814 Date d'inscription jeudi 8 août 2002 Statut Membre Dernière intervention 4 mars 2013 130
18 janv. 2005 à 18:34
Le problème d'automation vient d'un serveur activeX qui n'a pas été crée (sûrement ADO !)

DarK Sidious

Administrateur et reponsable VB/API du site www.ProgOtoP.com
0
cs_MMIC Messages postés 31 Date d'inscription lundi 25 octobre 2004 Statut Membre Dernière intervention 25 avril 2005
18 janv. 2005 à 19:27
Voici les étapes que je suis avec innosetup :
Utilisez un nouveau wiard script , choisir application destination name : programfile directory
application name executable file : j'ai essayé avec requetes.exe ou setup.exe (généré par empaquetege) ou setup.lst et je compile
Voici aussi mon SETUP.LST aprés l'empaquetage , normalemet tous les fichiers sont là , non !!!

Bootstrap]


SetupTitle=Installation


SetupText=Copie des fichiers, veuillez patienter.


CabFile=Requete.CAB


Spawn=Setup1.exe


Uninstal=st6unst.exe


TmpDir=msftqws.pdw


Cabs=1


[Bootstrap Files]


File1=@VB6STKIT.DLL,$(WinSysPathSysFile),,,7/14/00 11:00:00 PM,101888,6.0.84.50


File2=@COMCAT.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,5/31/98 11:00:00 PM,22288,4.71.1460.1


File3=@ASYCFILT.DLL,$(WinSysPathSysFile),,,3/7/99 11:00:00 PM,147728,2.40.4275.1


File4=@OLEPRO32.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,3/7/99 11:00:00 PM,164112,5.0.4275.1


File5=@OLEAUT32.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,4/11/00 11:00:00 PM,598288,2.40.4275.1


File6=@STDOLE2.TLB,$(WinSysPathSysFile),$(TLBRegister),,6/2/99 11:00:00 PM,17920,2.40.4275.1


File7=@MSVBVM60.DLL,$(WinSysPathSysFile),$(DLLSelfRegister),,6/19/03 12:05:04 PM,1385744,6.0.96.90


File8=@VB6FR.DLL,$(WinSysPath),,$(Shared),10/1/00 11:00:00 PM,119568,6.0.89.88


[IconGroups]


Group0=Requête des citoyens


PrivateGroup0=-1


Parent0=$(Programs)


[Requête des citoyens]


Icon1="Requete.exe"


Title1=Requête des citoyens


StartIn1=$(AppPath)


[Setup]


Title=Requête des citoyens


DefaultDir=$(ProgramFiles)\Requête des citoyens


AppExe=Requete.exe


AppToUninstall=Requete.exe


[Setup1 Files]


File1=@MDAC_TYP.EXE,$(AppPath),,,3/20/00 11:00:00 PM,7890088,25.0.4403.12


File2=@FM20.DLL,$(WinSysPath),$(DLLSelfRegister),$(Shared),1/12/99 6:54:26 PM,1109264,2.1.6112.1


File3=@MSHFGFR.DLL,$(WinSysPath),,$(Shared),7/12/98 11:00:00 PM,51200,6.0.30.5


File4=@STDFTFR.DLL,$(WinSysPath),,$(Shared),7/12/98 11:00:00 PM,6656,6.0.81.63


File5=@MSSTDFMT.DLL,$(WinSysPath),$(DLLSelfRegister),$(Shared),7/14/00 11:00:00 PM,118784,6.0.88.4


File6=@MSHFLXGD.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),5/21/00 11:00:00 PM,438976,6.0.88.4


File7=@CMDLGFR.DLL,$(WinSysPath),,$(Shared),7/12/98 11:00:00 PM,32768,6.0.81.63


File8=@COMDLG32.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),5/21/00 11:00:00 PM,140488,6.0.84.18


File9=@FLEXWIZ.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),12/7/04 9:33:59 AM,226328,6.0.0.8169


File10=@CMCT3FR.DLL,$(WinSysPath),$(DLLSelfRegister),$(Shared),7/12/98 11:00:00 PM,28672,6.0.0.8163


File11=@COMCT332.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),12/5/00 11:00:00 PM,415176,6.7.0.8988


File12=@FLXGDFR.DLL,$(WinSysPath),,$(Shared),7/12/98 11:00:00 PM,40960,6.0.81.63


File13=@MSFLXGRD.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),5/21/00 11:00:00 PM,244416,6.0.84.18


File14=@MSCC2FR.DLL,$(WinSysPath),,$(Shared),7/12/98 11:00:00 PM,59904,6.0.81.63


File15=@MSCOMCT2.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),5/21/00 11:00:00 PM,647872,6.0.88.4


File16=@DATGDFR.DLL,$(WinSysPath),,$(Shared),7/12/98 11:00:00 PM,31232,6.0.81.63


File17=@MSDATGRD.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),12/5/00 11:00:00 PM,262328,6.0.89.88


File18=@TABCTFR.DLL,$(WinSysPath),,$(Shared),7/12/98 11:00:00 PM,21504,6.0.81.63


File19=@TABCTL32.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),12/5/00 11:00:00 PM,209608,6.0.90.43


File20=@MSCH2FR.DLL,$(WinSysPath),,$(Shared),7/12/98 11:00:00 PM,107520,6.0.81.63


File21=@MSCHRT20.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),5/21/00 11:00:00 PM,1009336,6.0.88.4


File22=@ADODCFR.DLL,$(WinSysPath),,$(Shared),7/12/98 11:00:00 PM,16384,6.0.81.63


File23=@MSADODC.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),5/21/00 11:00:00 PM,118976,6.0.88.4


File24=@DBLSTFR.DLL,$(WinSysPath),,$(Shared),7/12/98 11:00:00 PM,31232,6.0.81.63


File25=@DBLIST32.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),6/23/98 11:00:00 PM,200496,6.0.81.69


File26=@DATLSFR.DLL,$(WinSysPath),,$(Shared),7/12/98 11:00:00 PM,30720,6.0.81.63


File27=@MSDATLST.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),5/21/00 11:00:00 PM,232640,6.0.84.18


File28=@MSCMCFR.DLL,$(WinSysPath),,$(Shared),7/12/98 11:00:00 PM,141312,6.0.81.63


File29=@MSCOMCTL.OCX,$(WinSysPath),$(DLLSelfRegister),$(Shared),5/21/00 11:00:00 PM,1066176,6.0.88.62


File30=@EXCEL9.OLB,$(WinSysPath),,$(Shared),3/19/99 9:00:32 PM,638976,9.0.0.2719


File31=@MSWORD9.OLB,$(WinSysPath),,$(Shared),3/17/99 10:42:02 PM,548864,9.0.0.2717


File32=@EXCEL.EXE,$(AppPath),,,3/20/99 11:54:56 PM,7151661,9.0.0.2719


File33=@odbcconf.dll,$(AppPath),,,8/10/00 9:10:28 PM,282624,3.520.6526.3


File34=@VB5DB.DLL,$(WinSysPath),,$(Shared),8/10/98 6:56:18 PM,89360,6.0.81.69


File35=@msjtes40.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,3/1/04 2:58:28 PM,241936,4.0.8618.0


File36=@msrepl40.dll,$(WinSysPathSysFile),,,9/26/03 8:12:58 PM,553232,4.0.8015.0


File37=@msrd3x40.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,9/26/03 8:12:57 PM,315664,4.0.6508.0


File38=@msrd2x40.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,9/26/03 8:12:56 PM,422160,4.0.7328.0


File39=@mswdat10.dll,$(WinSysPathSysFile),,,9/26/03 8:13:00 PM,831760,4.0.6508.0


File40=@mswstr10.dll,$(WinSysPathSysFile),,,10/3/03 3:26:11 AM,614429,4.0.6508.0


File41=@expsrv.dll,$(WinSysPathSysFile),,,9/26/03 8:12:38 PM,380957,6.0.72.9589


File42=@vbajet32.dll,$(WinSysPathSysFile),,,9/26/03 8:12:31 PM,30749,6.0.1.9431


File43=@msjint40.dll,$(WinSysPathSysFile),,,10/3/03 3:26:10 AM,184349,4.0.6508.0


File44=@msjter40.dll,$(WinSysPathSysFile),,,9/26/03 8:12:53 PM,53520,4.0.6508.0


File45=@msjet40.dll,$(WinSysPathSysFile),$(DLLSelfRegister),,3/1/04 2:58:26 PM,1507600,4.0.8618.0


File46=@dao360.dll,$(MSDAOPath),$(DLLSelfRegister),$(Shared),3/1/04 2:58:18 PM,561424,3.60.8618.0


File47=@DBRPRFR.DLL,$(WinSysPath),,$(Shared),7/12/98 11:00:00 PM,33280,6.0.81.63


File48=@MSDBRPTR.DLL,$(WinSysPath),$(DLLSelfRegister),$(Shared),7/14/00 11:00:00 PM,299008,6.0.88.4


File49=@MSDERUN.DLL,$(CommonFiles)\designer,$(DLLSelfRegister),$(Shared),7/14/00 11:00:00 PM,136192,6.0.88.4


File50=@MSO9.DLL,$(WinSysPath),,$(Shared),4/13/99 7:40:00 AM,5582897,9.0.0.2812


File51=@MSACC9.OLB,$(WinSysPath),,$(Shared),3/19/99 8:27:10 PM,368640,9.0.0.2719


File52=@MSBIND.DLL,$(WinSysPath),$(DLLSelfRegister),$(Shared),7/14/00 11:00:00 PM,77824,6.0.88.62


File53=@msado25.tlb,$(WinSysPath),$(DLLSelfRegister),$(Shared),7/26/00 9:31:16 PM,81920,2.60.6526.0


File54=@Requete.exe,$(AppPath),,,1/18/05 1:01:29 PM,921600,1.0.0.0

Si vous voyez qlq chose de louche , dites-le moi SVP
MERCI

MMICH
0
asem67 Messages postés 145 Date d'inscription mardi 3 septembre 2002 Statut Membre Dernière intervention 24 février 2008
18 janv. 2005 à 21:50
Slt



j'ai une question bête !!!!



dans la liste de ton install je ne vois pas la BD

tu n'aurai pas oublier de metre la bd sur les pc ou tu fait ton install ???

je sais ça parait con mais ....... !!!

ASEM67
0
cs_MMIC Messages postés 31 Date d'inscription lundi 25 octobre 2004 Statut Membre Dernière intervention 25 avril 2005
18 janv. 2005 à 22:14
Ma base est sous le serveur , ou je veux installer l'application ; et je l'a rajoute lorsque je fais l'empaquetage

MMICH
0
cs_MMIC Messages postés 31 Date d'inscription lundi 25 octobre 2004 Statut Membre Dernière intervention 25 avril 2005
20 janv. 2005 à 18:04
Salut


Enfin , enfin , enfin ca marche ; j'ai trouvé la solution .


Alors , c'est tous simple , il suffit d'installer la derniére version du mdac_typ à savoir 2.8 sur les autres postes , et aprés avoir empaqueter avec l'assistant VB , J'ai utilise le ISTOOL , et j'ai compiler le setup.lst qui se trouve sous le package , et puis j'ai lancer l'installation.
Maintenant je voudrais savoir comment on l'installe su un CD.
MERCI Dark sidious , et ASEM 67 pour votre précieuse aide
MMICH
0
cs_DARKSIDIOUS Messages postés 15814 Date d'inscription jeudi 8 août 2002 Statut Membre Dernière intervention 4 mars 2013 130
20 janv. 2005 à 18:17
Ben tu vois bien que ce n'était pas difficile : ISTools automatise tout
à partir d'un setup.lst : il suffit juste de l'ouvrir avec ISTools, et
de compiler le script avec InnoSetup, et tu obtiens un setup de qualité
professionnelle, personnalisable, et fiable !



Cependant, en installant le MSDAC avec le setup (donc créer une tâche
avec InnoSetup, ca aurait été plus propre, mais bon, tant que ca
marche).



Il te suffit maintenant de copier le setup que tu vient de créer avec InnoSetup sur ton CD, et le tour est joué.

DarK Sidious

Administrateur et reponsable VB/API du site www.ProgOtoP.com
0
cs_MMIC Messages postés 31 Date d'inscription lundi 25 octobre 2004 Statut Membre Dernière intervention 25 avril 2005
20 janv. 2005 à 20:02
En compilant , je n'obtiens pas un setup d'installation , mais juste un exe , et fichier de désintallation unins000 , donc mon app ne se trouve pas sue le menu Démarer-Programme (comme dans les éssais précedents ), mais juste un raccorci sur le bureau .
Comment vous expliquez ca ?

MMICH
0
cs_DARKSIDIOUS Messages postés 15814 Date d'inscription jeudi 8 août 2002 Statut Membre Dernière intervention 4 mars 2013 130
20 janv. 2005 à 20:15
Hein ?



En compilant, InnoSetup crée un dossier nommé "Output" situé dans le
dossier contenant le fichier de script iss. Le fichier compilé
s'appelle setup.exe et il est situé dans ce dossier "output". C'est lui
qui permet d'installer ton programme.



Maintenant, si ton programme n'est pas dans le menu démarrer après
installation, il est possible que tu ai supprimé la ligne créant le
raccourci dans le menu démarrer dans le script d'InnoSetup. Il te
suffit donc de la rajouter.

DarK Sidious

Administrateur et reponsable VB/API du site www.ProgOtoP.com
0
nzambi Messages postés 10 Date d'inscription lundi 3 octobre 2005 Statut Membre Dernière intervention 28 décembre 2006
23 nov. 2005 à 09:49
je developpe une application sous visual Basic et le SGBD est SQL Server 2000, j'un petit pb qui s'oppose.
Quand j'empaquette le projet j'ai un message "Erreur N°28 Espace de pile insuffisant"
0
Rejoignez-nous