October 11, 200421 yr Morning,I need help for this programme, i know the switches of Tag&Remame, but after finish the install the prog going open, i have read about AutoIt, but i don't know how is working.Is some other way to keep it close after install?The code what i put is :REG ADD %KEY%\004 /VE /D "Tag&Rename 3.1.5" /fREG ADD %KEY%\004 /V 1 /D "%systemdrive%\Install\Tag&Rename315\TagRename315.exe /VERYSILENT /SP- /NORESTART" /fBtw, the setup is with "Inno Setup"So someone knows about this probleme?Thank you for your help.Irving
October 12, 200421 yr To stop TagRename from starting after being installed add the following lineREG ADD %KEY%\004 /V 2 /D "TASKKILL.exe /F /IM TagRename.exe" /f
Create an account or sign in to comment