- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Changing name off Shortcut
Hi,
I've searched high and low on changes I can make to the package.ini to allow me to change the name of the ThinApp when it is streamed to a VDI Desktop.
So after I build my app it builds fine with the usual files (exe, msi and dat). The app works fine on our VDI Desktops but the users complain about the name!!!!!
So is it possible to change the name of the exe without having to capture the app again?
Cheers
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Does it work for you if you just change the name of primary data container or shortcut executable in the package.ini and rebuild? For example,
From:
[App.exe]
......
[App1.exe]
......
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Serbo,
Are you referring to the name of the shortcut or the name of the EXE?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your correspondence. I am now out of the office returning on the 8th February. I will reply, if required, as soon as possible on my return.
Thanks
Stuart
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Lakshman, Hi guys,
I would like to change the name of the shortcut placed on the desktop during the thinreg process.
I tried to modify the name of the shortcut file on the project (something like %Common Desktop%\myapp.lnk) and rebuild it but without success.
Should I modify something on the package.ini file ?
Thanks for your help!
buijspa
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Buijspa,
You have to modify the name of the exe in the package.ini.
For example, to change Firefox shortcut from 'Mozilla Firefox' to 'Mozilla', look for [Mozilla Firefox.exe] in the package.ini and change it to [Mozilla.exe]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Lakshman,
it's working !
Thanks again !
Buijspa