Mel
Posts: 43
Joined: Fri Jul 10, 2020 10:59 am

How can i install the build after compilation ?

Fri May 14, 2021 5:07 am

Hi ,
I have a Advanced installer build script that outputs an exe file.

Is there a way I can run the exe an accept the default values (ie without having to click on Next -> Next etc) ?


I have tried the following from command line

c:\myproject\sampleproject.exe /S

but it gives the error , "Invalid Command Line"



Thanks

Catalin
Posts: 6542
Joined: Wed Jun 13, 2018 7:49 am

Re: How can i install the build after compilation ?

Fri May 14, 2021 1:02 pm

Hello,

If you want to install the setup silently, you can use a command line as it follows:

Code: Select all

setup.exe /exenoui /qn
Hope this helps!

Best regards,
Catalin
Catalin Gheorghe - Advanced Installer Team
Follow us: Twitter - Facebook - YouTube

Return to “Building Installers”