sarita54
Member
- Joined
- May 31, 2022
- Messages
- 10
- Programming Experience
- Beginner
Hi , I have 2 questions :
1 . where i have to put my .msi file in order that users can download it ?
2 . To test , i have put it in my drive , and use this:
System.IO.Directory.CreateDirectory("C:\\temp");
WebClient client = new WebClient();
client.DownloadFile(new Uri("MyDriveLink"), "C:\\temp\\Update.msi");
but when i try do execute it , I received " This installation package could not be opened "
Could you help me please?
1 . where i have to put my .msi file in order that users can download it ?
2 . To test , i have put it in my drive , and use this:
System.IO.Directory.CreateDirectory("C:\\temp");
WebClient client = new WebClient();
client.DownloadFile(new Uri("MyDriveLink"), "C:\\temp\\Update.msi");
but when i try do execute it , I received " This installation package could not be opened "
Could you help me please?