Is it a possible to Load msi file to the memory and install it from memory? The client download the msi file from server. Firstly the client get the byte array. And then save it as a msi file. and then install it. But I always think it is a possible if client get the byte array and then install it . Don't need to save it in the local drive and install it? If yes, could you give me a C# sample?
Thanks, Ryan