Jump to content

DEViANCE

Members
  • Posts

    41
  • Joined

  • Last visited

Everything posted by DEViANCE

  1. Good good, then i will post it when i manage to get it how i want it ;-) EDIT: i missed five changed files, problem solved
  2. Yep learning fast, i made a few addons now but this one im stuck with.. i won't give up though.. it all works just until you click update it thinks you have old files.. i see some other engine files that may also be altered after update.. i will try copying new versions of them also... thanks again. Also I wonder is it ok to post here apps with updated virus sigs?? It would still be a trial app (no more update) but if i updated the app once a month it is as good as paying for it.. Is that classed as warez???
  3. Ok this app is starting to annoy me now lol... Above example worked fine, files were copied fine BUT on reboot it resets the build, date, version back to the old ones... Do you know this app NOD32 v2.7?? Ir must be stored elsewhere also or i need to do something else.. im stuck and confused. Thanks for all your help ;-)
  4. Ok thanks to ricks tutorial i have built a silent installer for my copy of nod32. It all works fine but i wanted it to be update on the first install, I have managed to copy the new update files after install, its all updated but still thinks its not till you click update in the nod32 menu... Im guessing it because these entries need to be in registry: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\ESET\NOD\CurrentVersion\Info] "Build"="0x00002c76 (11382)" "CurrentVersion"="2711 (20071207)" "Date"="0x060c07d7 (101451735)" Im using this config file: ;!@Install@!UTF-8! GUIMode="2" RunProgram="setup.exe /silentmode /noreboot" RunProgram="hidcon:cmd /c xcopy updfiles \"%ProgramFiles%\\Eset\\updfiles\" /s /e /i /y /h /r /k" RunProgram="hidcon:cmd regedit /S NOD32.reg" ;!@InstallEnd@! But its not inserting the registry entries, can anyone tell me where im going wrong?? Sorry im new to making installers/addons.
  5. Nice one, this code worked fine: ;!@Install@!UTF-8! GUIMode="2" RunProgram="setup.exe /s" RunProgram="hidcon:cmd /c xcopy FolderName \"%ProgramFiles%\\FolderName\" /s /e /i /y /h /r /k" ;!@InstallEnd@! I have now finished my first silent install and nlite addon now, thanks for your help ;-) EDIT: can you please show me an example of how to add reg entries: RunProgram="hidcon:cmd Register Entry" I need to convert file this to the above format as it don't seem to work as a file: Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Eset\Nod\CurrentVersion\Info] "Build"="0x00002c76 (11382)" "CurrentVersion"="2711 (20071207)" "Date"="0x060c07d7 (101451735)" The Build, and CurrentVersion need adding, the date needs updating. Sorry for all the questions. EDIT: think i got it now: RunProgram="hidcon:cmd REG ADD HKLM\SOFTWARE\Eset\Nod\CurrentVersion\Info /v Build /t REG_DWORD d/ 0x00002c76 (11382)" RunProgram="hidcon:cmd REG ADD HKLM\SOFTWARE\Eset\Nod\CurrentVersion\Info /v CurrentVersion /t REG_SZ d/ 2711 (20071207)" RunProgram="hidcon:cmd REG ADD HKLM\SOFTWARE\Eset\Nod\CurrentVersion\Info /v Date /t REG_DWORD d/ 0x060c07d7 (101451735) /f" EDIT: sigh.. it don't seem to work if i do it from .reg file or config.txt... if i run the reg file or commands in windows it works.. why won't it work in the install?? What am i doing wrong?
  6. Thanks for the link and example! I tried that and it all worked well apart from ther are two files in the update folder "lastupd.var" ad "upd.var" its copying all the other files but those two are not getting over writen. could you kindly tell me how to delete/overwrite the two files, thanks ;-)
  7. Does that malicious Removal tool run often when installed?? Its hard to explain how i done my cd, i only came here a few days ago and have used different packs to you guys.. but in the end the only thing stopping my cd being 100% upto date was cos i didn't know how to make it into an addon.. so i put it in via $oem$ method but im guessing im missing reg keys??
  8. This works great for me but i have a question, say i wanted to copy a file/folder from the bin directory to the install directory of the app after i had run the install.. how would i do that?? For example i have some updated NOD32 files i want to add after running the install (replacing out of date ones) so i don't have to download them again.
  9. Thanks rick, im finding myself using a lot of your addons, nice work ;-)
  10. Hi, thanks for the share but the link to "VMware Tools for v6.0.0.45731" is down.
  11. Just what I need... maybe im missing something but where is the download link for the addon??
×
×
  • Create New...