Installation of S32DS V3.6 fails on Windows 11

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Installation of S32DS V3.6 fails on Windows 11

跳至解决方案
2,419 次查看
Daniel_W
Contributor II

Hi!

When the "InstallAnywhere" installer tries to install S32DS V3.6 on my Windows 11 laptop I get the following error message:

Daniel_W_0-1735827589590.png

It happens every time and I'm local admin and I have tried to start the installation application with local admin user rights, without any success.

I think it’s because the files are extracted to C:\Temp and "InstallAnywhere" has a problem with that.

Version 3.5 works just fine and installs without any problems on the same system.

 

Best regards

Daniel

0 项奖励
回复
1 解答
2,321 次查看
Daniel_W
Contributor II

Hi

I solved the problem by opening running cmd as local admin and changed the path of TMP and TEMP environment variables from C:\Temp to C:\Users\myusername\Documents\temp.

In cmd:

set TEMP=C:\Users\myusername\Documents\temp

set TMP=C:\Users\myusername\Documents\temp

在原帖中查看解决方案

0 项奖励
回复
4 回复数
2,403 次查看
VaneB
NXP TechSupport
NXP TechSupport

Hi @Daniel_W 

Please try to install S32DS 3.6 following the instructions provided in the links. If the issue persists, let us know.

S32 Design Studio: How to Install Update 3.6

S32DS for Arm v2.2 Installation is not Starting (Windows 11)

 

BR, VaneB

0 项奖励
回复
2,359 次查看
Daniel_W
Contributor II

Hi!

The link that you provided does not solve my problem, do you know if it's possible to send argument to the installer via command line interface?

0 项奖励
回复
2,346 次查看
VaneB
NXP TechSupport
NXP TechSupport

Hi @Daniel_W 

Installing S32 Design Studio via the command line or in silent mode is not supported. To install the product, follow the steps below for your target platform:

Windows:
1. Navigate to the location where you saved the S32 Design Studio installation package.
2. Double-click the installation package to begin the installation process.

Note: Your account used for installation must be a member of the local Administrators security group. If User Account Control (UAC) is enabled, Windows will prompt you to elevate privileges. Grant the installer permission to make changes to your computer when prompted.

Linux:
1. Open a terminal and navigate to the directory containing the downloaded BIN file:

cd ~/S32DS

2. Add execute permissions to the binary:

chmod a+x ./<install_name>.bin

3. Run the installer:

sudo ./<install_name>.bin

 

Note:The user account used to install S32 Design Studio must be a member of the sudoers group. Root privileges are required to install the product.

0 项奖励
回复
2,322 次查看
Daniel_W
Contributor II

Hi

I solved the problem by opening running cmd as local admin and changed the path of TMP and TEMP environment variables from C:\Temp to C:\Users\myusername\Documents\temp.

In cmd:

set TEMP=C:\Users\myusername\Documents\temp

set TMP=C:\Users\myusername\Documents\temp

0 项奖励
回复