Forum » Programiranje » [VB,API] in inštalacija *.inf fajla
[VB,API] in inštalacija *.inf fajla
StratOS ::
Pozdravljeni.
Problem imam pri zagonu inštalacije iz inf fajla, ne najdem direktnega apija za ta dll
Probal sem že na različne načine, kot :
Shell(GetWindowsSysDir & "rundll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultInstall 128 " & strQuoteString(AppPath & "install.inf"))
ali
lngReturnValue = ShellExecute(frmOsn.hwnd, "OPEN", GetWindowsSysDir & "rundll32.exe", "setupapi,InstallHinfSection DefaultInstall 132 " & strQuoteString(AppPath & "install.inf"), GetWindowsSysDir, 5)
GetWindowsSysDir vrne sys dir
AppPath je pot programa
strQuoteString pa quota pot
Vedno dobim napako instalation failed.
Hotel pa bi iz probrama startati *.inf, ne preko batch ali podobno.
Help pls
Problem imam pri zagonu inštalacije iz inf fajla, ne najdem direktnega apija za ta dll
Probal sem že na različne načine, kot :
Shell(GetWindowsSysDir & "rundll32.exe syssetup.dll,SetupInfObjectInstallAction DefaultInstall 128 " & strQuoteString(AppPath & "install.inf"))
ali
lngReturnValue = ShellExecute(frmOsn.hwnd, "OPEN", GetWindowsSysDir & "rundll32.exe", "setupapi,InstallHinfSection DefaultInstall 132 " & strQuoteString(AppPath & "install.inf"), GetWindowsSysDir, 5)
GetWindowsSysDir vrne sys dir
AppPath je pot programa
strQuoteString pa quota pot
Vedno dobim napako instalation failed.
Hotel pa bi iz probrama startati *.inf, ne preko batch ali podobno.
Help pls
"Multitasking - ability to f##k up several things at once."
"It works better if you plug it in."
"The one who is digging the hole for the other to fall in is allready in it."
"It works better if you plug it in."
"The one who is digging the hole for the other to fall in is allready in it."
- spremenila: StratOS ()
darkolord ::
Hmm nisem siguren, da obstaja direkt API za to, ti v bistvu bolj "installer" zalaufaš...
Pomoje je od takih načinov najboljši tale (enako kot da z desnim klikneš gor na INF in daš "install"):
Pomoje je od takih načinov najboljši tale (enako kot da z desnim klikneš gor na INF in daš "install"):
lngReturnValue = ShellExecute(0&, "install", App.Path & "\install.inf", vbnullchar, vbnullchar, 1)
Zgodovina sprememb…
- spremenilo: darkolord ()
StratOS ::
Sem že našel kje sem ga fiksal, hvala !
"Multitasking - ability to f##k up several things at once."
"It works better if you plug it in."
"The one who is digging the hole for the other to fall in is allready in it."
"It works better if you plug it in."
"The one who is digging the hole for the other to fall in is allready in it."
Vredno ogleda ...
Tema | Ogledi | Zadnje sporočilo | |
---|---|---|---|
Tema | Ogledi | Zadnje sporočilo | |
» | Težava z računalnikom - prosim za pomočOddelek: Pomoč in nasveti | 4356 (4085) | hojnikb |
» | VB6 tezavaOddelek: Programiranje | 966 (906) | Slide |
» | Datumski format ..?Oddelek: Programiranje | 1181 (1049) | erik |
» | VB in cdOddelek: Programiranje | 743 (650) | alesrosina |
» | Funkcija za zapret programOddelek: Programiranje | 1305 (1061) | StratOS |