Nov 17, 2009
09:28 AM
We create 2 packages from the same ISM file, 32 bit and 64 bit. We differentiate the Template Summary in the Product Configuration (Intel for 32 bit OS, x64 for 64 bit OS). Surely 64 bit package will now run on 32 bit OS. We would like to stop 32 bit install on 64 bit OS as well. But we cant user VersionNT64 property as an install (launch) condition as we use one single ISM file for both packages. So I guess the solution is that if VersionNT64 and if the package is 32 bit package then the stop the installation via install condition. But I am not sure how to detect the 32 bit package. Any help is appreciated.
... View more
Labels
- Labels:
-
InstallShield 2009
Nov 09, 2009
06:32 PM
I want to call a Custom Action at end of install via a DoAction on the Finish button. Does the Custom Action have to be an MSI dll or could that be a standard dll as well?
... View more
Labels
- Labels:
-
InstallShield 2009
Nov 05, 2009
10:44 AM
OK, thanks, I think it is worth escalating this to IS development team as one might need to use OR. What is the proper process to report bugs/enhancements etc? Thanks!
... View more
Nov 04, 2009
08:45 AM
Re-sending..
... View more
Nov 04, 2009
08:44 AM
Re-sending..
... View more
Nov 04, 2009
08:41 AM
As far as I can see there is AND relationship between the conditions in the pre-requisite editor. Is there any way run it with OR relation ship? In other words I want to run the pre-requisite installer if at least one of the conditions is met. Thanks.
... View more
Labels
- Labels:
-
InstallShield 2009
Nov 03, 2009
05:17 PM
[This thread was also sent under IS 2010] Our application, at run time, write some keys to HKCU. We would like to remove those keys at uninstall time. The tricky part is that multiple users might run the app which means that registry keys will be created under each users HKCU. Furthermore, uninstall can be performed by admin silently using some deployment utility. How would it be possible to remove the registry from each users hive? Each user has a hive under HKEY_USERS\ \Software. In theory it should be possible to remove the reg keys once you know the GUIDs. Is there any InstallShield smart way of doing this? If not, the only option I can think off is to loop through the reg keys under HKEY_USERS, as always, in a custom action. It would be excellent if one has written a (C++) custom action for that already. Thanks!
... View more
Labels
- Labels:
-
InstallShield 2009
Nov 03, 2009
07:09 AM
Our application, at run time, write some keys to HKCU. We would like to remove those keys at uninstall time. The tricky part is that multiple users might run the app which means that registry keys will be created under each users HKCU. Furthermore, uninstall can be performed by admin silently using some deployment utility. How would it be possible to remove the registry from each users hive? Each user has a hive under HKEY_USERS\ \Software. In theory it should be possible to remove the reg keys once you know the GUIDs. Is there any InstallShield smart way of doing this? If not, the only option I can think off is to loop through the reg keys under HKEY_USERS, as always, in a custom action. It would be excellent if one has written a (C++) custom action for that already. Thanks!
... View more
Labels
- Labels:
-
InstallShield 2010
Oct 22, 2009
12:47 PM
After long time.. Ok, I found the key file and added it to the Filters.xml file and it is no longer adding the merge module when I build it with InstallShield IDE on my machine, however if I build it with standalone build engine on the server, it still adds it... I added the every key file into the Filters.xml for standalone build engine as well. Any idea? Thanks.
... View more
Sep 17, 2009
05:08 PM
Thanks for the reply! Active setup, which is self-repair I believe, sound like too heavy operation for just creating the shortcuts. I know it would happen just once but corps wouldnt like it.. Maybe we can do this via a script or such system wide.
... View more
Sep 16, 2009
07:43 AM
Is there a way to install Quick Launch shortcuts for all users? Unlike shortcuts in Start Menu, Quick Launch shortcuts are not merged with all users profile. It only points to the current users profile. So if someone proceeds an installation when the user is not logged on, the user(s) will not get the shortcut. I think it is propably possible to find a solution for this via a Custom Action by finding all users on the machine and placing the shortcut on the each profile. But this is non-trivial task, also a new user created after installation wont get the shortcut. Does anyone have has a solution or idea on this? Thanks!
... View more
Labels
- Labels:
-
InstallShield 2010
Sep 16, 2009
06:02 AM
RE-sending this..
... View more
Sep 14, 2009
05:17 AM
I want to start my application when the user logs on if user wants to do so.. Basically I will create a registry entry under CurrentVersion\Run key but the component should have a condition for the user's choice. I put a check box with a property associated with it at Setup Type dialog or Custom Setup dialog but it doesnt work. The reason is probably that the conditions for components are decided before that I just guess? Could anyone help me with this? Thanks!
... View more
Labels
- Labels:
-
InstallShield 2010
Sep 08, 2009
09:23 AM
Is there a way to show a window to the user as the installation languauge where they can select their language?
... View more
Labels
- Labels:
-
InstallShield 2009
Latest posts by JoderCoder
Subject | Views | Posted |
---|---|---|
778 | Mar 16, 2011 06:30 AM | |
4289 | Mar 07, 2011 05:19 AM | |
3866 | Mar 03, 2011 12:58 PM | |
2100 | Aug 24, 2010 07:53 AM | |
2100 | Aug 24, 2010 07:51 AM | |
6215 | Aug 24, 2010 07:40 AM | |
874 | Jul 28, 2010 12:01 PM | |
2383 | Jul 28, 2010 05:07 AM | |
676 | Jul 16, 2010 05:36 PM | |
966 | Jul 07, 2010 05:58 AM |
Activity Feed
- Posted Re: Windows Service install and Recovery Actions on InstallShield Forum. Mar 16, 2011 06:30 AM
- Posted Windows Service install and Recovery Actions on InstallShield Forum. Mar 07, 2011 05:19 AM
- Posted Re: Install windows service on InstallShield Forum. Mar 03, 2011 12:58 PM
- Posted Re: ISDEV : fatal error -6041: Internal build error on InstallShield Forum. Aug 24, 2010 07:53 AM
- Posted Re: ISDEV : fatal error -6041: Internal build error on InstallShield Forum. Aug 24, 2010 07:51 AM
- Posted ISDEV : fatal error -6041: Internal build error on InstallShield Forum. Aug 24, 2010 07:40 AM
- Posted Re: Per user install - ReadytoInstall Dialog - USERNAME resolves incorrectly on InstallShield Forum. Jul 28, 2010 12:01 PM
- Posted Per user install - ReadytoInstall Dialog - USERNAME resolves incorrectly on InstallShield Forum. Jul 28, 2010 05:07 AM
- Posted Re: Always overwrite as a Global Setting on InstallShield Forum. Jul 16, 2010 05:36 PM
- Posted Re: Driver installation prompt on InstallShield Forum. Jul 07, 2010 05:58 AM
- Posted Re: Installer process (setup.exe) spawning infinitely when UAC is off with non-admin user on InstallShield Forum. Jul 06, 2010 01:09 PM
- Posted Re: Installer process (setup.exe) spawning infinitely when UAC is off with non-admin user on InstallShield Forum. Jul 06, 2010 12:56 PM
- Posted Driver installation prompt on InstallShield Forum. Jul 06, 2010 05:39 AM
- Posted Re: Converting Project Types on InstallShield Forum. Jul 05, 2010 04:33 AM
- Posted Re: Installer process (setup.exe) spawning infinitely when UAC is off with non-admin user on InstallShield Forum. Jul 02, 2010 06:27 AM
- Posted Re: Converting Project Types on InstallShield Forum. Jul 02, 2010 05:52 AM
- Posted Re: uninstalling a msi during/after uninstalling main application on InstallShield Forum. Jul 02, 2010 05:46 AM
- Posted Re: Installer process (setup.exe) spawning infinitely when UAC is off with non-admin user on InstallShield Forum. Jul 01, 2010 06:36 AM
- Posted Multiple versions of Standalone Build Engine on the same machine on InstallShield Forum. Jun 30, 2010 12:13 PM
- Posted Installer process (setup.exe) spawning infinitely when UAC is off with non-admin user on InstallShield Forum. Jun 24, 2010 11:14 AM