I have a boot disk backup with me which i want to use to migrate to cloud. I need to install some msi packages. I have figured out a way to install the msi packages by using srvany.exe, but i need to create a srvany service in boot disk using registry entries.
- Can i create a service from registry?
- Is there any other way to trigger a installer on system startup using only the backed up boot disk?
Note - I have tried using Run/RunOnce option and triggering it using AutoAdminLogon, but that works at system logon and i need a solution which works at system startup.