Search code examples
windowspowershellsublimetext3

Install Sublime silently


I have used both below commands but it asks a next wizard during installation:

start-process -FilePath 'C:\Users\suganthanraj.p\Downloads\Sublime Text Build 3126 x64 Setup.exe' -ArgumentList '/qn+

msiexec /quiet 'C:\Users\suganthanraj.p\Downloads\Sublime Text Build 3126 x64 Setup.exe'

Solution

  • ` Here i found answer for my question

    start-process -FilePath 'C:\Users\suganthanraj.p\Downloads\Sublime Text Build 3126 x64 Setup.exe' -ArgumentList '/VERYSILENT'