January 10, 200521 yr Ive read up on unattend msfn and have some questions with slipstreaming my disk along with my tweaks1. Ive deleted svcpack.inf - is this going to be a problem?2. I need to install IIS BEFORE .Net Framework so at which point does Winnt.sif install IIS for me if im using cmdlines.txt to install the framework (i.e. how can i confirm IIS is installed before the framework)3. About using RunOnceEx if i use the %cdrom% prefix im assuming this will recognise my CD Rom - could i specify my own directory which would hold my programs?Thanks
January 11, 200521 yr 1 only if you try to install additional updates2 dont know but i know its the 12/13th minute remaining before cmdlines.txt is run3 ive never used thisprogram- sorry cant be much help
January 11, 200521 yr Ive read up on unattend msfn and have some questions with slipstreaming my disk along with my tweaks1. Ive deleted svcpack.inf - is this going to be a problem?2. I need to install IIS BEFORE .Net Framework so at which point does Winnt.sif install IIS for me if im using cmdlines.txt to install the framework (i.e. how can i confirm IIS is installed before the framework)3. About using RunOnceEx if i use the %cdrom% prefix im assuming this will recognise my CD Rom - could i specify my own directory which would hold my programs?Thanks1\ Only if you are not going to replace it2\ Run The .Net Framework as the last install cmd3\ You Will Need SomeThing To Set The Variblefor %%i in (C: D: E: F: G: H: I: J: K: L: M: N: O: P: Q: R: S: T: U: V: W: X: Y: Z:) do if exist %%i\SETUP.exe set CDROM=%%i
January 16, 200521 yr Another thing I suggest is search for %SystemDrive%\inetpub\wwwroot\default.asp if that file exists then iis has successfully installed, if not then it hasn't.GavOh sorry, another thing you could try is do a IF and ELSE statement,IF exist %SystemDrive%\inetpub\wwwroot\default.asp thenstart /wait %SystemDrive%\app.exeelseecho "Bypassing .NET setup due to iis installation failure"end ifSomething like that, remember you have to double check on that coding as I haven't tried it and im an asp programmer so that would just be a wild stabGav
Create an account or sign in to comment