
alshawwa1.5524909082872297E12 asked a question.
.netframe3 with another msi package
Hello
im trying to do a complete silent installation for a msi package that i have that needs .netframework 3 to be installed first
i managed to create the whole setup , with the command swtiches /S /v /QN it installs dotnetfx silently but whenever its done with .net the other msi package dialog starts and i need to press next to complete the installation..
any ideas thanks ?
1. Install .net framework 3.5 using silent install switch
2. Prompt the user that the install of .net framework is complete (failed or passed)
3. If .net install passed, have user click next to begin the next install.
Is this correct?
run the installer completely slient , check for dotnetframe 3 , if it exist then it should
pass the dotnet installation then goes on with the other msi package installtion without any kind
of prompts or user interaction
this what is happening with me
created the setup , ran it with the silent switches i remember they were /S /Q /VN while dotnet3
is not installed in the machine , it installs it sliently , but whenever its done with the installation
of dotnet3 the other part of the setup wizard appears and i need to click next to install the other package/software
thanks for your reply engenius i hope you can help