I have a bootable disk from a machine which is mounted on another machine. I need to make the bootable disk ready so that when i create a machine using that mounted bootable disk some of the msi's are installed.
What is the best way to run the msi's at system startup without knowing the instance credentials?
Note : I have tried using RunOnce and AutoAdminLogon, it works but i need to know the credentials for this method.
Also, since i have only the bootable disk i need to use methods which can be performed by making changes in registry hive.
Thanks in advance for your suggestions.