
MgmTest
Member-
Content Count
62 -
Joined
-
Last visited
-
Donations
$0.00
Community Reputation
2 NeutralAbout MgmTest

- Birthday 01/21/1980
Profile Information
-
OS
Windows 10 x64
-
very funny behdadsoft
-
{REQ}Install .NETFramework 2
MgmTest replied to MgmTest's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
I'm just ask u my problem ,this is screen shot, when I run your exe file I can see this page and on page I see command that told Installing oasds.exe, but nothing installed and when I click on it ,program suddenly closed,what should I do? -
{REQ}Install .NETFramework 2
MgmTest replied to MgmTest's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
thanks for your code,could you plz edit this code?,I change the .Net Folder witch name with &,and introduce software name of convertor witch convert batch files to exe, test file but not install & any key exit BatScript.zip @ECHO OFFSETLOCALSET "M=Oasdsd.exe"SET "S=Microsoft .NET Framework 4.0\Setup.exe"SET "F="SET "N=HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\"SET "_="FOR /F %%A IN ('MOUNTVOL^|FINDSTR [C-Z]:\\') DO (IF EXIST "%%A%M%" SET "_=%%A")IF NOT DEFINED _ GOTO :EOFFOR %%A IN (Client Full) Do (REG QUERY "%N%%%A" /V Install >NUL 2>&1 && SET F=Yes)IF NOT -
{REQ}Install .NETFramework 2
MgmTest replied to MgmTest's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Not Install .Net And Send Error. -
{REQ}Install .NETFramework 2
MgmTest replied to MgmTest's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
I use Advanced BAT to EXE Converter PRO v2.83 to convert bat to exe, I used it before and I didn't have any problem ,how can it create problem ?and whats that problem? -
{REQ}Install .NETFramework 2
MgmTest replied to MgmTest's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
bat2exe >>>>> aaa.cmd=run.exe @ECHO OFFSETLOCALSET "M=Oasdsd.exe"SET "S=Microsoft .NET Framework 4.0\Setup.exe"SET "F="SET "N=HKLM\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\"SET "_="FOR /F %%A IN ('MOUNTVOL^|FINDSTR [C-Z]:\\') DO (IF EXIST "%%A%M%" SET "_=%%A")IF NOT DEFINED _ GOTO :EOFFOR %%A IN (Client Full) Do (REG QUERY "%N%%%A" /V Install >NUL 2>&1 && SET F=Yes)IF NOT DEFINED F CALL :PRE:MAINIF DEFINED F ("%_%%M%")GOTO :EOF:PREIF EXIST "%_%%S%" (START "" /WAIT "%_%%S%" /q /norestart && (SET F=Yes)) -
{REQ}Install .NETFramework 2
MgmTest replied to MgmTest's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Remove x86_64 SET "S=\Microsoft .NET Framework 4.0\Setup.exe" -
{REQ}Install .NETFramework 2
MgmTest replied to MgmTest's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
Thanks but me not need check 86&64. and remove line PRE not install .net. "Microsoft .NET Framework 4.0\Setup.exe" -
{REQ}Install .NETFramework 2
MgmTest replied to MgmTest's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
me Chang .net in 4 but need silent install fast .net Fix Code Me : not install .net @ECHO offclsFOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\Oasdsd.exe SET CDROM=%%i:SET PP=%cdrom%set DOTNETINSTALLED=NOREG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\Policy\v4.0" >NUL && set DOTNETINSTALLED=YESIF %DOTNETINSTALLED%==YES goto MAINgoto PREREQUISITE:PREREQUISITEREM Execute Prerequisite Setup ProgramSTART /wait "%PP%\Microsoft .NET Framework 4.0 32 & 64bit\Setup.exe /q /norestart"ping -n 10 127.0.0.1 > NULL:MAINREM Execute Main Setup Pr -
{REQ}Install .NETFramework 2
MgmTest replied to MgmTest's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
I write exe with c#. I have this problem that .net framework2 be installed automatically in windows xp and .net farmework 3.5 in windows 8 & windows 8.1. I mean I want my exe recognize what is OS then according OS install appropriate .netfaramework. -
hi. Me Need install .Net 2 In Win XP And Install .Net 3.5 In Win 8&8.1. plz help me fixed code. thanks a lot. @ECHO offclsset DOTNETINSTALLED=NOREG QUERY "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\.NETFramework\Policy\v2.0" >NUL && set DOTNETINSTALLED=YESIF %DOTNETINSTALLED%==YES goto MAINgoto PREREQUISITE:PREREQUISITEREM Execute Prerequisite Setup ProgramSTART /wait Dot_NET_2.exe /qping -n 20 127.0.0.1 > NULL:MAINREM Execute Main Setup ProgramSTART /wait test.exe
-
{REQ}Add Registry load file in cdrom
MgmTest replied to MgmTest's topic in Programming (C++, Delphi, VB/VBS, CMD/batch, etc.)
bat File not worked. plz help in fixed. REG ADD "HKCR\.APK\shell\Install\command"/ve /t REG_SZ /d "%~dp0apps\test\adb.exe" install -r "%1" /f -
{REQ}Autounattend.xml win 8 Error
MgmTest replied to MgmTest's topic in Unattended Windows 8/Server 2012
Plz Help Fix error. <?xml version="1.0" encoding="utf-8"?><unattend xmlns="urn:schemas-microsoft-com:unattend"><settings pass="windowsPE"><component name="Microsoft-Windows-International-Core-WinPE" processorArchitecture="x86" publicKeyToken="31bf3856ad364e35" language="neutral" versionScope="nonSxS" xmlns:wcm="http://schemas.microsoft.com/WMIConfig/2002/State" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SetupUILanguage><UILanguage>en-US</UILanguage></SetupUILanguage><InputLocale>0429:00000429</InputLocale><SystemLocale -
{REQ}Autounattend.xml win 8 Error
MgmTest replied to MgmTest's topic in Unattended Windows 8/Server 2012