Jump to content

keytotime

Member
  • Posts

    403
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by keytotime

  1. Download and install the latest version of 7-Zip. Make a folder to copy all of the installation files to. If you are using a .msi include Msistub.exe in the folder. Make sure the installer name is under 8 character and has no spaces. Select all of them and right click on any file. Select "Add to archive...", which is under the select option. You can make the archive name to whatever you want it to be. Set the compression level to Ultra. Hit OK. Once the archive is created, you can delete all files except the archive. Copy 7zs.sfx to the folder containing the archive. This one has no cancel button. If you want, you can change the icon of the installer by replacing the icon in 7zS.sfx using ResHacker. For example, you can use the icon from the main program. Remember to save 7zS.sfx when you're finished. In order to get rid of the cancel button and the close button, go to Dialog→500→1033. Select all then paste in this code:500 DIALOG 0, 0, 186, 26 STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION CAPTION "Progress" LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US FONT 8, "MS Shell Dlg" { CONTROL "Progress1", 1000, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 7, 7, 172, 14 } In order to get rid of everthing paste in this code. 500 DIALOG 0, 0, 0, 0 STYLE WS_POPUP CAPTION "Progress" LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US FONT 8, "MS Shell Dlg" { }Select compiles and then save Open Notepad and add the following:;!@Install@!UTF-8! RunProgram="program.exe –switch" ;!@InstallEnd@!Replace program.exe with the name of your installer (including the extension). Replace -switch with the desired switch(es) to be used. You can also use a .cmd. If you are using a .msi package you will need to use Msistub.exe. Msistub.exe will have to be inside the archive. The code for config.txt will be: ;!@Install@!UTF-8! RunProgram="msistub program.msi /qb-!" ;!@InstallEnd@! Where program.msi is the name of the msi. You can use /qb-! for an install with a progress screen and /qn for a install with no screen. Save as config.txt with UTF-8 encoding by selecting "UTF-8" from the dropdown menu in the "Save As..." dialog in Notepad. Save it to the same folder as 7zS.sfx and the 7z archive. The folder should now look something like this: Open a command prompt. CD to the folder. Then enter the following command:copy /b 7zs.sfx + config.txt + (whatever the archive name).7z (Installer_Name).exe That's it, you're done. Try it out. Thanks Mavericks choice and RyanVM. Added .msi information. 7zS.zip msistub.exe
  2. I'm having problems with qfecheck. I have over 70 updates on my cd, when i try to run qfecheck it only gives me this. Yet the reg paths are correct and ms dosn't find any updates. Ant idea? Windows XP Hotfix Validation Report for \\JUSTINSTALLED Report Date: 2/10/2005 9:18pm Current Service Pack Level: Service Pack 2 Hotfixes Identified: KB319740: Current on system. KB842520: Current on system. KB867282:
  3. can we patch the original install to include the update? msiexec /p C:\M886903.msp /a C:\.net\netfxsp1.exe /qb
  4. http://www.microsoft.com/msdownload/platfo...FULLInstall.htm The Link
  5. Nah a linux or mac media server.
  6. Does not sound like a winnt.sif, sound more like a corrupt file.
  7. .cat are used for windows to recognize and protect files. For example if you make a cat for a patched file and then install the .cat, xp will protected the patched file. Hacked uxtheme can be protected.
  8. makecat is a special utility fond on sdk cd's that alow you to make a .cat file.
  9. i asked by a member of this forum to post a 7-zip config for nero.
  10. Videolan /S note capatilzation. microsoft spyware beta, you have to extract to get the .msi and then use qb or qn, Search for more information
  11. Here you go, just remeber to add your serial to config.txt and then save with utf-8 encoding. No need for the installer.cmd Nero.7z
  12. To modify the main 7z window you have to reshack: 7zFM.exe and 7zFMn.exe
  13. Any plans to add them to your pack?
  14. Kurt i've asked ryan for the code. As soon as i can i'll post it here.
  15. No setting to 0,0 still gives you a small box. You have to remove some header. 500 DIALOG 0, 0, 186, 55 STYLE DS_FIXEDSYS | DS_MODALFRAME | DS_CENTER | WS_POPUP | WS_CAPTION | WS_SYSMENU CAPTION "Progress" LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US FONT 8, "MS Shell Dlg" { CONTROL "Cancel", 2, BUTTON, BS_PUSHBUTTON | WS_CHILD | WS_VISIBLE | WS_TABSTOP, 61, 34, 64, 14 CONTROL "Progress1", 1000, "msctls_progress32", PBS_SMOOTH | WS_CHILD | WS_VISIBLE | WS_BORDER, 7, 7, 172, 14 } to 500 DIALOG 0, 0, 0, 0 STYLE WS_POPUP CAPTION "Progress" LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US FONT 8, "MS Shell Dlg" { }
  16. Setting to 1,1 works. but 0,0 is better. Edit: Nothing At ALL !!!!!!!!!!!!!!!!!!!!!!!! 7zS.7z
  17. Your Sp1 cd is fine.
  18. Looks alot better. The three different categories are a really good idea. Great job.
  19. http://www.spywareguide.com/blockfile.php it has a large reg file.
  20. The new site look really good. Good job.
  21. Yes you can, but i think you need to modify lmhosts.
  22. Well, that's the point of a forum to get question answered. If somebody has a question don't put them down. Respect.
  23. Removed
×
×
  • Create New...