December 16, 200421 yr Is there anyway to do this directly using a command in an SFX, or do I need to create a batch file that applies the reg file and point the 'setup' parameter to that...Thanks!
December 16, 200421 yr i did that last nite bec. of the **** bug with wpiall u need to do is this winrar sfx your reg keyand use this as the comment;The comment below contains SFX script commandsSetup=regedit /s winrar_settings.regTempModeSilent=1Overwrite=1change the winrar_settings.reg to your own file name.now if u want to install several reg keys using sfx. Nologichas made an autoit. if u dont knw autoit. u can look at the sticky thread.if u dont know how to use Winrar. in my sig is a link to a page i made detailingon how to make a winrar sfx (with pretty pictures)
December 16, 200421 yr Author Cool.. that setup line is exactly I was looking for.. didnt realize you could pass commands like that with the Setup parameter... thx a bunch Asta
December 16, 200421 yr Could you do this in an SFX that you're already installing (extracting and running setup.exe, for example) from or would you have to create a separte SPX just for your regkey? I thought you could only specifiy a single program to run after extraction...
December 16, 200421 yr That's what I was thinking MCT, but if both commands could be run straight from the SFX it would save a little bit of work, and maybe even a couple of bytes on the CD.
December 16, 200421 yr here is the solution cartoon buddyuse an autoit that nologic made for me.u can do regtweak then sfx and sfx and sfx etcor u can do sfx and sfx and sfx and regtweak.the only reason i needed to do this is bec. of wpi. it doesn't hv enoughcommand lines to work with.then u wrap everything into a winrar sfxand use autoit.exe to launch the installation.
December 16, 200421 yr Cool. Thanks Asta. I'm not familiar with AutoIT yet, guess I will have to look into that too. I'm still pretty new to this whole uA thing.
December 16, 200421 yr look for a thread i made autoit help from mhz and nologicshould be easy to find in the applications thread.good luck
Create an account or sign in to comment