Ok I give, I have read every link on dependencies and copy and pasted and twisted and turned but it keeps coming back and telling me it is installed when it is not
result = Registry.DoesKeyExist(HKEY_LOCAL_MACHINE, "Software\\btdownloadgui.exe");
if result== 0 then
Dialog.Message("Information", "Install BitTorrent", MB_OKCANCEL, MB_ICONEXCLAMATION)
File.Run("AutoPlay\\Docs\\BitTornado-0.2.0-w32install.exe", "", "", SW_SHOWNORMAL, true);
else
Dialog.Message("Information", "BitTorrent client is currently installed", MB_OKCANCEL, MB_ICONEXCLAMATION)
end
after trying to embed I moved to bundle in and now looking to double check for the install.
So what have I done wrong?

