Hi !

I want wo execute an exe-File on my windows-system, which were copied from 
xpi-paket to specific folder by XPI-installer.
Now, I want to execute this file at this new folder, but I find no way.

Whether "execute" nor "File.execute" work fine for me.
The "File.Execute" call is:

iErrCode = File.execute( strInstallFolder+strInstallFile_REGISTER,"", 
false );


strInstallFolder = "c:\programme\test\"
strInstallFile = "Register.exe"   so is
strInstallFolder+strInstallFile_REGISTER = "c:\programme\test\Register.exe"

I get -208, Bad Parameters.
Where is the problem ?

Greetings, Freddie 


_______________________________________________
Mozilla-xpinstall mailing list
Mozilla-xpinstall@mozilla.org
http://mail.mozilla.org/listinfo/mozilla-xpinstall

Reply via email to