vb script during FBA -> (ExitCode: 0x1)

  • Thread starter Thread starter Damien
  • Start date Start date
D

Damien

Hi,
i would like to execute a vb script during FBA :
- I create a component with a FBA generic command
- I modify the HKEY_CLASSES_ROOT\VBSFile\Shell\Open\Command\
%11%\WScript.exe %1
- no problem if i launch notepad.exe during FBA !

--> but i received and error message in FBLOG.TXT :

[FBALaunch] C:\WINDOWS\system32\wscript.exe C:\WINDOWS\system32\m1.vbs
(ExitCode: 0x1)

=> same problem if i use the SLD file find in the Mr Liming's book !!

Thanks for your help

Bob
 
Damien,

Stupid question from me - have you got "Windows Script Engines" component in
the image?

KM
 
How about the VB Runtime Library Component? Do you that
in your image?

Robert
-----Original Message-----
Damien,

Stupid question from me - have you got "Windows Script Engines" component in
the image?

KM
Hi,
i would like to execute a vb script during FBA :
- I create a component with a FBA generic command
- I modify the HKEY_CLASSES_ROOT\VBSFile\Shell\Open\Command\
%11%\WScript.exe %1
- no problem if i launch notepad.exe during FBA !

--> but i received and error message in FBLOG.TXT :

[FBALaunch] C:\WINDOWS\system32\wscript.exe C:\WINDOWS\system32\m1.vbs
(ExitCode: 0x1)

=> same problem if i use the SLD file find in the Mr Liming's book !!

Thanks for your help

Bob


.
 
Hi,
thanks for your reply !
I've got Windows Script Engines & Visual Basic 6 Runtime !

For information, my script work fine when using the Task Manager Shell !
I've got this problem only with Explorer Shell

Thanks for your help
Bob


Robert said:
How about the VB Runtime Library Component? Do you that
in your image?

Robert
-----Original Message-----
Damien,

Stupid question from me - have you got "Windows Script Engines" component in
the image?

KM
Hi,
i would like to execute a vb script during FBA :
- I create a component with a FBA generic command
- I modify the HKEY_CLASSES_ROOT\VBSFile\Shell\Open\Command\
%11%\WScript.exe %1
- no problem if i launch notepad.exe during FBA !

--> but i received and error message in FBLOG.TXT :

[FBALaunch] C:\WINDOWS\system32\wscript.exe C:\WINDOWS\system32\m1.vbs
(ExitCode: 0x1)

=> same problem if i use the SLD file find in the Mr Liming's book !!

Thanks for your help

Bob


.
 
Damien,

Sorry I did not get that quite. Have you fixed the problem by adding WS and VB engines? Or still the problem exists?
Then are you able to repro the issue when you run the script command manually from the shell or CMD?

--
Regards,
KM

Hi,
thanks for your reply !
I've got Windows Script Engines & Visual Basic 6 Runtime !

For information, my script work fine when using the Task Manager Shell !
I've got this problem only with Explorer Shell

Thanks for your help
Bob


Robert said:
How about the VB Runtime Library Component? Do you that
in your image?

Robert
-----Original Message-----
Damien,

Stupid question from me - have you got "Windows Script Engines" component in
the image?

KM

Hi,
i would like to execute a vb script during FBA :
- I create a component with a FBA generic command
- I modify the HKEY_CLASSES_ROOT\VBSFile\Shell\Open\Command\
%11%\WScript.exe %1
- no problem if i launch notepad.exe during FBA !

--> but i received and error message in FBLOG.TXT :

[FBALaunch] C:\WINDOWS\system32\wscript.exe C:\WINDOWS\system32\m1.vbs
(ExitCode: 0x1)

=> same problem if i use the SLD file find in the Mr Liming's book !!

Thanks for your help

Bob


.
 
Back
Top