Jump to content

Paradox Me

Member
  • Posts

    31
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Canada

Posts posted by Paradox Me

  1. Best Practices for Authoring Answer Files

    This documentation is preliminary and subject to change.

    This section covers recommendations for authoring unattended installation answer files.

    Avoid Unnecessary SettingsUnnecessary settings can be introduced by inserting their parent node into the answer file.

    Although unnecessary settings are ignored, they do cost time to parse. Therefore, as you author your answer file, remove any settings that are redundant.

    For example, if you have set the desired partition in the disk configuration section of Microsoft-Windows-Setup, do not set <InstallToAvailablePartition>false</InstallToAvailablePartion>.

    In general, it is best to expand down to the lowest level of a component and select only those elements that you want to set. If you want the default value, there is no need to include the element unless it is a required element.

    Use Data Images Rather Than $OEM$The recommended way to add data such as additional drivers or applications is to add create a data image and set the DataImage settings in Microsoft-Windows-Setup for that image. For details on creating a data image, see Create a Data Image.

    Although $OEM$ is still supported, it is no longer the preferred method.

    Do not overwrite existing files in the OSImage settings. DataImage is used only to add files. You can use DataImage to add data to an existing partition outside the OSImage.

    Always Validate Answer Files in Windows SIMThe recommended way to author answer files is to create them in Windows System Image Manager (Windows SIM). However, if you use a manually authored answer file, validate it in Windows SIM to assure that it works.

    Since available settings change from one build or release to the next, be sure to revalidate your answer file when you reuse it.

    Legacy answer files from Windows XP or Windows Server 2003 do not work in Windows Vista.

    I may have found one answer to my Q's

  2. Just a quick question.

    Someone a while back said they were creating an unattended vista guide (in fact I think this thread was meant to stir public input into such). I have read all the posts here and I notice that Fitzban2 made a great first step on June 22 or page 4 of this thread. Is it possible to get something organized so that newbs like me (or worse :angel ) can get a crack at this. I realize there are some bugs still around but I'm asking this because I feel like getting something up to speed maybe even starting a PDF on it. So far I have been able to get Vista RC1 5600, BDD 2007, MMC 3.0 downloaded. I have also been able to make the unattended XML file. I just need to recreate my ISO and put it to the test.

    I notice the the SIM has the capability to include software on the image. I'm curious if anyone has been able to include in their ISO any drivers and/or applications. If so, did the apps work for you.?

    Also, what's the BDD workbench for? Why elements of it look similar to the WSIM?

  3. Ok I have CorelDraw Suite 12 on my unattended CD source on my hard drive. I downloaded the SP1 for corel which is called CGS12SP1EN.msp This is a windows installer so I'm not that familiar with it. When I use the /? switch it gives this info later on down the screen:

    Update Options

    /update <Update1.msp>[;Update2.msp]

    Applies update(s)

    What would be the correct syntax to update my Corel source under $oem$?

    The locations are as follows:

    C:\CGS12SP1EN.msp

    I:\2XPCD\$OEM$\$1\Install\COREL12

    Thanks!

  4. Well I don’t know if it will also work for XP Home, but for my XP Prof Update I only have to change the ExtraData in the Setupp.ini and of course you can also change the Pid Number too... Interesting is that if you only change the Pid it still asks you for a CD.

    Hope it works for you, too ;)

    Hmmm, based on your response I googled for setupp.ini and here is what I came up with.

    http://www.thetechguide.com/howto/setuppini.html

    Thanks for your help.

  5. hasn't anyone tried the:

    windefender.msi /QB

    taskkill /F /IM MSASCui.exe.exe or MSASCui.exe -t minibug.exe

    then install kb915597?

    i haven't downloaded the kb915597 to try the silent install but the rest works for me

    Are you doing this through runonceex??? What's your code look like? I'm curious to get this working for me.

  6. Mozilla-Firefox-1.5.0.3.exe -ms

    Ok what gives? I did that and FF doesn't install! Am I missing something? I got "Firefox Setup 1.5.0.3.exe" directly from the mozilla.com site, put it into my $oem$ and added this to my runonceex.cmd

    REG ADD %KEY%\005 /VE /D "FireFox 1.5" /f
    REG ADD %KEY%\005 /V 1 /D "%PP%Firefox Setup 1.5.0.3.exe -ms" /f

    :wacko:

  7. Murman, Thanks for your help, but Corel Draw 12 will not install in administrative because it won't take the product key that way. I've tried. I copied my Corel CD to $OEM$ and call the installation up from there using shark7's method.

    What exactly would the line look like in runonceex to execute the .cmd?? Or is that where you do it??

  8. Vmware will help your worries, just try things. You have nothing to loose alough I have never come accross a 98 unattended upgrade installation before. Good luck

    Hmm, interesting. Never? When I first came across the Unattended guide and followed the instructions, for some reason it did not ask me to put the Win98 Cd in to be verified. I can't figure the reason out. I would like to know what does XP setup look for in order to satisfy the upgrade requirement. Someone else had the same idea:

    http://msfn.org/board/index.php?act=ST&f=34&t=72193

  9. Ok, for some reason something is not working correctly. I was able to successfully install XP to my old drive using a burned DVD from ISO. As it turns out there is a measure of success using ANY of the ISO builds. The only problem now and as I mentioned before is the fact that during setup there are 2 dozen files that It cannot copy, making user input necessary and defeating the purpose of an unattended DVD. I wonder what will happen if I start from scratch and change the way I set this up. I used integrator to install some switchless setup files. I also used Nlite to get rid of some XP features in tweaks and options and stuff.

  10. I'm beginnig to think this has nothing to do with making my ISO. I think it has more to do with my c:\xpcd

    I put in a spare old drive that has nothing on it and booted up with my DVD and the result is just like mounting in VirtualPC. It does the dump to c:\ with some files being unable to be copied. Do you think I should copy my XP cd into c:\XPCD again?

  11. level, I'm trying your method as I type. I'll keep my progress available to you. It seems that as soon as I burn it to DVD, things get screwy. mounting the iso virtually is only moderately better in that NTLDR missing message does NOT pop up.

    ]

    Done making the ISO and now on to burning to DVD using MagicISO first.

  12. All you Intermediate and Advanced users neglect to browse the Beginning user section of the MSFN Unattended guide.

    Uh, Friendly?? Who are you calling intermediate or experienced???? :lol:

    I'm above beginner but lower than intermediate! :lol:

    I think I have genuine problems here with either my setup or my whole system or maybe even my brain... :thumbup

    Incidentally, I love the guide here!!!!

  13. Ok this is just plain weird. I have tried getting boot file from original xp cd, I have tried to use the boot file from CDImage made iso's using these files and they seem to work as an iso mounted to virtual DVD drive in VirtualPC but not when I burn to DVD. I've burned with MagicISO, UltraISO and the result when using burned DVD is the same. I do not get the prompt to boot from cd and NTLDR is missing. Something is NOT right. Suggestions?

    Interestingly, in the text based dump of files to c:, there are problems with a few files to be copied to drive:

    tosdvd.sys

    tsbvcap.sys

    tsbyuv.dll

    usbcamd2.sys

    usbcamd.sys

    vdmindvd.sys

    wowfax.dll

    wowfaxui.dll

    usrcentra.dll

    usrcoina.dll

    usrdpa.dll

    usrdtea.dll

    usrfaxa.dll

    usrlbva.dll

    usrmlnka.dll

    usrprbda.exe

    usrrtosa.dll

    usrsdpia.dll

    usrshuta.exe

    usrsvpia.dll

    etc. (tired of typing them out)

×
×
  • Create New...