Activity overview
Latest activity by oddnearly
                    
                      
                        Hey Radek, it sounds like the issue might be with the syntax of your command — MSIEXEC can be picky about parameters. Try adding /qn  for silent mode and ensure there’s no space before the equals sign in TRANSFORMS= . For example: msiexec /i "c:\install\SQL Search_3.7.2.5316_x86.msi" TRANSFORMS="c:\install\SQL Search_3.7.2.5316_x86.mst" ADDLOCAL=ALL /qn
 Also, make sure you’re running the command sprunki phase 5 prompt as Administrator. That should stop the help window from popping up and start the silent install properly.  / comments
                        
                        
                        
                      
                      
                      
                
              Hey Radek, it sounds like the issue might be with the syntax of your command — MSIEXEC can be picky about parameters. Try adding /qn for silent mode and ensure there’s no space before the equals si...