/build/static/layout/Breadcrumb_cap_w.png

adobe photoshop elements 9 shortcut target exe needs to be changed silently

i have installed Photoshop Elements 9 , silently by calling setup.exe and editing setup.ini. The program menu shortcut is pointng to Organizer.exe, this has to be changed to photoshopelementEditor.exe.

please suggest how to do this silently along with installation.is it possible to edit the ini file? I also created an .mst for changing the path of target in that shortcut. Tried calling that mst in .ini but it never runs. Pleasehelp


0 Comments   [ + ] Show comments

Answers (1)

Posted by: SMal.tmcc 10 years ago
Red Belt
0

you can add a vbs script to do this

Set sh = CreateObject("WScript.Shell")
Set shortcut = sh.CreateShortcut("C:\Wherever\Shortcut.lnk")
shortcut.TargetPath = "C:\Wherever\Whatever.exe"
shortcut.Save

 
This website uses cookies. By continuing to use this site and/or clicking the "Accept" button you are providing consent Quest Software and its affiliates do NOT sell the Personal Data you provide to us either when you register on our websites or when you do business with us. For more information about our Privacy Policy and our data protection efforts, please visit GDPR-HQ