Jump to content

RTK999

Member
  • Posts

    40
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Chile

Everything posted by RTK999

  1. sorry i didnt notice fixed it and working thanks.
  2. Hi well i'm using the last stable release of 7zip with extra to make sfx. My problem is this i cant make a totally quiet sfx see the attach file. well my config is the normally know. config: ;!@Install@!UTF-8! GUIMode="2" RunProgram="Exec.exe" ;!@InstallEnd@! and command: copy /b 7zSD.sfx + config.txt + ProgramCompress.7z ProgramInstaller.exe and de 7zsd.sfx well i want to hide the cancel button i tried guimode 1 and others commands but seem not work.
  3. yep i made a online scan with kaspersky and told me the same told me zass so i download bitdefender free and its found nothing so i'm very confusing 'cause one antivirus found something but another found nothing.
  4. ok since march i reformated twice then a made a full scan with zass updated it told me that found email-worm.win32.agent.ggd on these files: C:\windows\bricopacks\vista inspirat 2\packfiles\7_calc.exe & C:\Windows\System32\calc.exe i searched over the web and found nothing about it maybe its a false positive. i made a online analysis: http://www.virustotal.com/es/analisis/d61b...5f7936dab964b71 found the same virus or with another name on the file infected. the infected file if somebody wants to examine it: Infected file download somebody know if it is a false positive or if its a real malware.
  5. i proved it good software work fine with the beta but i did it the sfx package with 7z to reduce from 230 to 187 mg so i safe like 50 mg of space. Great Work anyway keeping working on it.
  6. its known ie7 broke runonceex, try to download the last version of ie7 from microsoft and its last hotfixes i did that and now i got no problem integrating sp3 + ei7 + wmp11. there is another option but prove this first if it doesnt work look for ie7 broke runonceex in the forum.
  7. Im compiling a inno setup build but i would like to add a shortcut in the right mouse menu so when you need edit a file you click with the right mouse button and the shortcut for the app is there. somebody know how to make it with inno setup or and post installer script. i search in the forum but i didn't find nothing helpful
  8. i got a little problem with the 7z sfx installer: i wanna hide the extracting prompt but i cant i tried other ways but nothing seem to work. i want to complete hide this prompt my conf file is: ;!@Install@!UTF-8! RunProgram="Exec.cmd" GUIMode="2" ;!@InstallEnd@!
  9. Guide For Nero 8 or before. 1 I write this guide with help of my own search and some post. 2 We gonna need the following: 2.1 Orca MSI 2.2 7z and 7z extra both can be found in 7-zip.org (section download) else both have to be the same version. 3.3 Original Installer of nero. 4.4 Patient. 3 lets work. 4 Install Software. 4.1 Install 7z after extract the content of 7z extra to the root folder of 7z replace if necessary 4.2 Install OrcaMSI(default instaltion). 5 Extract the content of nero installer with 7z. 5.1 If you are use some security suite like Za disable or shutdown. 5.2 In the extracted folder we gonna make a batch file called Exec.cmd(make it with notepad or any other text editor) 5.3 Edit Exec.cmd and put this inside: cmdow @ /HID @Echo off REGEDIT /S NeroReg.reg SetupX.exe /qn Exit Description: NeroReg.reg content Windows Registry Editor Version 5.00 [HKEY_LOCAL_MACHINE\SOFTWARE\Nero\Installation\Families\Nero 8\Info] "Serial8_1201881472"="xxxx-xxxx-xxxx-xxxx-xxxx-xxxx-xxxx" "User"="Your username" "Company"="Your Company" "EulaAccepted"="1" 5.4 We gonna to search nero.msi it's into the folder Data at bottom of the list. 5.5 Edit nero.msi with orca now you gonna see a column with a list of properties. 5.5.1 First find column called Condition and edit what we want to keep and and wath we want dont 0 = disable 1= Enable examples if we dont want keep NeroHome we gonna put a 0 in the condition column. Enabled NeroHome2FF8B816 NOT(C2FF8B816=1) Disabled NeroHome2FF8B816 NOT(C2FF8B816=0) We changed 1 to 0 My config: NeroHome 0 NeroStartSmart 1 NeroBurningRom 1 NeroVision 0 NeroBackItUp 0 NeroCoverDesigner 0 NeroWaveEditor 0 NeroSoundTrax 0 NeroShowTime 0 NeroMediaHome 0 NeroRecode 0 NeroPhotoSnap 0 NeroBurnRights 1 NeroCDDVDSpeed 1 NeroDriveSpeed 1 NeroInfoTool 0 NeroRescueAgent 0 NeroBurn 1 NeroMediaStreaming 0 NeroCopyGadget 0 NeroToolbar 0 5.5.2 Delete neroscout Search any entrance with the follow string MediaLibraryNSE and delete it. 5.5.3 Save the nero.msi 5.6 we gonna Edit Config.txt search in Data/redist/config Edit the following: INCEXCFTR (2FF8B816) (Actions) NeroHome EXCLUDE INCEXCFTR (B035464E) (Features) NeroStartSmart INCLUDE INCEXCFTR (BCAFF604) (Features) NeroBurningRom INCLUDE INCEXCFTR (57D52359) (Features) NeroVision EXCLUDE INCEXCFTR (CB9D5429) (Actions) NeroBackItUp EXCLUDE INCEXCFTR (7CE8D626) (Features) NeroCoverDesigner EXCLUDE INCEXCFTR (FA3A3F7B) (Actions) NeroWaveEditor EXCLUDE INCEXCFTR (716FE146) (Features) NeroSoundTrax EXCLUDE INCEXCFTR (D773A6E2) (Features) NeroShowTime EXCLUDE INCEXCFTR (53BEFA20) (Features) NeroMediaHome EXCLUDE INCEXCFTR (6035F00C) (Features) NeroRecode EXCLUDE INCEXCFTR (ED1EAF52) (Features) NeroPhotoSnap EXCLUDE INCEXCFTR (72CC518F) (Features) NeroBurnRights INCLUDE INCEXCFTR (E38B9E06) (Features) NeroImageDrive NOTWOW64BITS INCEXCFTR (82602EE0) (Features) NeroCDDVDSpeed INCLUDE INCEXCFTR (7DFFCC12) (Features) NeroDriveSpeed INCLUDE INCEXCFTR (E72D824A) (Features) NeroInfoTool EXCLUDE INCEXCFTR (DE0B9FB0) (Features) NeroRescueAgent EXCLUDE INCEXCFTR (5AD292D8) (Features) NeroBurn INCLUDE INCEXCFTR (79061EB3) (Features) NeroMediaStreaming EXCLUDE INCEXCFTR (ED8C2E75) (Features) NeroCopyGadget EXCLUDE INCEXCFTR (6231A394) (Features) NeroToolbar EXCLUDE Keep The same features that Condition column in nero.msi save. 5.7 Now, compress the contents in the extracted folder, including Exec.cmd using 7-Zip. The compressed file must be a .7z file. 5.8 Now, create a folder called Installer with the follow files. -the module (the compress 7z file)either one in my case nero8.7z -7zS.sfx or 7zSD.sfx (found in the 7z root folder just copy and paste) -Config.txt -Command.cmd 5.8.1 Now edit config.txt And paste the follow: ;!@Install@!UTF-8! GUIMode="2" RunProgram="Exec.cmd" Directory="" ;!@InstallEnd@! save. Description: GUIMode="2" --> Hide the extracting prompt RunProgram="Exec.cmd" --> ejecute Exec.cmd in the nero root folder(nero extract folder) 5.8.1 Now edit command.cmd and paste the follow: copy /b 7zSD.sfx + config.txt + nero8.7z Nero8Installer.exe save. Description: 7zSD.sfx --> the file copied from 7z root folder can be 7zSD or 7zS Config.txt --> the config file containing information nero8.7z --> the module (the compress 7z file)in my case nero8.7z nero8Installer.exe --> this is the name of the final file you can named wathever you want doesnt matter but its has to be .exe 5.9 Now just doble click on command.cmd and it will create a sfx silent install of nero. If you found a error or doubt post it.
  10. i did everythig like that but still doesn't work , and i dont need a hardware firewall but thanks for support.
  11. somebody know how to fix this little f**** up problem, when i try to login in phpmyadmin in my system for testing i received a message sayin' Cookies must be enabled past this point, the solution i found is shutdown zonealarm and then i can login phpmyadmin but there is another way to login whitout shutdown zonealarm. i use: winxp pro sp2 firefox 2.11 with cookies enabled zonealarm 7
  12. ok thank a lot i'm starting and i learn its for myself
  13. Well its work fine know i put this in my batch file: @echo off FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i: SET PP=%CDROM%\Software\ XCOPY %PP%\Aimp2\Data /E /I /Y "%SYSTEMDRIVE%\Archivos de programa\AIMP2\Data\" EXIT and then call it from my Runonceex from cd: @Echo Off FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i: SET PP=%CDROM%\Software\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Softwares List" /f REG ADD %KEY%\001 /VE /D "Start..." /f REG ADD %KEY%\005 /VE /D "Aimp2" /f REG ADD %KEY%\005 /V 1 /D "%PP%Aimp2\test.cmd" /f EXIT thanks Yzöwl for support, this is a bit more work but is more ordered the runonceex
  14. sorry for my first post i didnt wanna make it that just i wrote the first post in a wrong forum. The question is : I want to run the xcopy command from a batch file and then call the batch file from RunOnceEx. The problem is that i dont make the xcopy command work in th batch file i tried everything but nothing happened. I dont want to run the xcopy command from the RunOnceEx file.
  15. Hi i have this problem how i can run this instruction from a cmd file: FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\CD.txt SET CDROM=%%i: SET PP=%CDROM%\Software\ SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY%\005 /VE /D "Test" /f REG ADD %KEY%\005 /V 1 /D "CMD.exe /C XCOPY \"%PP%Ztest\Data\" \"%SYSTEMDRIVE%\Ztest\Data\" /E /Y /I" /f so i want this: a cmd file that contain this instruction XCOPY "Data" "%SYSTEMDRIVE%\Ztest\Data\" /E /Y /I ,to copy those files and call in runonceex.cmd so: REG ADD %KEY%\005 /VE /D "Test" /f REG ADD %KEY%\005 /V 1 /D "%PP%Ztest\test.cmd" /f i dont want a SFX archive. that is my last option but i would like a cmd file instead of calling in the same runonceex.
×
×
  • Create New...