Opened 16 years ago
Closed 15 years ago
#26 closed enhancement (fixed)
Create a Modulus package for CortUI
| Reported by: | Henrik Heimbuerger | Owned by: | Henrik Heimbuerger |
|---|---|---|---|
| Priority: | major | Milestone: | 1.80 |
| Component: | Installer | Version: | 1.77 |
| Keywords: | modulus | Cc: |
Description
Create a Modulus package from CortUI, so it can be used to install the mod instead of the standard installer.
Change History (14)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
comment:4 Changed 16 years ago by
comment:5 Changed 16 years ago by
New commit by cort (revision [98]):
[Partial fix for issue #26] Bugfix: The $(SolutionDir?) and $(ProjectDir?) macros in the pre-build step already contain the trailing slashes, so they shouldn't appear explicitly as well.
comment:6 Changed 16 years ago by
comment:7 Changed 16 years ago by
comment:8 Changed 16 years ago by
comment:9 Changed 16 years ago by
comment:10 Changed 16 years ago by
comment:11 Changed 16 years ago by
comment:12 Changed 16 years ago by
comment:13 Changed 15 years ago by
| Milestone: | 2.0 → 1.80 |
|---|---|
| Status: | new → assigned |
Note: See
TracTickets for help on using
tickets.

New commit by cort (revision [94]):
[Partial fix for issue #26] Created a very rough proof-of-concept for a custom action for Modulus to configure CortUI with.
This custom action pretty much just replicates the configuration screen that is already included in the CortUI installer. It presents a configuration dialog to the user and then writes the cortui_settings.mdl accordingly.
The uninstaller currently just deletes the cortui_settings.mdl.
It has not been successfully tested with Modulus yet.
The CortUI version and the cortui_settings.mdl template are currently hardcoded into the custom action. This should be pulled out in the future for easier distribution package creation.