Jump to content

Recommended Posts

Posted

Yet another thread from me. :p.

 

Does anyone know if its possible to configure the MSI installer/xml config file for NOD32 to not create shortcuts?

Reason being, is that whilst ive got it configured to hide 90% of the 'dangerous' options in the program from the kids/staff, the icons on the start menu have still been made. Including the uninstall one. And it works. :o

 

Either a way to configure it so no shortcuts are made at install, or a script that i can run that removes the shorcuts from machines would be most helpful.

 

Thanks in advance everyone.

Posted

When you're editing the package in the console you can set the password under General - Settings - General - 'Password to unlock'

 

I'm pretty sure thats the password that locks all settings, i can't even uninstall it as an admin without the password.

Posted (edited)

Ive done some testing, and its true, normal users cant really do alot with the 4 shortcuts that NOD32 creates, but i'd still like a way to remove them from each machines.

 

Ive tryed creating a batch file with a DOS command in, but it doesnt work:

 

deltree c:\documents and settings\all users\start menu\programs\eset

Edited by boomam
Posted

Deltree doesn't exist in 2K/XP. Try RMDIR instead. Also, you'll need quotes around a long pathname...

 

RMDIR /S /Q "c:\documents and settings\all users\start menu\programs\eset"

Posted (edited)

Doesnt work still.

 

Im testing it on my workstation, and it still doesnt remove the ESET folder. :(.

 

##EDIT##

I changed the paths so the correct cases were in, and now all it does is delete everything in the all users start menu?

Im gonna try changing it to the folder under the ESET one, even if it means leaving the top level ESET one there, empty.

Edited by boomam

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



×
×
  • Create New...