bundy-al
-
Posts
10 -
Joined
-
Last visited
Content Type
Profiles
Forums
Events
Posts posted by bundy-al
-
-
mooms maybe I'm not doing it right.
I now have these files.
SFX_WinRAR_x64_6.01-nl.exe
WinRAR_AddOn_x64_6.01-nl.zip (do i need to unzip this folder ?)
And what should I have started in my setupcomplete.cmd?
I have this line in it now,
IF EXIST "%SLocal%\SFX_WinRAR_x64_6.01-nl.exe" "%SLocal%\SFX_WinRAR_x64_6.01-nl.exe"Should I place the WinRAR_AddOn_x64_6.01-nl.zip along with SFX_WinRAR_x64_6.01-nl.exe in my Windows 10 ISO
-
On 6/6/2021 at 11:27 PM, mooms said:
From the command line, or create a shortcut and add the -ai switch.
No sorry, I can't share it as it's registered with a key.
I don't use any script for that, with Windows 7 I have used WinToolkit Runonce.
Mooms can you tell me how to put the SFX_winrar in the WinToolkit_1.7.0.15.
Step by step, to see if that will work.Regards
-
May i have your SFX.exe for testing.
And the script line you have used to install with a new windows 10 installation. -
How must i launch it manually with -ai switch ?
-
Yes i have rebooted twice after installation.
What is yours script line than ?
-
I have than this.
In WinRAR_SFX_Maker.cmd have changed set addon=0 to set addon=1
Have made the SFX_WinRAR_x64_6.01-nl.exe with the WinRAR_SFX_Maker.cmd
Put this line in my setupcomplete.cmd
IF EXIST "%SLocal%\SFX_WinRAR_x64_6.01-nl.exe" "%SLocal%\SFX_WinRAR_x64_6.01-nl.exe -ai"
WinRAR is not installed during a new Windows 10 installation.
Or should I put -ai in the WinRAR_SFX_Maker.cmd ?
-
I now have this in my setupcomplete.cmd
IF EXIST "%SLocal%winrar.exe" "%SLocal%winrar.exe"
Is this line correct ?
IF EXIST "%SLocal%winrar.exe" "%SLocal%winrar.exe -ai" -
Does anyone have a solution for this?
-
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 /FThe 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.cmdBut no themes.
I have this in my themes.exe
;The comment below contains SFX script commands
Path=%appdata%
SavePath
Silent=1
Overwrite=1I 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
WinRAR SFX Maker 3.2
in Switchless installers
Posted
mooms I did what you said, made the winrar + Themes an .exe of it and added it to WinToolkit and had a Windows 10 .ISO created.
It now installs perfectly.
Thank you for your support.
Regards