Hi,
I have followed all the steps mentioned in the installation manual, to get the AEM installed as windows service in publish mode.
Changed the following as variable -
D:\AdobeAEM\crx-quickstart\opt\helpers\instsrv.bat
:: runmode(s)
set cq_runmode="publish"
:: HTTP port
set cq_port=4503
But I guess the aem is installing in author mode, because when I open any aem page, i see the CQ widget on top right corner.
Also it is asking for login password when i navigate to any html content page (for the first time). This i guess happens in author mode?
Not sure what is going on.