IviriusCommunity / Rebound

Windows 11 done right.
https://ivirius.vercel.app
MIT License
314 stars 4 forks source link

Spec: `Rebound.Delivery` #65

Open Lamparter opened 1 day ago

Lamparter commented 1 day ago

📄 Description

A Delivery project that contains installer files, etc.

âš¡ API Changes

Rebound.Delivery

API Description
AppRT Misc files
MSBuild
Reserved Legacy installers
Reserved.Extended Legacy MSIX package installers
RuntimeBinaries Compiled app binaries/assemblies
Services Tools/scripts for preparing Rebound11 on the system
Shortcuts LNK shortcuts for apps
Themes Desktop themes used by Control Panel (should probably be moved into cpl project)

👥 Usage scenarios

No response provided

🔙 Backward Compatibility

(would) like to change the install folder from C:\Rebound11 to something else and use main system drive instead of assuming C drive. The former would cause problems but I will write a script to fix it.

🤔 Difficulty

High

Lamparter commented 12 hours ago

Essentially: rather than compiling the app into an MSIX file and installing it, literally just copy the Microsoft Build (vcx) binaries into the WindowsApps directory or wherever Rebound is installed. That's my main idea. @IviriusMain what do you think?

IviriusMain commented 12 hours ago

It might be a good idea but it needs further testing