Jump to content

mazin

Member
  • Posts

    1,948
  • Joined

  • Donations

    0.00 USD 
  • Country

    Egypt

Everything posted by mazin

  1. Put this as the first line in your CMD: cmdow @ /hid Put cmdow.exe in your system32 for global use.
  2. WMP11: ------------ I extract the EXE and SFX it with the following arguments: Setup=setup_wm.exe /Q /R:N /NoPID /DisallowSystemRestore TempMode Silent=1 Overwrite=1
  3. Yup! It's installable under SVCPACK with a reg workaround. Tested it, myself.
  4. Hi LLXX! I'm visiting win98 forum from time to time to search for new ideas. I got very interested in your work for re-cabbing CABs. Those spanned CABs of win98 are extremely terrible. I'm following your attempts and need to know what's new. Thanks.
  5. Well! I won't let you go to bed upset, tonight! Read this carefully.
  6. Alright sir! We are sorry for the inconvenience! And the solution you posted in your 3rd post was done by Pyron on this forum, afew years ago. You can search for more details and workarounds.
  7. @ elajua Yes. Whatever name (short or long) is given to a variable, a package KNOWS its destination. @ patelsiraj1 I don't see why some name should be a problem. A packager can't be bad JUST because it uses its own names, short or long. If you get some problems with those packagers, other than names, let's know. We can help. I haven't used installshield adminstudio, though I have got the demo version CD (about 500 MB). But I have created many packages, successfully, using wise package studio. I don't care wether it uses win or windows for %WinDir% or %SystemRoot% variable. Files will be installed into X:\Windows, X:\WINNT or even X:\WinCows in either situation.
  8. Photoshop CS 8 is using Abcpy.ini, so no need to ISS. Isn't the new version using Abcpy.ini, too?
  9. In my case, copy errors were due to a bad burn. I always thought the ISO size was suitable to the media size (700 MB). But it wasn't. I used the "overburn" feature in NERO and haven't got that issue again.
  10. Can't you just uninstall GTB?
  11. There's a solution where you can fix your MBR. I don't know how it can be done. I read about it somewhere. However, you can format drive C along with the last letter drive (H in my case). Then, if you re-install Windows and still have the problem, simply you have to format all partitions.
  12. KTOOL (the simplest, yet) W.A.I.T. (the most highly configurable, ever) Guide Site WIX (a new born, let's see) < EDIT > Links added.
  13. Man, go say something else!
  14. What's that, sir? SIF or CMD?
  15. Read here: http://www.msfn.org/board/index.php?showtopic=13334
  16. Man, I'm sorry! I read it inf not ini. Well, then you'd better use batch file. Here's an example. -------------------------------------------------------------------------------------------- When I install Hex Workshop, I face a similar problem. I need to provide the absolute path where Hex Workshop should be installed. I divide my SETUP.ISS into two parts: SET01.ISS and SET03.ISS Then, I use a batch script to create SET02.ISS which contain the absolute path. I, then, use the copy command to combine the three ISSs into a usable SETUP.ISS. This is the resulting SETUP.ISS:
  17. @ Jorex Search the forum for USSF.exe to help you knowing the correct switches.
  18. You only need the EXE. I rename it to PDFread.exe and put it in %SystemRoot%\PDFread.exe then apply this reg file. Windows Registry Editor Version 5.00 [HKEY_CURRENT_USER\Software\Local AppWizard-Generated Applications\Foxit PDF Reader\MainFrame] "ShowTollBar"="1" "ShowStatusBar"="1" "ShowMenu"="1" "MainShowCmd"="3" "ShowFullScreen"="0" "CheckRegister"="0" [HKEY_USERS\.DEFAULT\Software\Local AppWizard-Generated Applications\Foxit PDF Reader\MainFrame] "ShowTollBar"="1" "ShowStatusBar"="1" "ShowMenu"="1" "MainShowCmd"="3" "ShowFullScreen"="0" "CheckRegister"="0" [HKEY_CLASSES_ROOT\.pdf] @="AcroExch.Document" [HKEY_CLASSES_ROOT\AcroExch.Document] "EditFlags"=dword:00000000 "BrowserFlags"=dword:00000008 @="" [HKEY_CLASSES_ROOT\AcroExch.Document\shell] @="Open_With_PDF-Reader" [HKEY_CLASSES_ROOT\AcroExch.Document\shell\Open_With_PDF-Reader] @="Open With PDF-Reader" [HKEY_CLASSES_ROOT\AcroExch.Document\shell\Open_With_PDF-Reader\command] @="PDFread.exe \"%1\""
  19. Hi! If possible, I need this app to be extended: WinntbbuED. Oh, and what about an app to edit logonui.exe? It'd be much appreciated! TIA
  20. That's a good idea. Have you integrated your reg info, too?
  21. We talked about reg info, what about switches? I use this: TU2006.MSI /QN ALLUSERS=1
×
×
  • Create New...