ENU_user Posted June 13, 2008 Posted June 13, 2008 i would like to add support for some other executables ..".ade, .adp, .bas, .bat, .chm, .cmd, .com, .cpl, .crt, .dll, .exe, .hlp, .hta, .inf, .ins, .isp, .js, .jse, .lnk, .mdb, .mde, .msc, .msi, .msp, .mst, .pcd, .pif, .reg, .scr, .sct, .shs, .url, .vb, .vbe, .vbs, .wsc, .wsf, .wsh"regb[pn]= *.regcmd1[pn]= (all that windows can execute stand alone)for all the other ones that require command parameters switches ...infb[pn]= *.infdllb[pn]= *.dllwhat file types aren't supported with the current? or..from the file extensions listed which others will require command parameters switches?..orwhat other extensions can be executed stand alone fromcmd1[pn]=*.etc ...l might as well take the opportunity to request adding the other none sported .ext into the default distributed script Quote
ENU_user Posted July 11, 2008 Author Posted July 11, 2008 so did you add support for inf"RunDll32.exe setupapi,InstallHinfSection DefaultInstall 132 somefile.inf,0"and for dll regsvr32 [/u] [/s] [/n] [/i[:cmdline]] dllnameso what will be the final switches for these 2 ...*[pn]= *.inffor dll one other switch can be used for unregistering ..btw*[pn]= *.dllso i can finally update http://www.wincert.net/forum/index.php?showtopic=3748 when Im back to it ... Quote
mritter Posted July 26, 2008 Posted July 26, 2008 What are you asking me here? I added the other extensions. Are you wanting 2 new types of commands, infb and dllb? I guess I have to claim ignorance here. What are they used for and how? You need to give me details here. Quote
ENU_user Posted July 27, 2008 Author Posted July 27, 2008 (edited) yes, new commands that handles substitutes for the command lineinfa[pn]= rundll32.exe setupapi,InstallHinfSection DefaultInstall 132 %wpipath%\install\.telescope.\%file%.inf= infa[pn]= %file%.infdlla[pn]= regsvr32.exe /s %wpipath%\install\.telescope.\%file%.ocx\dll=dlla[pn]= %file%.ocx\dllnaming for the commands can be anything you choose them to be of course ... Edited July 27, 2008 by ENU_user Quote
Kelsenellenelvian Posted July 31, 2008 Posted July 31, 2008 So all we need is rundll32.exe setupapi,InstallHinfSection 132 %wpipath%\install\.telescope.\%file%.infAndRegsvr32.exe /sAndRegsvr32.exe /u /s Quote
ENU_user Posted July 31, 2008 Author Posted July 31, 2008 (edited) So all we need is rundll32.exe setupapi,InstallHinfSection 132 %wpipath%\install\.telescope.\%file%.infAndRegsvr32.exe /sAndRegsvr32.exe /u /syes these are the ones I actually know can be put into use if you and mritter manage to make it all in time try testing the new version against a dozen or so, WPIbee generated addons so WPI.hta loads cleanly with out any errors. (after using integrator to compile them of course)with the current i need to use save before it normalizes ....thanks Edited July 31, 2008 by ENU_user Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.