I don't know if anyone here knows about creating installers with WinRAR, but I have a slight problem.
Several people in my gaming clan crash all the time in Call of Duty 2 and unfortunately they hard reset because it was the only way they knew to get out of it. I crash as well, but I know that you can blindly do anything by task manager or Run. All you have to do is while your screen is black, press Alt+tab and then WIndows+r for run or ctrl+shift+Esc to bring up Task Manager and from there we can type whatever the name of teh process isand then delete and enter and it will kill the task and pull us out of the black screen.
I have created a batch file named 2.bat that kills the process so all we have to do is place the batch file in the System32 directory and then when we crash alt+tab, Run and type 2 and enter and it kills the process.
The batch file is basic just:
Now that you understand what I have made here is my problem:Code:@echo off TASKKILL /f /im CoD2MP_s.exe
I wanted to create and installer for this file so that the people in my clan that I give it to that aren't really computer saavy can just install itand not have to browse the folder (believe it or not some of them have trouble browsing folders, lol).
When creating my installer with WinRAR I set the directory as %WINDIR%\System32, but I have a 64 bit system with (x86) capability and when it installs the file it goes to my SysWOW64 folder instead, so something in Windows is re-directing the folder from System32 to SysWOW64, but when I run a line from RUN it will only execute from the System32 folder, is there a way to install to System32 in a 64 bit system without re-directing?


LinkBack URL
About LinkBacks








Reply With Quote