Jan 29, 2013
08:33 AM
merick81 wrote: Hi, I'm not sure if are using the feature selection dialog during the upgrade, but if you aren't make sure in OnUpdateUIBefore are you calling FeatureSelectNew( MEDIA, TRUE );. This will automatically select newly added features. Then if you are calling FeatureTransferData ( MEDIA ); this new feature should include the new feature. Hopefully this helps. Thanks, Erickson Thank you very much, FeatureSelectNew did the trick for me.
... View more
Jan 23, 2013
08:27 AM
palanisamy wrote: Hi ruslan_g , New features are installed only on majaor upgrade scenario, let me know it is major upgrade or minor upgrade? Hi palanysami, This was a minor upgrade to an InstallScript project since I have not changed the product code or updated the major version. I then tried upgrading the major version but it did not cause the new feature to be installed. Thanks
... View more
Jan 22, 2013
02:09 PM
Hi, I have included a new feature (.NET assembly and related files) and its components in InstallShield 2012 Spring InstallScript project. The feature and its components are not installed on the target system if the installation is an upgrade from an earlier version. It does get installed only if it is a new installation. Any help is really appreciated.
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Jun 08, 2010
10:17 AM
I used the sysinternals tools PendMoves and AccessChk to diagnose the issue. PendMoves reports 3 objects including the one in question - dll3.dll to rename after reboot. Source: c:\Program Files\..\dll1f0g.rra Target: c:\Program Files\..\dll1.dll Source: c:\Program Files\..\dll2h3t.rra Target: c:\Program Files\..\dll2.dll Source: c:\Program Files\..\dll3u6g.rra Target: c:\Program Files\..\dll3.dll running accesschk against dll1f0g.rra and dll2h3t.rra for "users" returns R, i.e. members of "users" have Read privileges. running accesschk against dll3u6g.rra for "users" returns No security Information available for c:\Program Files\..\dll3u6g.rra No matching objects found. running accesschk against dll3u6g.rra for "administrators" returns RW, i.e. read/write privileges. How could the privileges been revoked for the dll3u6g.rra file and subsequently for dll3.dll for the "users" group?
... View more
Jun 04, 2010
04:48 PM
We have the following installation problem under Windows XP SP 3 using InstallShield 2008 Professional Edition Version 14. 1. A user is logged in on the target machine as a user without administrative rights, a member of the Users group. 2. The user has opened a session with the website and a self-registering component is in use. 3. The installation is started from a self-extracting installer using "Run as" with administrator credentials. 4. The installation finishes with the prompt that the machine must be rebooted. 5. The machine reboots. 6. As a result the access rights to the self-registering component for the Users group members is lost. 7. The component cannot be instantiated if you belong to the Users group. 8. The component is properly instantiated by the members of the Administrators group. Is there a way to monitor what happens after the reboot because the access rights are still there before the reboot? Any ideas how to overcome this situation?
... View more
Labels
- Labels:
-
InstallShield 2008
May 03, 2010
02:03 PM
How can I specify in the script that a shortcut with an icon be placed in the C:\Public\Desktop folder. Righ now I place the icon and location using the "Shortcuts - Desktop" but that applies only to the current user. TIA
... View more
Labels
- Labels:
-
InstallShield 2008
Latest posts by ruslan_g
Subject | Views | Posted |
---|---|---|
1528 | Jan 29, 2013 08:33 AM | |
1528 | Jan 23, 2013 08:27 AM | |
4606 | Jan 22, 2013 02:09 PM | |
572 | Jun 08, 2010 10:17 AM | |
3686 | Jun 04, 2010 04:48 PM | |
2408 | May 03, 2010 02:03 PM |
Activity Feed
- Posted Re: New feature does not install if upgrading but installs if new installation on InstallShield Forum. Jan 29, 2013 08:33 AM
- Posted Re: New feature does not install if upgrading but installs if new installation on InstallShield Forum. Jan 23, 2013 08:27 AM
- Posted New feature does not install if upgrading but installs if new installation on InstallShield Forum. Jan 22, 2013 02:09 PM
- Tagged New feature does not install if upgrading but installs if new installation on InstallShield Forum. Jan 22, 2013 02:09 PM
- Tagged New feature does not install if upgrading but installs if new installation on InstallShield Forum. Jan 22, 2013 02:09 PM
- Posted Re: Installation issues with InstallShield 2008 under Windows XP on InstallShield Forum. Jun 08, 2010 10:17 AM
- Posted Installation issues with InstallShield 2008 under Windows XP on InstallShield Forum. Jun 04, 2010 04:48 PM
- Posted Creating desktop shortcut for All Users under Wndows 7 on InstallShield Forum. May 03, 2010 02:03 PM