Jump to content

keytotime

Member
  • Posts

    403
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by keytotime

  1. The Aip is huge for acrobat 7 it is 480 mb.
  2. Copy the files from the original office to there appropriate location in the shrunk office.
  3. in the dell delete svcpck.inf and the folder svcpck.
  4. Nm.
  5. Yes bashrat's method works.
  6. Look with the new media player you can't upgrade to the old one. Using winows media upgrade.
  7. The smart fan is one with a thermal sensor. As the temperature increases the total resistance of the thermal sensor wire decreases. Therefore more current and voltage is passed through and speed increases.
  8. Check the file date for the Windows media player, it is now 2/15/2004.
  9. Astalavista, that's a really good idea.
  10. I've managed to remove both the close and the cancel button in 7-zip. Ryan figured out a way to keep the title bar but remove the close button. 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 } 7zS.7z
  11. If bios can't do it then it can't be done. Sorry
  12. Try making a admin install and then shrink office.
  13. http://www.microsoft.com/downloads/details...&displaylang=en
  14. http://ryanvm.net/msfn/ and then you extract that and patch the .msi and then rebuilt the 7zip install.
  15. Um what's a link. What will this work on my Univac computer.
  16. I have a green chieftech matrix full tower. It stays cool, even though i haven't turned it off for more than 5 seconds in 6 months. One word of advice, no clear side windows and no chief material. Steel or thick Aluminum.
  17. Chieftech
  18. Updated the guide to make it clearer.
  19. Search please, Also remove bootfix.bin in i386
  20. No, Shell32.dll is way to critical to be renamable.
  21. This is a tutorial how to make a switchless for any program using 7-Zip. The new 7-zip uses /S.
  22. bah this is retarded, we're arguing over 10kb. Startx is free and works better than qbf for me. A for the multiple commands. That why we can do REG ADD %KEY%\020 /VE /D "Symantec Antivirus 9.3" /f REG ADD %KEY%\020 /V 1 /D "%CDROM%\Apps\sav.exe" /f REG ADD %KEY%\020 /V 2 /D "REGEDIT /S %CDROM%\Apps\1.reg" /f
  23. I used startx becuase it is free and i know that o some machines batch files converted using quick batch file coverter does not work. My machine being one of them . Also startx compressed with upx is 90Kb while your installer.exe for office is 144. I atached the compressed startx in my original post.
  24. @ Astalavista, a .msi is an install package that calls on msiexec. msiexec /i tells windows to install the .msi. Since 7-zip can not call on msiexec directly we need StartX to call on msiexec for us. Type in msiexec /? at run to see more.
  25. 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
×
×
  • Create New...