Hello again from Germany!

Now Im stuck with the next installer problem :-(

I want the DELL SupportAssist Tool install automatically. Here is what I have so far:

SupportAssistx64.msi
SupportAssistx64.msp

A batch file named "Support_Install.bat" containing these two lines:

msiexec /i "SupportAssistx64.msi" /qb /l*v c:\MSI.txt
msiexec /p "SupportAssistx64.msp" /qb /l*v c:\MSP.txt

Running the batch file after the complete setup works perfect.
Do I only need to add the batch and the .msi/msp files to the "setup" folder when using POWIS?

Thx and best regards

Peter

Perpaps it would be a good idea, to let the POWIS setup copy the two files and the batch to a temp folder. I have no idea, how to do that and how to run the batch file automatically after the copy process.

Best regards

Peter
 
Last edited:
One more question for George King:

Is it possible to use the OEM "sources\$OEM$\$$\setup\scripts" (or part of it) to detect the vendor and machine e.g. "Dell Latitude 5570" and copy only the correct 7z driver file (I downloaded the CAB-Files for each DELL Machine before, unpacked and repacked to 7z and name the file like the machine name) from the USB Stick or network path to the "driverpacks" folder?

Thx and best regards

Peter
 
hello everyone ..Thank you for this ... and I have a question can you integrate language with this right there at UPDATE? thank you very much
health
 
CCleaner installer can run portable, just extract it, or use the portable version.
Just keep ccleaner.exe and whatever language file you need.
 
Last edited:
hello everyone ..Thank you for this ... and I have a question can you integrate language with this right there at UPDATE? thank you very much
health

Windows requires you to integrate languages into the image BEFORE installing other updates. If you don't, WU will ask you to reinstall software you've already loaded. The ordering is very important for language additions.

Check out this thread. Download all your languages, load them in Updates page with everything else, and build.
 
Windows requires you to integrate languages into the image BEFORE installing other updates. If you don't, WU will ask you to reinstall software you've already loaded. The ordering is very important for language additions.

Check out this thread. Download all your languages, load them in Updates page with everything else, and build.
thank you ... Bro
 
Eagerly waiting for new release of POWIS with HTA application as its Graphical User Interface looks so cool plus i hope many new features added too :)
 
Hello George King

Is it possible NOT to activate Windows 10/11?
When running the autounattend with POWIS the W11 installation shows "not activated" after a couple of days. But all machines have W11 before I reinstall with POWIS.
Any help in this case?

Best regards

Peter
 
This error is unrelated to POWIS. WinPE can't even begin installing.
Can you repost this under Questions and Reports? (with more details on OS, steps)
 
This error is unrelated to POWIS. WinPE can't even begin installing.
Can you repost this under Questions and Reports? (with more details on OS, steps)
Oh I apologize.. Yes I can do that, but may I ask how that works? I only get this error after using POWIS so maybe I’m doing something wrong? When deploying a clean iso it works fine.
 
This error implies your ISO folder was edited in the wrong way. Nothing NTLite or POWIS would have touched.
Post a new question, and try to remember what steps you did outside of NTLite. It's probably fixable.
 
Malty Seems like you missing MassStorage / Chipset / USB driver in your WinPE and setup can't locate USB with needed files.

In future update are many news, I'm finishing another project right now where was born new idea about HTA "POWIS Launcher" as it bring new light to SWM / WIM / ESD deploying.
 
Hi George King,

Thank you so much for your contribution and posts in this Forum.

I successfully on making Windows 10 included Office installation iso file by following your posts.

Now my goal is only adding Unattended.xml for GPT and MBR to my iso file because it should be loaded for both GPT/MBR in one ISO file which is out of NTLite unattended.

So my question is that is possible to add only unattended part (GPT.xml and MBR.xml) by POWIS and remain the rest of NTLite configuration (which completed in iso file)?

Thanks a lot and Best wishes
Cuong
 
this worked for me, but i have 1 problem with the office installation... it freezes.
created image is on a bootable USB Stick, where the setup was run from via YOACTRI_Install.
 
Last edited:
Trying to install Anydesk and it is not doing the installation
--install "C:\Program Files (x86)\AnyDesk" --start-with-win --update-disabled --create-desktop-icon

and run this command in a bat file
echo yourpassword | "C:\Program Files (x86)\AnyDesk\anydesk.exe" --set-password _full_access
 
Back
Top