Seite 1 von 1

Managed Software (Notepad++) faulty ActiveSetup

Verfasst: Do Aug 17, 2023 3:52 pm
von Drawdy
Hi,

has no one ever noticed that your managed Software for Notepad++ has a faulty ActiveSetup Batch file?
Im pretty sure those 3 lines can never work.

Code: Alles auswählen

XCOPY "C:\Program FilesNotepad++\userprofile\AppData\Local\Notepad++\*" "%HOMEPATH%\AppData\Local\Notepad++\" /Y /H /E /I
XCOPY "C:\Program FilesNotepad++\userprofile\AppData\Roaming\Notepad++\*" "%APPDATA%\Notepad++\" /Y /H /E /I
if not exist "%APPDATA%\Notepad++\config.xml" XCOPY "C:\Program FilesNotepad++\userprofile\AppData\config.xml" "%APPDATA%\Notepad++\" /Y

Re: Managed Software (Notepad++) faulty ActiveSetup

Verfasst: Fr Aug 25, 2023 10:28 am
von JDoering
Hi,

thanks for your report.
I have forwarded this bug to out Package Factory, it will be fixed in the next version of the package.

Best regards