Jump to content

BALTAGY

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by BALTAGY

  1. Hi, I have a batch file to convert a location into a registry and import it but now i want to convert the output into hex then import it Here's the batch i have my problem is i need to use this batch to auto detect username and export it to registry to import it How to convert the output into hex? Thanks
  2. Thank you, And if i made this code when i make java or flash player silent etc will not effect them ?
  3. Thanks so much this one works perfect, can i ask you 1- can i add this to any program i make, it will not effect the program it self, i mean for example this's antivirus program and when it remove viruses it need permistion to remove files in system so with this code it will not effect program permistions ? 2- where i can update this code for upcoming windows? or what this code name so i can search for it Sorry i'm not good with codes i just try to edit some to do what help me in my work
  4. This didn't help the only thing that made it works is disable administrator prompt That's why i ask is there something i add to this code to make it run the cmd file as admin and pass this administrator prompt RunProgram="hidcon:NOD32.cmd"
  5. In win8.1 i get ERROR: Error accessing the registry. I must disable administrator prompt by this registry Windows Registry Editor Version 5.00[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System]"EnableLUA"=dword:00000000Is there a way to run it as adminstrator with disable administrator prompt ? :g:
  6. Here what i did I included NOD32.reg and NOD32.cmd in NOD32.7z cmd with code reg import NOD32.reg /reg:64then used this code ;!@Install@!UTF-8!GUIFlags="2+4+16+32+2048"GUIMode="1"Title="SPEED.net"Progress="Yes"BeginPrompt="Do you want to install NOD32 AntiVirus 8 ?"ExtractTitle="SPEED.net"ExtractDialogText="Please wait NOD32 will start the setup..."RunProgram="hidcon:NOD32.cmd"RunProgram="eav_nt64_ENU.msi";!@InstallEnd@!and now everything works as it should be, Thanks @OnePiece
  7. Is this code works with 7zip? i tried this one but it give me error reg import NOD32.reg /reg:64
  8. I try to install Nod32 with settings i want so i made it in 32Bit but my problem in 64Bit when i try to import registry settings i find it at Wow6432Node Is there a code i can import this registry as x64 The code i used ;!@Install@!UTF-8!GUIFlags="2+4+16+32+2048"GUIMode="1"Title="SPEED.net"Progress="Yes"BeginPrompt="Do you want to install NOD32 AntiVirus 8 ?"ExtractTitle="SPEED.net"ExtractDialogText="Please wait NOD32 will start the setup..."RunProgram="regedit.exe /S NOD32.reg"RunProgram="eav_nt64_ENU.msi";!@InstallEnd@!I also tried this code but it give me error RunProgram="x64:regedit.exe /S NOD32.reg"
  9. i want to turn on "Allow adobe to install updates" how can i do that i tried many thing nothing working thanks Thanks mooms for the help
×
×
  • Create New...