#
56b0f836 |
| 26-Jan-2025 |
Eric Kohl <eric.kohl@reactos.org> |
[SYSSETUP] Move the creation of start menu items into the wizard
Start menu items were created after the wizard had finished. This patch moves the creation of the start menu items into the process p
[SYSSETUP] Move the creation of start menu items into the wizard
Start menu items were created after the wizard had finished. This patch moves the creation of the start menu items into the process page of the wizard and enables the 2nd item of the task list.
show more ...
|
#
3b800165 |
| 30-Oct-2024 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[SETUP:REACTOS][SYSSETUP] Fix Shift-F10 cmd.exe invocation.
Pressing Shift-F10 to open cmd.exe when the setup program runs from a different current directory than System32, now works correctly.
Use
[SETUP:REACTOS][SYSSETUP] Fix Shift-F10 cmd.exe invocation.
Pressing Shift-F10 to open cmd.exe when the setup program runs from a different current directory than System32, now works correctly.
Use the 2nd CreateProcessW() `lpCommandLine` parameter, instead of the 1st parameter `lpApplicationName`, so as to use default path search. The command-line buffer given to the 2nd-parameter can be temporarily modified by CreateProcessW(), thus use an on-stack buffer.
https://learn.microsoft.com/en-us/windows/win32/api/processthreadsapi/nf-processthreadsapi-createprocessw#parameters
show more ...
|
Revision tags: 0.4.16-dev, 0.4.15 |
|
#
e4930be4 |
| 11-May-2024 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[REACTOS] Use the ISO C and C++ conformant names: _wcsicmp, _stricmp
Stop using non-conforming wcsicmp, stricmp, strcasecmp
|
Revision tags: 0.4.14-release |
|
#
7b33915a |
| 26-Sep-2021 |
Mark Jansen <mark.jansen@reactos.org> |
[SYSSETUP] Add support for shortcut arguments
|
#
ef4f0d07 |
| 14-Jan-2022 |
Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> |
[SYSSETUP] Adjust Status Window if Asian (#4280)
The Asian logo and bar positions are different from English or Latin positions, due to Asian font.
Add positional adjustment to IDD_STATUSWINDOW_DLG
[SYSSETUP] Adjust Status Window if Asian (#4280)
The Asian logo and bar positions are different from English or Latin positions, due to Asian font.
Add positional adjustment to IDD_STATUSWINDOW_DLG if Asian.
show more ...
|
#
9b1edcea |
| 12-Sep-2021 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[REACTOS] Fix some instances of DPRINTs with trailing whitespace before newlines.
|
#
1d68fe20 |
| 05-Jun-2021 |
Mark Jansen <mark.jansen@reactos.org> |
[SYSSETUP] Use the calculated full path
|
#
4d25869e |
| 07-Apr-2021 |
Hervé Poussineau <hpoussin@reactos.org> |
[SYSSETUP] Manually start PlugPlay service, and wait for it before continuing
That way, class installers are already registered before installing devices.
CORE-17538
|
#
c917caf7 |
| 07-Feb-2021 |
Yaroslav Kibysh <yanet.prod@gmail.com> |
[SYSSETUP] Make status dialog look like msgina status dialog (#2825)
* [SYSSETUP] Add msgina-like resources
* [SYSSETUP] Add bitmaps functionality, remove progress bar
* [SYSSETUP] Update reso
[SYSSETUP] Make status dialog look like msgina status dialog (#2825)
* [SYSSETUP] Add msgina-like resources
* [SYSSETUP] Add bitmaps functionality, remove progress bar
* [SYSSETUP] Update resources
* [SYSSETUP] Use DPRINT1
* [SYSSETUP:INSTALL] %d - %lu for GetLastError in DPRINT1
* [SYSSETUP:INSTALL] Check pDlgData for NULL value
+ add some comments
show more ...
|
#
d9e20ae3 |
| 07-Dec-2020 |
Eric Kohl <eric.kohl@reactos.org> |
Implement the StorageCoInstaller and configure it for CD-ROM and Disk devices
This sets the friendly name for CD-ROM and Disk devices.
|
Revision tags: 0.4.15-dev, 0.4.14-RC, 0.4.13-release |
|
#
eb7be700 |
| 29-Dec-2019 |
Eric Kohl <eric.kohl@reactos.org> |
[SYSSETUP] Start the dnscache service after the network support has been installed
CORE-16558
|
#
80db0551 |
| 06-Oct-2019 |
Eric Kohl <eric.kohl@reactos.org> |
[SYSSETUP][NETCFGX][INF] Install the TCPIP protocol driver properly
Get rid of the special RandomProtocolGUID_TCPIP :-) Works with the Setup CD and Live CD.
|
Revision tags: 0.4.14-dev, 0.4.13-RC, 0.4.12-release, 0.4.12-RC, 0.4.13-dev, 0.4.11-release, 0.4.11-RC, 0.4.12-dev, 0.4.10-release, 0.4.11-dev, 0.4.10-RC, 0.4.9-release, 0.4.10-dev, 0.4.9-RC, 0.4.8-release |
|
#
36051d30 |
| 17-Mar-2018 |
Timo Kreuzer <timo.kreuzer@reactos.org> |
[SYSSETUP] Fix handling of the status message window
This fixes a race condition, where the message thread was still running when InstallReactOS returned and syssetup.dll was unloaded by the caller
[SYSSETUP] Fix handling of the status message window
This fixes a race condition, where the message thread was still running when InstallReactOS returned and syssetup.dll was unloaded by the caller (setup.exe).
show more ...
|
#
a8cf35d0 |
| 19-Aug-2018 |
Eric Kohl <eric.kohl@reactos.org> |
[SYSSETUP] SetupStartService: Remove the wait loop
CORE-14909
|
#
8f911f21 |
| 05-Aug-2018 |
Eric Kohl <eric.kohl@reactos.org> |
[SYSSETUP] SetupStartService: Wait until the service is running
|
#
c441de22 |
| 03-Jun-2018 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
[SYSSETUP] If creating the default-user hive file fails because the file already exists, make a backup (i.e. rename it) and retry its creation.
This situation happens when one "updates" ReactOS by r
[SYSSETUP] If creating the default-user hive file fails because the file already exists, make a backup (i.e. rename it) and retry its creation.
This situation happens when one "updates" ReactOS by re-installing it on top of an existing installation.
show more ...
|
#
f0273d81 |
| 30-May-2018 |
Eric Kohl <eric.kohl@reactos.org> |
[SYSSETUP][USERENV] Create the system profile after the creation of the default profile has been finished
CopySystemProfile: Don't try to create the user hive. Just copy it as it has already been cr
[SYSSETUP][USERENV] Create the system profile after the creation of the default profile has been finished
CopySystemProfile: Don't try to create the user hive. Just copy it as it has already been created.
show more ...
|
#
e7340a28 |
| 30-May-2018 |
Eric Kohl <eric.kohl@reactos.org> |
[SYSSETUP] Save the HKEY_USERS\.DEFAULT hive in the ntuser.dat file of the default user profile
|
Revision tags: 0.4.8-RC, 0.4.9-dev |
|
#
6fa16d79 |
| 03-Jan-2018 |
Stanislav Motylkov <x86corez@gmail.com> |
[SYSSETUP] Add marquee progress bar to show setup is alive (#262)
CORE-14163 #resolve
|
Revision tags: 0.4.7-release, v0.4.7, 0.4.8-dev, 0.4.7-rc1 |
|
#
ba507ba4 |
| 17-Oct-2017 |
Serge Gautherie <32623169+SergeGautherie@users.noreply.github.com> |
[SYSSETUP] [USERINIT] "sLanguage" relates to LOCALE_SABBREVLANGNAME actually, not LOCALE_SLANGUAGE. CORE-13128 #62
|
#
c2c66aff |
| 03-Oct-2017 |
Colin Finck <colin@reactos.org> |
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
|
Revision tags: backups/GSoC_2017/rapps@75905, ReactOS-0.4.6, backups/ros-branch-0_4_6@75728, 0.4.7-dev, ReactOS-0.4.5, backups/ros-branch-0_4_5@74569, ReactOS-0.4.4-CLT2017, backups/ReactOS-0.4.4-CLT2017@74182, ReactOS-0.4.4, backups/ros-branch-0_4_4@74002, ReactOS-0.4.4-FOSDEM2017, backups/ReactOS-0.4.4-FOSDEM2017@73667, ReactOS-0.4.3, backups/ros-branch-0_4_3@73437, backups/sndblst@72664, ReactOS-0.4.2, backups/ros-branch-0_4_2@73087, ReactOS-0.4.1, backups/ros-branch-0_4_1@71718 |
|
#
321bcc05 |
| 24-Apr-2016 |
Pierre Schweitzer <pierre@reactos.org> |
Create the AHCI branch for Aman's work
svn path=/branches/GSoC_2016/AHCI/; revision=71203
|
Revision tags: ReactOS-0.4.0-CLT2016, backups/ReactOS-0.4.0-CLT2016@71719, ReactOS-0.4.0-FOSDEM2016, backups/ReactOS-0.4.0-FOSDEM2016@70667, ReactOS-0.4.0, backups/ros-branch-0_4_0@70757, backups/colins-printing-for-freedom@73041, ReactOS-0.3.17-CLT2015, backups/ReactOS-0.3.17-CLT2015@66843, ReactOS-0.3.17, ReactOS-0.3.17-FOSDEM2015, backups/ReactOS-0.3.17-FOSDEM2015@66122, backups/shell-experiments@75904 |
|
#
4b0ff829 |
| 13-Nov-2014 |
David Quintana <gigaherz@gmail.com> |
[SYSSETUP] * Use the right function for the fix.
svn path=/branches/shell-experiments/; revision=65394
|
#
70bd9e70 |
| 13-Nov-2014 |
David Quintana <gigaherz@gmail.com> |
[SYSSETUP] * Fix some icons not appearing. The desktop one for "Command Prompt" still appears on the SYSTEM folder instead of the Default User one somehow.
svn path=/branches/shell-experiments/; rev
[SYSSETUP] * Fix some icons not appearing. The desktop one for "Command Prompt" still appears on the SYSTEM folder instead of the Default User one somehow.
svn path=/branches/shell-experiments/; revision=65393
show more ...
|
Revision tags: backups/tcpip_revolution@71025, backups/0.3.17@66124, backups/ros-branch-0_3_16-clt2014@63729 |
|
#
b819608e |
| 02-May-2014 |
Hermès Bélusca-Maïto <hermes.belusca-maito@reactos.org> |
Create a branch for console restructuration work.
svn path=/branches/condrv_restructure/; revision=63104
|