Что нового

2 Setup Exe — Mafia

2 Setup Exe — Mafia

If using discs, insert the next disc. If using a downloaded multi-part installer, ensure all .bin or .cab files are in the same folder as setup.exe . 4. Is Mafia II Setup.exe a Virus? No— the legitimate version is not malware . However, because it modifies system files and registry entries, some antivirus engines may flag it as a “Potentially Unwanted Program” (PUP) or “HackTool” (especially on cracked copies).

| Source | Type | Typical Setup.exe location | Safety | |--------|------|----------------------------|--------| | | Digital download | Automatically handled by Steam (no manual setup.exe) | ✅ Safe | | GOG.com (DRM-free) | Digital download | Root folder of downloaded installer | ✅ Safe | | Original retail DVD | Physical disc | Root of DVD (AutoRun) | ✅ Safe | | Humble Bundle / Green Man Gaming | Digital | In the downloaded installer folder | ✅ Safe | | Torrents / "Pirate" sites | Unofficial | Varies – often altered or malicious | ⚠️ High risk | Pro tip: If you own the game on Steam, you don’t need to run a setup.exe manually. Steam handles installation via its own client. 3. Common Mafia II Setup.exe Errors and Fixes Even with a legitimate copy, the setup may fail. Here are the most frequent issues: Error A: “Setup.exe has stopped working” or “Unhandled exception” Causes: Corrupted installer, antivirus interference, or missing Windows dependencies. Mafia 2 Setup Exe

If you already own a legitimate copy and the setup fails, follow the error fixes above. In most cases, running as admin, reinstalling redistributables, or disabling antivirus temporarily solves the issue. If using discs, insert the next disc

For fans of open-world crime sagas, Mafia II (2010) remains a gold standard—thanks to its gripping narrative, period-accurate soundtrack, and detailed 1940s-50s Empire Bay. But before you can step into Vito Scaletta’s shoes, you have to run the gateway to the game: Mafia II Setup.exe . Is Mafia II Setup

Now go enjoy Empire Bay – just watch out for the Clemente family. Have a specific error message from Mafia II Setup.exe? Leave a comment (or consult the official 2K support forums) for tailored help.

Verify your Windows version (right-click This PC → Properties). If you’re on 32-bit Windows, seek a 32-bit compatible installer. But note: most modern Mafia II versions require 64-bit. Error C: Missing .dll errors during setup (e.g., d3dx9_42.dll , msvcp100.dll ) Cause: The setup didn’t auto-install DirectX or Visual C++ redistributables.

InnI

AutoIT Гуру
Сообщения
4,986
Репутация
1,461
Где-то я это читал... только для Win7 :scratch:
Ну, точно. Здесь http://www.outsidethebox.ms/12317/
 
Автор
---Zak---

---Zak---

Скриптер
Сообщения
455
Репутация
120
2 InnI
На Windows 7 у меня как-то не возникло проблем запуска программ от другого пользователя. У меня служба в XP и 7 без проблем запускает программу от текущего пользователя.

Знал бы прикуп - жил бы в Гаграх)))))

Я на это все потратил 3 суток и искал такие статьи в интернете - но увы и ах, а уже после столкнулся с этой статьей. Сейчас тоже не теряю надежду найти статью, каким способом запустить от доменного имени на компьютере не в домене.

ЗЫ: вспоминай - может есть такая статья в инете ?
ЗЫЫ: на этом сайте я такого не нашел, но я думаю все равно способ должен быть. Сетевые диски можно подключать таким способом - по идеи значит и запускать можно - надо только знать как.

На счет запуска программ - раньше была возможность: берешь пользователя с его паролем из рабочей группы и в домене создаешь точно такого же пользователя с тем же паролем в AD (может еще какие манипуляции). Но суть в том, что этому пользователю предоставлялся доступ.
 

vovsla

Осваивающий
Сообщения
607
Репутация
36
Я тоже столкнулся с проблемой RunAs в Win8, решил все вот таким способом.
Код:
RunAsWait('oem', @ComputerName, 'pass', 0, @ComSpec&' cmd /c start %Systemroot%\System32\sysprep\sysprep.exe /quiet /oobe /generalize /shutdown /unattend:%Systemdrive%\Sysprep\Sysprep\XML\Presale2.xml', '',  @SW_HIDE)

т.е. с помощью RunAs запускаю консоль которая в свою очередь запускает приложение
 
Верх