Hello! i have a .zip file that my application needs to extract, and run how would i go about doing this? it needs to extract Programs\Test\Build.zip to the directory:
string tempFolder = System.Environment.GetEvironmentVariable("HomeDrive");
then it needs to wait till its finished, then run the exe "Compile.exe" that was extracted, ideas?