Jump to content

seabird

Member
  • Posts

    44
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    China

Posts posted by seabird

  1. Thanks a lot guys!! :D

    I'll try to find the 7-zip program you're talking about. With the .NET Frame work 1.1 when i have extracted the .msi file.

    Is this then correct:

    REG ADD %KEY%\005 /VE /D ".NET Framework 1.1" /f

    REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\dotnetfx.msi /Q" /f

    Yes, that should do the trick (but I believe it will be netfx.msi instead of dotnetfx.msi) just verify the package name after extracting

  2. Also, since i'm pretty new to this, i want to ask if the following line is the correct way to install .NET Framework 1.1:

    REG ADD %KEY%\005 /VE /D ".NET Framework 1.1" /f
    REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\dotnetfx.exe /q /c:"install /q"" /f

    This is the same story. First unpack the .exe file and then do this:

    %systemdrive%\Install\System\DotNet\netfx.msi /Q

  3. Hi! :D

    I've been looking on some RunOnceEx.cmd and checked which programs you installed and which switched you used. Now, i've one problem. I can see many of you installs MSN Messenger. The MSN file you're using is a .msi file. If i go to www.msn. dk (Live in Denmark) and download MSN Messenger i can only get an exe file. I've seen this with many other programs. Where do you get these .msi files. Also, since i'm pretty new to this, i want to ask if the following line is the correct way to install .NET Framework 1.1:

    REG ADD %KEY%\005 /VE /D ".NET Framework 1.1" /f
    REG ADD %KEY%\005 /V 1 /D "%systemdrive%\install\dotnetfx.exe /q /c:"install /q"" /f

    Thanks in advance :thumbup

    You can unpack this .exe file (most people have 7-zip installed) and it will extract the .msi file everybody talks about

  4. Each application to install has a max of 6 command lines in the actual interface. Can this be manually extended inside the config.js? I have a header that requires 11 commands, and I can either input them manually inside the .js or make them into 2 headers (i prefer to have it under one header).

  5. I think he means the ones that run just before SVCPACK (T-13). And no, you can't hide them. They're even there during a normal Windows Setup.

    I still don't understand what stage is which T-xx but I just never paid attention to it with windows. I uses nLite to do hotfixes etc, and then WPI to install the rest. I did mean the actual windows setup. Thanks, I'll just live with it then

  6. I tried looking for the topic, but didn't find it, sorry if it is a double post. During my unattended install, which works fine, I see some screen flickers that look like "dos screens" that pop up and close (so it can never be a long command). Does anyone know what they do? and can I surpress them? It looks annoying to see them flicker in and out my custom install screen...

  7. Let me strat by saying that WPI was a great help getting to install software unattended. But now, I am wondering, I have a huge list of applications I want to install. Should I worry about the sequence? I know I want to start with the drivers-applications. but after that... I have no clue. Should I worry about file assoc. by changing the sequence etc.??

  8. You can use CDImage as a CD in VMWare. Set the .iso file as cdrom. then boot your VM and make sure that cdrom is first in boot sequence. The image you made will work as a "cdrom". Make sure you correct the error in the WPI.cmd file to prevent getting the message "can't find d:...."

    Find this text inside your WPI.cmd:

    REM Make WPI driectory the current directory
    for /F "delims=: tokens=1" %%i in ("%WPIPATH%") DO ECHO %%i:
    cd "%WPIPATH%"

    and replace it with:

    REM Make WPI driectory the current directory
    for /F "delims=: tokens=1" %%i in ("%WPIPATH%") DO %%i:
    cd "%WPIPATH%"

  9. Sorry about the wrong topic. I am working on installing drivers via iss files, that's why I put it there. I tried RunOnceEx.cmd while installing on a partition and noticed it didn't start. When I restarted my original OS it ran. I assume RunOnceEx doesn't point to my partition (in my case e:\) I use this to test if drivers install correctly since VM doesn't have all my actual hardware...

  10. Everyone wants to surpress the reboot during unattended install using setup.iss files. Why? is it not better to reboot before installing the next file? How can one do this? Does the script continue after a reboot where it left off?

  11. Hello everyone, my new notebook comes with a cd installing all drivers. It reboots the computer a couple of times in between. Can I use this CD to install my drivers? (drivers from CD). I think the reboot is crucial, but I am not sure if my batch command will continue if I do this. How to deal with reboots (without surpressing them????

  12. Hi everyone,

    my unattended install works fine and installs MS Office 2003 aswell. Now I also want to install certain prrofing tools for it (read: spelling checkers). I can do this by adding another install, but was wondering if anyone knows how I can slipstream these into MS Office so that it does it automatically..

    Thanx

  13. Hi everyone,

    my question is actually that I want my drivers installed before the complete setup. My 15.4" screen looks crap during setup because everything gets stretched. Is it possible to have it run another resolution before? if so, how?

  14. Hi everyone,

    trying to create a unattended install of NSW2004. I don't want everything installed. I tried a administrative, but that doesn't work. I tried to install via the .msi files, but systemwork will only install via the setup.exe. It doesn't create a setup.iss file if run with -R

    I'm somewhat out of options here... Can anyone help me?

    Jacco

×
×
  • Create New...