DMD61 Posted December 18, 2014 Posted December 18, 2014 (edited) Good eveningExcuse me for the mistakes I'm using google translator I would use the instrallazione in sequence of the various software via RunOnceEX from external support as I used without problems in Windows 7.In Windows 8.1 when launching the file "RunOnceEx.cmd" I get the access denied message, due to the permissions of an administrator.Also, the launch of the self-extracting files they need the permission of the administrator, this happens even with UAC disabled.This is the script that I use as a test: @Echo OffSET PP=E:\Test_RunOnce\Progetto\Applicazioni_RunOnceREG ADD HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx /fSET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceExREG ADD %KEY% /v Flags /t REG_DWORD /d "20" /fREG ADD %KEY% /V TITLE /D "Software Aggiuntivo" /fREG ADD %KEY%\0002 /VE /D "Installazione Programmi..." /fREG ADD %KEY%\0080 /V 1 /D "%PP%\0080_7-Zip_9.20.exe" /fREG ADD %KEY%\0940 /V 1 /D "%PP%\0940_FastStone_Viewer_5.1.exe" /fREG ADD %KEY%\3030 /V 1 /D "%PP%\3030_Restart.cmd" /fpauseENDLOCALEXITAnd 'possible to solve this problem or do I adopt another procedure? Sincerely thank Edited December 18, 2014 by DMD61
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