
Posts posted by SunLion
-
-
-
-
-
Advanced: Silent Installs + SFX
See guide here:
http://www.wincert.net/forum/topic/9584-all-in-one-integrator/
-
Edited by xspeed_one
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.
-
-
-
-
-
Edited by xspeed_one
Here the new text corrected.
Edit.
I'm Sorry. I didn't see your reply before.
Disregard the new text.
Version 'E' work fine!
-
-
Edited by xspeed_one
Here Brazilian resource.txt
Edit in Notepad2
Hope it works well
-
Edited by xspeed_one
Are you using adk 8.0.
Try new adk 8.1 (updated: may 2, 2014):
http://technet.microsoft.com/en-us/library/hh825613.aspx
-
-
-
-
-
-
-
-
-
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
-
-
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)
·
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!