Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I down load your winbilder2, but i can't find the .exe file to start? please tell me how to use this friendly app. #46

Open
felxwmc opened this issue Jun 16, 2021 · 5 comments

Comments

@felxwmc
Copy link

felxwmc commented Jun 16, 2021

No description provided.

@slorelee
Copy link
Owner

wimbuilder2 is a open source builder which is made by scripts. It don't need be complied to .exe.

Click the wimbuilder.cmd to start.

@felxwmc
Copy link
Author

felxwmc commented Jun 17, 2021

Thanks slorelee, I will give it a try and learn form it slowly.

@Davefdm
Copy link

Davefdm commented Jul 31, 2021

When I run wimbuilder.cmd I get nothing but errors then it asked for a program for it to run with so I chose Visual Studio Community and ever since then it opens in Visual Studio Community showing WimBuilder.hta lines of code.
It says findstr and another one not recognized.

@slorelee
Copy link
Owner

@Davefdm

Normally, it will start with mshta.exe.

C:\Users\Slore>assoc.hta
.hta=htafile

C:\Users\Slore>ftype htafile
htafile=C:\Windows\SysWOW64\mshta.exe "%1" {1E460BD7-F1C3-4B2E-88BF-4E770A288AF5}%U{1E460BD7-F1C3-4B2E-88BF-4E770A288AF5} %*

C:\Users\Slore>

It seems your Visual Studio associated with this file type.

Follow next change, force open the WimBuilder.hta with mstha.exe.

WimBuilder.cmd

91: if not "%PROCESSOR_ARCHITECTURE%"=="AMD64" goto :Normal_Start
92: if exist "%windir%\SysWOW64\mshta.exe" goto :Normal_Start                     <----- add "rem " to comment this line
93: start %APP_START_OPT% mshta "%~dp0assets\%APP_NAME%.hta" %*
94: goto :EOF

@Davefdm
Copy link

Davefdm commented Jul 31, 2021

After a few tries it finally showed the GUI but it still showed the errors "'findstr' is not recognized as an internal or external command,
operable program or batch file.
'cscript.exe' is not recognized as an internal or external command,
operable program or batch file.
[INFO] The "AppData" folder is missing, create one with the template(AppData.tmpl)."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants