@@ -221,15 +221,18 @@ If ([version]$appVersion -gt [version]$appInstalledVersion)
221
221
If (Test-Path - Path $appDestination \Notepad3.ini)
222
222
{
223
223
Set-IniValue - FilePath " $appDestination \Notepad3.ini" - Section " Notepad3" - Key " Notepad3.ini" - Value " %APPDATA%\Rizonesoft\Notepad3\Notepad3.ini"
224
- Set-IniValue - FilePath " $appDestination \Notepad3.ini" - Section " Settings" - Key " SettingsVersion" - Value " 5"
224
+ # Set-IniValue -FilePath "$appDestination\Notepad3.ini" -Section "Settings" -Key "SettingsVersion" -Value "5"
225
+ Set-IniValue - FilePath " $appDestination \Notepad3.ini" - Section " Settings" - Key Favorites - Value " %APPDATA%\Rizonesoft\Notepad3\Favorites\"
225
226
Set-IniValue - FilePath " $appDestination \Notepad3.ini" - Section " Settings" - Key " AutoCompleteWords" - Value " true"
226
- Set-IniValue - FilePath " $appDestination \Notepad3.ini" - Section " Suppressed Messages" - Key " MsgSaveSettingsInfo" - Value " 1"
227
- Set-IniValue - FilePath " $appDestination \Notepad3.ini" - Section " Settings2" - Key " PreferredLanguageLocaleName" - Value " $appPreferredLanguage "
227
+ Set-IniValue - FilePath " $appDestination \Notepad3.ini" - Section " Settings" - Key " AutoDetectIndentSettings" - Value " true"
228
228
Set-IniValue - FilePath " $appDestination \Notepad3.ini" - Section " Settings2" - Key " ReuseWindow" - Value " true"
229
- Set-IniValue - FilePath " $appDestination \Notepad3.ini" - Section " Settings2" - Key " SingleFileInstance" - Value " 1"
229
+ Set-IniValue - FilePath " $appDestination \Notepad3.ini" - Section " Settings2" - Key " PreferredLanguageLocaleName" - Value " $appPreferredLanguage "
230
+ # Set-IniValue -FilePath "$appDestination\Notepad3.ini" -Section "Settings2" -Key "SingleFileInstance" -Value "1"
231
+ Set-IniValue - FilePath " $appDestination \Notepad3.ini" - Section " Suppressed Messages" - Key " MsgSaveSettingsInfo" - Value " 1"
230
232
}
231
233
# Copy settings to Default user profile
232
- Copy-File - Path " $appDestination \Notepad3.ini" - Destination " $envSystemDrive \Users\Default\AppData\Roaming\Rizonesoft\Notepad3"
234
+ # Copy-File -Path "$appDestination\Notepad3.ini" -Destination "$envSystemDrive\Users\Default\AppData\Roaming\Rizonesoft\Notepad3"
235
+ New-Folder - Path " $envSystemDrive \Users\Default\AppData\Roaming\Rizonesoft\Notepad3"
233
236
234
237
# Go back to the parent folder
235
238
Set-Location ..
0 commit comments