- Write a script which calls the executable of the program/application to install.
- Next in the same script you can write the code to change the shortcut location or path.
Run Function on Deployed Application Install
2 次查看(过去 30 天)
显示 更早的评论
Is there a way to have a function run immediately upon install of a compiled/deployed application? Essentially I want to change the start menu shortcut location from C:\ProgramData\Microsoft\Windows\Start Menu\Programs\<APPNAME> to C:\ProgramData\Microsoft\Windows\Start Menu\Programs\<FOLDER>\<APPNAME>.
I have several applications that I distribute and I'd like them all to appear in the same folder in the Start Menu.
1 个评论
Divyanshu
2024-2-29
编辑:Divyanshu
2024-2-29
Hi Brian,
A possible way to trigger certain script or function on installation of an application is by writing a script to do the installation of application itself.
You can refer these steps->
回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!