Hi, Winrar is installed but the themes are not copied to the appdata folder during a new Windows 10 installation.
The Themes do get copied to appdata,WinRAR,Themes when I double click and install the winrar.exe.
I have already tried everything in my setupcomplete.cmd script.
REM Winrar Skins
SET "SOURCE=%SLocal%\WinRarSkins"
mkdir "%APPDATA%\WinRAR\Themes"
SET "DESTINATION=%APPDATA%\WinRAR\Themes"
IF EXIST "%SOURCE%" XCopy "%SOURCE%" "%DESTINATION%" /S /I /Q /Y /F
The WinRAR folder is not even created in appdata ? with a new windows 10 installation.
I have made also an themes.exe with all the folders, en try to install silent with the setupcomplete.cmd
But no themes.
I have this in my themes.exe
;The comment below contains SFX script commands
Path=%appdata%
SavePath
Silent=1
Overwrite=1
I can not install it with a new Windows 10 Installation.
If i doubleclick the Themes.exe, than i get the themes in the appdata folder, also your WinRAR.exe is working if i doubleclick, but not in my Windows 10 ISO file.
Best regards