You're welcome, guys. Call me strange, but it was fun and I learned a few things in the process.
For instance, crashfly, I was first going to respond with the following bits of code (in white) to add to the CMD script that would make it switchless and unattended when added at SvcPack, but it would not be silent. And it would require that you know how to disassemble and reassemble the installer.
Code: Select all
TITLE 5eraph's MS Signed Themes 6.1.1 installer
[color=white]:: delims is a TAB followed by a space
FOR /F "tokens=2* delims= " %%A IN ('REG.exe QUERY HKLM\SYSTEM\Setup /v SystemSetupInProgress') DO SET SvcPack=%%B
IF %SvcPack%==0x1 GOTO FileOps[/color]
[...]
[color=white]:FileOps[/color]
ECHO.
ECHO Copying files...
[...]
ECHO Installation complete.
[color=white]If %SvcPack%==0x1 GOTO End[/color]
ECHO.
PAUSE
[color=white]:End
EXIT[/color]
For silence I had to choose another scripting language. AutoIt was the logical choice for me since I created SetLuna.exe with AutoIt, and recently I learned a great deal more about the language to help with the RVM Integrator.