I want to compile the innosetup script in Silent mode using command prompt. Using this method, i can compile the innosetup script "Compil32 /cc "mypath\myscript.iss" Then compilation happened successfully,but innosetup script window opening during compilation, i don't want to open the innosetup scrip window during compilation,How can i proceed that using the below link http://www.jrsoftware.org/ispphelp/index.php?topic=isppcc
In that link they provide "/Q" command line, but i don't know where to use the command line for silent compilation. Any help????