durex Posted December 16, 2004 Posted December 16, 2004 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!
Astalavista Posted December 16, 2004 Posted December 16, 2004 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)
durex Posted December 16, 2004 Author Posted December 16, 2004 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
Cartoonite Posted December 16, 2004 Posted December 16, 2004 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...
Cartoonite Posted December 16, 2004 Posted December 16, 2004 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.
Astalavista Posted December 16, 2004 Posted December 16, 2004 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.
Cartoonite Posted December 16, 2004 Posted December 16, 2004 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.
Astalavista Posted December 16, 2004 Posted December 16, 2004 look for a thread i made autoit help from mhz and nologicshould be easy to find in the applications thread.good luck
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now