This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: Shortcut problem on XP targets
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 30, 2012
10:06 AM
Shortcut problem on XP targets
We have been updating a lot of our customers using the new Spring Express 2012. For XP machines we are consistently running into a problem where the desktop shortcut is either not created at all, or it is created using a generic Windows icon. This problem does not occur on Vista or Windows 7 target machines.
I have checked the icon source in the InstallShield for correctness and everything looks fine.
Any ideas how to correct this?
I have checked the icon source in the InstallShield for correctness and everything looks fine.
Any ideas how to correct this?
(3) Replies
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 30, 2012
01:51 PM
If you turn off the Show Add or Remove Programs Entry setting in the General Information view, make sure that you have Windows Installer 4.5 installed on your target machine by running the following command-line:
C:\> msiexec /?
There is an issue that the previous versions of Windows Installer do not set the icon properties correctly unless you register your product's entry in the Add or Remove Programs in the Control Panel. You may want to use the Redistributables view to add the InstallShield prerequisite for the Widnows Installer 4.5 to your installation in order to ensure that shortcut icons are installed properly on XP machines.
Hope that helps.
C:\> msiexec /?
There is an issue that the previous versions of Windows Installer do not set the icon properties correctly unless you register your product's entry in the Add or Remove Programs in the Control Panel. You may want to use the Redistributables view to add the InstallShield prerequisite for the Widnows Installer 4.5 to your installation in order to ensure that shortcut icons are installed properly on XP machines.
Hope that helps.
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Jul 30, 2012
02:21 PM
Thanks so much
- Mark as New
- Subscribe
- Mute
- Permalink
- Report Inappropriate Content
‎Feb 21, 2013
06:03 AM
Hi,
I have the same problem and came across this thread. I've included the Windows Installer 4.5 for SP2 and greater and when that failed, tried additionally including the Windows Installer 4.5 update for Win XP SP3 and greater but I still have the problem.
The pre-requisite redistributables have been set to extract from Setup.exe and are installed as part of the installation routine and the computer reboots after installing Windows Installer 4.5 for XP SP2 and greater.
When the installation is running, I can see the shortcut being created on the desktop although it doesn't have the icon of my application - it is just a standard Windows Shortcut icon and just when the application is finishing installing, it removes the shortcut from the desktop and the Windows Startup folder.
When the same setup is installed on a Windows 7 (32 bit and 64 bit), the icons are created properly and remain after setup is complete.
Do you have any ideas of anything else I can try?
Thanks in advance for any help anyone can give me.
David Samworth
I have the same problem and came across this thread. I've included the Windows Installer 4.5 for SP2 and greater and when that failed, tried additionally including the Windows Installer 4.5 update for Win XP SP3 and greater but I still have the problem.
The pre-requisite redistributables have been set to extract from Setup.exe and are installed as part of the installation routine and the computer reboots after installing Windows Installer 4.5 for XP SP2 and greater.
When the installation is running, I can see the shortcut being created on the desktop although it doesn't have the icon of my application - it is just a standard Windows Shortcut icon and just when the application is finishing installing, it removes the shortcut from the desktop and the Windows Startup folder.
When the same setup is installed on a Windows 7 (32 bit and 64 bit), the icons are created properly and remain after setup is complete.
Do you have any ideas of anything else I can try?
Thanks in advance for any help anyone can give me.
David Samworth
hidenori wrote:
If you turn off the Show Add or Remove Programs Entry setting in the General Information view, make sure that you have Windows Installer 4.5 installed on your target machine by running the following command-line:
C:\> msiexec /?
There is an issue that the previous versions of Windows Installer do not set the icon properties correctly unless you register your product's entry in the Add or Remove Programs in the Control Panel. You may want to use the Redistributables view to add the InstallShield prerequisite for the Widnows Installer 4.5 to your installation in order to ensure that shortcut icons are installed properly on XP machines.
Hope that helps.