Good day Guys, I am having a little bit trouble in installing .NET Framework 4.0 over wpkg. I first issued a batch file which will copy the installer to a temporary folder in the pc. <install cmd='%SOFTWARE%\DotNet\copy.cmd' /> =================== mkdir C:\Temporary copy /y "\\deploy\wpkg\packages\DotNet\dotnetfx40.exe" "C:\Temporary" =================== This code returns successfully then next would be issuing the install code for the dotnet <install cmd='C:\Temporary\dotnetfx40.exe /passive /norestart' /> the installation remains at this part whenever i check the log file I even tried this one. <install cmd='C:\Temporary\dotnetfx40.exe /q /norestart' /> even this one. <install cmd='%SOFTWARE%\DotNet\dotnetfx40.exe /q /norestart' /> still no success with these. Anyone out there to help me? Thanks for your help :) -- Mikhail Joseph G. Salviejo Assistant System Administrator Training and Standards Unit ROHM LSI Design Philippines Inc. 10/F Anson's Center 23 ADB Avenue Ortigas Center, Pasig City 1605 Philippines Tel. No. 706-3117 ROHM Internal: 744-213 Fax No. 706-3113 ROHM Internal: 744-260 |