Jump to content

Recommended Posts

Posted

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" /f
REG ADD %KEY%\004 /V 1 /D "%systemdrive%\Install\Tag&Rename315\TagRename315.exe /VERYSILENT /SP- /NORESTART" /f

Btw, the setup is with "Inno Setup"

So someone knows about this probleme?

Thank you for your help.

Irving


Posted

To stop TagRename from starting after being installed add the following line

REG ADD %KEY%\004 /V 2 /D "TASKKILL.exe /F /IM TagRename.exe" /f

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...