You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to innosetup
I have a product that includes multiple projects, one of which a web application (it's the user interface). Installing the non-web projects seems straightforward, but can inno install the web app? I see nothing in the examples that might apply.
Thanks!
Gavin Lambert
unread,
Oct 20, 2025, 6:03:41 PMOct 20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to innosetup
On Tuesday, October 21, 2025 at 9:41:53 AM UTC+13 Tim Laplaca wrote:
I have a product that includes multiple projects, one of which a web application (it's the user interface). Installing the non-web projects seems straightforward, but can inno install the web app? I see nothing in the examples that might apply.
There's no built-in helper functionality for that, but it's certainly possible. A lot depends on what kind of web app you've written -- for example whether it's self-hosted or intended to be hosted by IIS or another separate server. If you've used a framework, it will often come with deployment documentation -- once you've figured out how to install it manually, that should give you a hint how to automate it.