Jump to content

Incroyable HULK

Patron
  • Posts

    1,279
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Everything posted by Incroyable HULK

  1. Looks good but I am really looking for a drop effect + fade in...
  2. I must have been answering this one millions of times... if you want to move the default location of: Program Files Common Program Files Documents and Setting you have to partition and format the drive BEFORE running the Unattended Setup because only the Windows destination drive gets formated. [Unattended] ProgramFilesDir="D:\Program Files" CommonProgramFilesDir="D:\Program Files\Common Files" [GuiUnattended] ProfilesDir="E:\Documents and Settings\"
  3. This one is frequently asked! PLEASE ALANOLL make sure it is explained in the guide! You have to partition and format the drive BEFORE your Unattended Installation. Setup only format the destination drive of Windows (default C:\WINDOWS) And no, you cannot do this automatically with WINNT.SIF Acronis Disk Director Suite 9 (Partition Expert) is the tool to have for that job!
  4. First you can try to disable the onboard sound chip in the BIOS... Then when you are done with your Unattended Installation, just bring it back online and "force install" the correct SoundMAX driver.
  5. If you want to do it via RunOnceEx.cmd, you'll have to call an external script which you can build with AutoIT for example...
  6. Your code won't work. You have to decide if you want to install via svcpack.inf (and put the files in the svcpack folder) [Version] Signature="$Windows NT$" MajorVersion=5 MinorVersion=1 BuildNumber=2600 [SetupData] CatalogSubDir="\i386\svcpack" (or \i386\Update as outlined in the guide) [SetupHotFixesToRun] dxsetup.exe /silent OR If you want to run from RunOnceEx.cmd (and put the files in $OEM$\$1\install\Applications\DirectX folder) REG ADD %KEY%\001 /VE /D "Directx 9.0c" /f REG ADD %KEY%\001 /V 1 /D "%systemdrive%\install\Applications\DirectX\dxsetup.exe /silent" /f
  7. Cool! another great exe! Doesn't seems to work on Office 2003...
  8. Hello, I am looking for a JAVASCRIPT effect which is able to to something similar to this: Example When the user CLICK on the title, the rest of the content will appear. I don't mind if it's free or if I have to pay for it!
  9. I have 2 theory of life! 1) We are inside a SIMULATION! Just like we are testing our Stuff in VMware or Virtual PC. We are inside a Universe Simulator! 2) Everything is being replicated infinitely smaller and infinitely bigger. Like we are part of an organism and Earth is just a molecule among Billions. Inside of us there is also that same universe at a smaller scale... get the idea? You can also add the notion of time with this one. everything bigger than our level is slower and everything smaller than our level is going faster... The sad part is that the humans race is probably a disease spreading toward the whole system. Well don't go nuts reading this...
  10. This one looks exactly like the problem I had HERE Finally, I decided to leave my Install folder in the %windir%\Temp location so I don't mind if it doesn't get deleted...
  11. @Bâshrat the Sneaky seems like YOU are back online too! You did well with your exams? Anyway, I was just wondering if there was any developpement with the PORTCLR.SYS error mess we are having with SoundMAX sound chips if there is some RealTek drivers on the CD...
  12. Guys, stop asking if he his missing the Signature files. If this was the case, Setup wouldn't allow him to put the Path to the missing files...
  13. It looks just like the problem I had a few months ago. It is coming from your PRO1 folder (for example in the guide) which contain the necessary files for TextSetup Mode and the first step of the GUI part. PROBLEM I HAD During the TextSetup portion it looks fine as winnt.sif kicks in and the $OEM$ folder is copied over... but at the beginning of the GUI I get: After I click OK, I can specify where to find the files (D:\XPEN\I386) It goes on and on for the following files: 1- asms (it is a folder under I386) 2- NT5INF.CAT 3- NT5.CAT 4- SP2.CAT 5- NTPRINT.CAT 6- NT5IIS.CAT 7- MAPIMIG.CAT 8- FP4.CAT 9- IMS.CAT 10-MSMSGS.CAT 11-HPCRDP.CAT 12-MW770.CAT 13-wmerrenu.cat 14-IASNT4.CAT 15-MSTSWEB.CAT 16-OEMBIOS.CAT 17-tabletpc.cat 18-mediactr.cat 19-msn7.cat 20-msn9.cat 21-netfx.cat Then I finally get this: Afterward, Setup goes on ... but I seem to be stuck at the T-37 stage (37-minutes) SOLUTION: Get the proper boot files with GOSH method as outlined here: $WIN_NT$.~BT - the boot folderhttp://flyakite.msfnhosting.com/xpprosp1.htm
  14. Oh! I think I found a way! SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Stop that Would you!" /f REG ADD %KEY%\001 /VE /D "MS Office Pro 2003 Fr." /f REG ADD %KEY%\001 /V 1 /D "\\Server\Source\setup.exe TRANSFORMS=Unattended.mst /qb-" /f rundll32.exe iernonce.dll,RunOnceExProcess Now I get the prompt I am looking for... I wonder what will happen if the user is asked to insert the CD later on. Setup remember where the installation is comming from... but if there is authentification ?
  15. First thing you should check is the BIOS of your computer. Make sure that USB LEGACY DEVICES or USB KEYBOARD SUPPORT is enable. Another option would be to use the USB to PS/2 adapter provided with your keyboard. Then come back with the results...
  16. if I use the following code: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Stop Scratching your Testicles" /f REG ADD %KEY%\001 /VE /D "Connecting to Network..." /f REG ADD %KEY%\001 /V 1 /D "CMD /C net use s: \\Server\Source" /f REG ADD %KEY%\002 /VE /D "MS Office Pro 2003 Fr." /f REG ADD %KEY%\002 /V 1 /D "S:\setup.exe TRANSFORMS=Unattended.mst /qb-" /f rundll32.exe iernonce.dll,RunOnceExProcess I get a terminal screen popup for the username and password... so it is useable for me to convert to .exe BUT I would prefer the nice Graphical Windows Prompt... EDIT: I am currently checking in my SYSTEM32 folder to see if there is an .exe for the graphical prompt...
  17. it seems that if you copy over the files from the CD2 it won't ask for them...
  18. I've been using it since it was released... didn't have any issues. Oh! yes. On Windows 2000 SP4 if you try to run DXDIAG.EXE, you'll have some error generated. Otherwise I don't remember any other problems...
  19. Unattended = SP2 ??? NOT TRUE If you want to install DirectX 9.0c you will need to download the full version: http://www.microsoft.com/downloads/details...a1-914185249413 Then Extract using this command: directx_9c_redist.exe /Q /T:"<WHERE YOU WANT>CDROOT\I386\SVCPACK" /C Then install silently using: dxsetup.exe /silent
  20. Yes, it's me again. Still asking questions about batch files! This time I want to install MS Office 2003 from the network and I have the following code (working fine): net use s: "\\Server\Source" s: SET KEY=HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnceEx REG ADD %KEY% /V TITLE /D "Please Don't Pick Your Nose While Installing" /f REG ADD %KEY%\001 /VE /D "MS Office Pro 2003 Fr." /f REG ADD %KEY%\001 /V 1 /D "S:\SETUP.EXE TRANSFORMS=Unattended.mst /qb-" /f rundll32.exe iernonce.dll,RunOnceExProcess %systemdrive% net use s: /delete I know I can provide the Username and the Password in my batch file but what I want is something similar to this prompt: I don't want to get the terminal screen asking for the Username and Password because this batch file will be converted to .exe and totally hidden.
  21. The second partition MUST be partitionned and formated BEFORE running your Unattended Installation. Setup won't format anything else than the Windows destination drive
  22. There is a lot of informations on the Microsoft Website... just type RIS in the search engine. I have found this screenshot:
  23. Do you have a screenshot of this? Can we customize this screen? EDIT: OK! Thanks! We have posted at the same time...
×
×
  • Create New...