Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Название темы: AutoPlay Media Studio 8
Показать сообщение отдельно

Новый участник


Сообщения: 17
Благодарности: 0

Профиль | Отправить PM | Цитировать


Цитата Iska:
if (RadioButton.GetChecked("Avira Free Antivirus "))
then
Shell.Execute("AutoPlay\\Docs\\1Basa\\avira_free_antivirus_en.exe", "open", "", "", SW_SHOWNORMAL, true);
end

if (RadioButton.GetChecked("Microsoft Security Essentials "))
then
if
System.Is64BitOS()
then
result = Shell.Execute("AutoPlay\\Docs\\1Basa\\64-бит\\mseinstall.exe", "open", "", "", SW_SHOWNORMAL, true);
else
result = Shell.Execute("AutoPlay\\Docs\\1Basa\\mseinstall.exe", "open", "", "", SW_SHOWNORMAL, true);
end
end

if (RadioButton.GetChecked("avast! Free Antivirus"))
then
Shell.Execute("AutoPlay\\Docs\\1Basa\\setup_av_free.exe", "open", "", "", SW_SHOWNORMAL, true);
end

if (RadioButton.GetChecked("Winamp"))
then
Shell.Execute("AutoPlay\\Docs\\1Basa\\winamp5623_full_emusic-7plus_all.exe", "open", "", "", SW_SHOWNORMAL, true);
end

if (RadioButton.GetChecked("AIMP "))
then
Shell.Execute("AutoPlay\\Docs\\1Basa\\aimp_3.00.981.exe", "open", "", "", SW_SHOWNORMAL, true);
end

if
System.Is64BitOS()
then
MSI.InstallProduct("AutoPlay\\Docs\\1Basa\\64-бит\\7z920-x64.msi", "REMOVE=ALL");
else
result = Shell.Execute("AutoPlay\\Docs\\1Basa\\7z920.exe ", "open", "/S", "", SW_SHOWNORMAL, true);
end
if (RadioButton.GetChecked("Офис"))
then
result = Shell.Execute("AutoPlay\\Docs\\1Basa\\OOo_3.3.0_Win_x86_install-wJRE_ru.exe", "open", "/S", "", SW_SHOWNORMAL, true);
end
result = Shell.Execute("AutoPlay\\Docs\\1Basa\\AdbeRdr1010_ru_RU.exe", "open", "/quiet /norestart", "", SW_SHOWNORMAL, true);

if
System.Is64BitOS()
then
result = Shell.Execute("AutoPlay\\Docs\\1Basa\\64-бит\\K-Lite_Codec_Pack_64bit_590.exe", "open", "/VERYSILENT /SP-", "", SW_SHOWNORMAL, true);
else
result = Shell.Execute("AutoPlay\\Docs\\1Basa\\K-Lite_Codec_Pack_840_Full.exe", "open", "/VERYSILENT /SP-", "", SW_SHOWNORMAL, true);
end


result = Shell.Execute("AutoPlay\\Docs\\1Basa\\Paint.NET.3.5.10.Install.exe", "open", "/S", "", SW_SHOWNORMAL, true);


result = Shell.Execute("AutoPlay\\Docs\\1Basa\\ashampoo_burning_studio_6_free_6.80_4312.exe", "open", "/S", "", SW_SHOWNORMAL, true);


result = Shell.Execute("AutoPlay\\Docs\\1Basa\\ccsetup316.exe", "open", "/S", "", SW_SHOWNORMAL, true);


result = Shell.Execute("AutoPlay\\Docs\\1Basa\\PuntoSwitcherSetup.exe", "open", "/quiet /norestart", "", SW_SHOWNORMAL, true);

»
вот примерно так получилось....

Отправлено: 23:31, 09-03-2012 | #16

Название темы: AutoPlay Media Studio 8