Select to view content in your preferred language

Error in Installation of ArcGIS Map for Qt on Windows.

1721
14
06-13-2024 06:10 AM
Gem-Vic
Emerging Contributor

Hi! Community.

While I was trying to set up ArcGIS map @ Qt on my windows, I first installed the following

dependencies first from Qt maintenance tool:

Qt Multimedia Qt Positioning Qt Sensors Qt WebEngine Qt WebView Qt Connectivity (iOS and Android only) Qt WebSockets.

Then installed the current version of ArcGIS for Qt, unfortunately, Qt wasn't detating ArcGIS.

Please how can I fix this?

0 Kudos
14 Replies
Gem-Vic
Emerging Contributor

pc 2.png

What do I do next?

0 Kudos
bnoble0110
Esri Contributor

If you installed the sdk, this folder will contain the `postInstall.log` file. Find that file in this directory and post its contents here.

0 Kudos
Gem-Vic
Emerging Contributor

I uninstalled the old one, Downloaded a new one and reinstalled it. I open the folder still cannot find the postInstall.log file.

Could it be fault from my PC?

0 Kudos
Gem-Vic
Emerging Contributor

I uninstalled the old one, Downloaded a new one and reinstalled it. I open the folder still cannot find the postInstall.log file.

0 Kudos
bnoble0110
Esri Contributor

I see, it's going to be difficult to figure out what is going wrong if you can't locate the postInstall.log file. You can try changing where the postInstall script stores that log file.

If you installed the SDK, the postInstall script comes with it in the `tools` subdirectory of your install. For me its `C:/Program Files/ArcGIS SDKs/Qt200.4.0/tools/postInstall`

Try changing the `LOG_FILE` variable in that script to somewhere you can find it, and then run that script through powershell. 

 

So in the postInstall script you'll see this 

 

$VERSION="200.4.0"

$INSTALL_DIR=""

$DOC_DIR=""

$LOG_FILE="${env:TEMP}\postInstall.log". <---- change this to an empty directory where you can find it. 

 

 

 

0 Kudos