-
Posts
55 -
Joined
-
Last visited
-
Days Won
1
Content Type
Profiles
Forums
Events
Posts posted by SunLion
-
-
Hi Mooms,
Can the script download the "Quantum" version as well?Sorry for my ignorance ... Quantum version is the new NORMAL version ...
-
Grateful for your quick response
-
Link not working, please
-
Advanced: Silent Installs + SFX
See guide here:
http://www.wincert.net/forum/topic/9584-all-in-one-integrator/
-
If anyone has interest, here a langpack for PT-BR. Just add the file in the folder
"Config\Languages". I did the translation for version 10.0.1.9, but works well on 10.0.5.1 version:http://www.mediafire.com/download/3595h3s3dodncvh/0x0416.rar
Tested here and works very well. It's a big job.
-
Thank you for this!
-
Hi Lego, check your bank account. New donation for you today.
Number confirmation:95W73910YJ568021J
Thanks for your work
-
-
In this new text were deleted all the accents, as a way to show the entire text.
But the version ' E ' would be better for our language, because it contains all the correct spelling.
-
Here the new text corrected.
Edit.
I'm Sorry. I didn't see your reply before.
Disregard the new text.
Version 'E' work fine!
-
Hi Lego
Special characters such as accent marks, do not work properly.
I will correct the text and resubmit it again then.
-
Here Brazilian resource.txt
Edit in Notepad2
Hope it works well
-
Are you using adk 8.0.
Try new adk 8.1 (updated: may 2, 2014):
http://technet.microsoft.com/en-us/library/hh825613.aspx
-
I really appreciate your work.
DONATED!
:dancing:
-
Thanks for this.
-
Thanks for your reply, abbodi!
-
Hi bphlpt,
Thanks for the speedy reply. It is true that.
Using Firefox it worked now!
Regards
-
Maybe some software installed that added a task...
Try to see the startup folder and also Keys "Run" into HKCU and HKLM
Mr. Moderator:
why can't copy and paste on your website?
-
Hi Ctrl,
Try to correct the path, leaving no spaces in the names, this may fix the problem.
Your path: E:\OS-\HOTFIX_W8_apr_2013\NEW X86\Windows6.2-KB2779444-x86.msu
Path adjusted: E:\OS-\HOTFIX_W8_apr_2013\NEWX86\Windows6.2-KB2779444-x86.msu
-
Hi Geej
Thanks for the update!
:prop:
-
Thanks Geej, i will test this!
:welcome:
-
Do I integration into my XP SP3 with HFSLIP. These hotfix are integrated without problems. If you are interested, see these links:
http://www.msfn.org/board/topic/140336-the-file-checker-hfslipfc-for-hfslip/
http://mimo.zxq.net/updatelist.htm
-
Thanks for this, Geej.
This tool is very powerful.
-
I made it silent installer using Visual AIO SFX Maker v5 and Silent "No GUI" SFX alternative v2.9 and I am getting error in vmware. I tried it twice, same results. Any ideas?
Previous version worked OK with VisualAIOsfxMaker3.8 and VisualAIOsfxMakerNoGUI2.9
I always use setupcomplete.cmd to integrate it.
btw. I used the VBCFJRedist_AIO_x86_x64.exe with nothing removed.
In my tests, I saw that the KB2592687, when installed before the Redist package, causes conflict in installation of VC_RedistInstaller_McRip. To work around this, install the KB2592687 by WPI, after VC_RedistInstaller.
Do not know if this is your case.
RunOnceEX is no longer executed
in Windows Post-Install Wizard (WPI)
Posted · Edited by SunLion
Hello @DMD,
I also use a similar script and everything runs smoothly. Maybe you have install.ESD in your sources folder and not install.WIM.
If so, the script will not find the wim file and nothing will be processed.
This is just a hypothesis, it would be up to you to check it.
In my script I use:
for %%i in (C 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:\sources\install.* set CDROM=%%i:
Good luck!