PDA

View Full Version : Thanks Friederich



NewsArchive
11-24-2017, 04:09 AM
I am a novice and just used the clarion edition to make a setup for my VP
server 2012 r2

It's the most intuitive software i have used!

I learned to use (with require administrator) to change the rights on the
datafolder like this:

Run Program ("%SYS32DIR%\CMD.EXE", "/c icacls %DATAFOLDER% /grant
Everyone:(OI)(CI)F /T") [Feature:Always Install] [Wait]

For removing the terrible blurry look of my app:

Run Program ("%SYS32DIR%\REG.EXE", "add "HKCU\Software\Microsoft\Windows
NT\CurrentVersion\AppCompatFlags\Layers" /v "%_SB_INSTALLDIR%\app.exe" /t
REG_SZ /d "~ HIGHDPIAWARE") [Feature:Always Install] [Wait]

Thanks a lot!

PS Built 5708 updated today

Dirk

NewsArchive
11-24-2017, 04:09 AM
Thanks so much for your kind words, Dirk!!!

Friedrich

NewsArchive
11-24-2017, 06:27 AM
Hello Friedrich and all.

> HIGHDPIAWARE

Isn't this covered by the Manifest already?

just asking, as I still not have inhaled the Manifest completly
Wolfgang

Regards,
Wolfgang Orth
www.odata.de

Please note:
From time to time it happens, that I overlook a reply to my postings.
Please don't be angry.
In case of an emergency, try to contact me via mail.

Bitte beachten:
Von Zeit zu Zeit passiert es mir, dass ich Antworten auf meine Postings übersehe.
Bitte nicht böse sein.
Im Notfall bitte Kontakt per Mail versuchen.

NewsArchive
11-25-2017, 03:40 AM
Hi Wolfgang,

I tried

<dpiAware>True/PM</dpiAware>
<dpiAware>True</dpiAware>
<dpiAware>False</dpiAware>

It didn't make the screen sharp so i think it's a registry setting.
Probably only needed for win 8.1 and server 2012.

Dirk