Win inssaller: cleanup and support for thumbnails
- remove unused file - register DLL file to view thumbnails in Windows explorer (if the user has admin permissions) - some code simplifications
This commit is contained in:
@@ -60,6 +60,7 @@ Function .onInit
|
||||
# check if it is a 64bit system
|
||||
${if} ${RunningX64}
|
||||
SetRegView 64
|
||||
!define LIBRARY_X64
|
||||
${endif}
|
||||
|
||||
# Check that FreeCAD is not currently running
|
||||
@@ -149,11 +150,6 @@ Function .onInit
|
||||
${IfNot} ${Silent}
|
||||
# Show banner while installer is intializating
|
||||
Banner::show /NOUNLOAD "Checking system"
|
||||
${EndIf}
|
||||
|
||||
Call SearchExternal
|
||||
|
||||
${IfNot} ${Silent}
|
||||
Banner::destroy
|
||||
${EndIf}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user