Forum > Windows (32/64)

Where can I find a list of command line options for the Windows Installer?

(1/1)

Gustavo 'Gus' Carreno:
Hey Y'all,

Ok, this is now baffling me quite a lot.

I was very happy when I was able to get setup-lazarus to cache the installer archives for Debian packages, Windows and macOS.

Today, while looking at lazarus-with-github-actions last GitHub action's run I got this error on all the runs that were under Windows:
The job running on runner GitHub Actions 8 has exceeded the maximum execution time of 360 minutes.

When I went and inspect the logs, the job hang when running:
D:\a\_temp\installers\lazarus-2.2.2.exe /VERYSILENT /DIR=D:\a\_temp\installers\lazarus
Please disregard the executable name, when I download it from SourceForge I rename it.

I'm now at an impasse because I don't even know how I can I even start debugging this situation.

My guess was to use another command line option, not VERYSILENT, that would, still, not need user input, but give me a bit more output to see where it is that it's getting stuck.
Alas, I don't even know where to start trying to search for these options.

Is there a documentation site for the INNO Setup generated executable command line options?

Cheers,
Gus

Martin_fr:
https://jrsoftware.org/ishelp/index.php?topic=setupcmdline

Though check with /?

The web page is for a newer version of inno.

Gustavo 'Gus' Carreno:
Hey Martin,


--- Quote from: Martin_fr on June 03, 2022, 12:15:03 am ---https://jrsoftware.org/ishelp/index.php?topic=setupcmdline

Though check with /?

The web page is for a newer version of inno.

--- End quote ---

Merci bien mon cher!!

I'll have a looksie there and then report back on progress, if any :-\

Cheers,
Gus

Navigation

[0] Message Index

Go to full version