Solidworks 2023 Auto Deploy

I am running in to an issue where I have an administrative image created, and everythings works if I launch the StartSWInstall.hta.

When I attempt to Auto Deploy, however, the task is being created in task scheduler on the desired destination but the ‘Actions’ includes some extra items.

“\serverpathhere\StartSWInstall.hta\StartSWInstall.exe” /install

The path that does work if I modify it is:
“\serverpathhere\StartSWInstall.exe” /install

Is there any way to correct this?

Thanks!

Did you figure out your issue?

I traditional think of the startswinstall.hta as being the “user-activated” deployment method. if I am auto-deploying I want to launch startswinstall.exe which appears only as a blank command prompt window if activated by the user.

This path also does not make sense: “\serverpathhere\StartSWInstall.hta\StartSWInstall.exe” /install

The second path looks correct to me. “\serverpathhere\StartSWInstall.exe” /install

Review these two pages and note the differences:
https://help.solidworks.com/2021/english/Installation/install_guide/c_using_mapped_drive_deploy_admin_image.htm?id=56f7934f9af640e5858a0dcf8124132b#Pg0
https://help.solidworks.com/2021/english/Installation/install_guide/c_using_startswinstall_deploy.htm?id=8e66c7fbb3704838a687578da6abe079#Pg0