Is this right way for performing a slient install?
Dear Sir/Madam,
I am Sathesh, i am working as a Software Engineer in one software concern. In my project work, I will need to install the Microsoft .NET FrameWork1.1 and Microsoft VJ# Redistributable Package 1.1 direcly in to my clien'ts system. I got the following two commands for performing a silent install in client system
dotnetfx.exe /q:a /c:"install /q" ---> For .NET FrameWork1.1
vjredist.exe /q:a /c:"inst /q" --> For VJ# Redistributable Package 1.1
Is this right way for performing a slient install in client system
If client already have that installation means, my installation process is overwrites that? Overwrite of that package will needs to cause any problem?
It will take 6minutes,when performing a silent install of that two exe files. Is there any way to speed up the silent install process?
Regards & Thanks,
Sathesh
|