Posts

Showing posts with the label installation

How to read content of text file in Wix Toolset Bootstrapper

Image
How to read content of text file in Wix Toolset Bootstrapper I am using the WiX toolset to build an installer, I want to read the version from a text file. The text file is located in mybootstrapper like below: below is the code where i want to read the content of text file <Bundle IconSourceFile='product.ico' Name="Retail Grip" Version="Version.txt" <!-- i know this is not correct --> Manufacturer="Company Name" UpgradeCode="PUT-GUID-HERE"> Did you see: stackoverflow.com/questions/19241971/… – Stephu Jun 24 at 10:33 Where does this version.txt come from? Is it necessary independent of the goal of giving the bundle a version? – Tom Blodget Jun 24 at 13:15 ...

Error installing mysql

Error installing mysql Beginning configuration step: Initializing Database Attempting to run MySQL Server with --initialize-insecure option... Starting process for MySQL Server 8.0.11... Starting process with command: C:Program FilesMySQLMySQL Server 8.0binmysqld.exe --defaults-file="C:ProgramDataMySQLMySQL Server 8.0my.ini" --console --initialize-insecure=on... 2018-06-26T08:44:42.036600Z 0 [ERROR] [MY-011071] [Server] Unknown suffix '.' used for variable 'lower_case_table_names' (value '0.0') 2018-06-26T08:44:42.036600Z 0 [ERROR] [MY-011071] [Server] C:Program FilesMySQLMySQL Server 8.0binmysqld.exe: Error while setting value '0.0' to 'lower_case_table_names' 2018-06-26T08:44:42.036600Z 0 [ERROR] [MY-010119] [Server] Aborting 2018-06-26T08:44:42.036600Z 0 [Note] [MY-010120] [Server] Binlog end Process for mysqld, with ID 3232, was run successfully and exited with code 1. Failed to start process for MySQL Server 8.0.11. Database initia...