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.
JoderCoder
Level 8
- Revenera Community
- :
- About JoderCoder
Mar 16, 2011
06:30 AM
Hi All I just wanted to refresh this thread as I could not come up with a solution but seen the same issue on another website: http://www.appdeploy.com/messageboards/printable.asp?m=48183 Any help is appreciated!
... View more
Mar 07, 2011
05:19 AM
Hi, I am trying to install and configure a Windows Service. Everything is fine except the configuration for Recovery Actions. I want to Re-start the service after 1st, 2nd and subsequent failures. However, it reports the following errors in the msi logs. [CODE]MSI (s) (74:5C) [09:48:42:289]: Executing op: ServiceConfigureFailureAction(,Name=CiscoHVDAgent,Event=1,ResetPeriod=60,,,Actions=1[~][~],DelayActions=500[~][~]) MSI (s) (74:5C) [09:48:42:289]: Changing configuration of failure action for service CiscoHVDAgent. MSI (s) (74:5C) [09:48:42:289]: Error: 5. Failed to change current configuration of failure action for service CiscoHVDAgent MSI (s) (74:5C) [09:48:42:289]: Failed to change configuration of failure action for service CiscoHVDAgent [/CODE] For some reason, it seems to be able to set it to Run Program/Command with no errors but not to Restart the Service. I would appreciate any help. Thanks.
... View more
Labels
- Labels:
-
InstallShield 2011
Mar 03, 2011
12:58 PM
I want to install a service in my installer. My installer also does Major Upgrades so when doing an upgrade I would want to stop the service and remove the previous one and install the new one. Also after the install, I want to start the service. For this, will I have to create 2 components: An Install Service component to install the service A Control Service that starts the service during install; stops and removes the service during uninstall. I assume I dont have to worry about sequencing here to make sure Control Service is executed after the Install Service to make sure it doesnt attempt to start a service that is not available yet. I assume stopping and removal are likewise taken care by the Windows Installer standard actions (like StartServices, StopServices) in the correct order. So I would appreciate if somebody can comment on my approach here. Thanks.
... View more
Aug 24, 2010
07:53 AM
Thanks Debbie
... View more
Aug 24, 2010
07:51 AM
Found it: Q109557: ERRDOC: Build Error 6041
... View more
Aug 24, 2010
07:40 AM
Does anybody has an idea why this error could be happening? Is there an official website for the errors explanations? The error comes up nearly at end of build: ... Data1.cab built Files built ISDEV : warning -6487: If you intend to distribute this upgrade as a patch, you should author the 'Patch Optimization' setting on the Advanced Settings panel of the Release Wizard. ISDEV : fatal error -6041: Internal build error
... View more
Labels
- Labels:
-
InstallShield 2010
Jul 28, 2010
12:01 PM
No UAC window is, expectedly, prompted up to this point, hence nothing was accepted. I remember that, in the log file, it shows the USERNAME property is resolved to "user" instead of "std". I can re-create and provide the logs tomorrow AM first thing if that would help. Thanks Michael.
... View more
Jul 28, 2010
05:07 AM
I have implemented the a per-machine/per-user install based on the instructions in the help. It seems working fine. However, when I logged on as the standard user and running the install as a standard user, the user name, "user", displayed in "Only for me (user)" is not really the standard user I am using, it is supposed to be "std", "user" is the admin user on the machine. I think there is bug here. It looks ok in the dialog design in InstallShield User Interface, it displays [USERNAME] but somehow it does not resolve it to the real standard user.
... View more
Labels
- Labels:
-
InstallShield 2010
Jul 16, 2010
05:36 PM
No, I could not find a solution for that... I ended up with statically linking the dlls.
... View more
Jul 07, 2010
05:58 AM
To be honest, I am not sure about the internals of the driver installation. The driver comes with a merge module and there is a Custom Action called InstallDriver. At the point where this CA is executed, following window is displayed. Thanks for the reply and looking forward to more 🙂
... View more
Jul 06, 2010
01:09 PM
MichaelU wrote: Your setup contains only prerequisites that are configured to be hidden from the list? Correct. I will try what you suggested below and let you know the outcome. Thanks Michael.
... View more
Jul 06, 2010
12:56 PM
First of all, I have disabled the pre-requisite pending window. My exe directly starts installing the pre-reqs without asking user to hit Install or Cancel. So I am not seeing any visual symptoms mentioned here. But if I look at the process list, I am seeing the setup.exe process spawning on and on. The number of the process number of setup.exe's spawned reaches to hundred and more. Is there any log that I could generate for the setup.exe launcher?
... View more
Jul 06, 2010
05:39 AM
When installing a driver, Windows is prompting the user to hit Install on the window - see the attached screen shot. For an attended install, this may be okey, but for a silent install it is blocking the installation since no window can be shown. Looking at http://www.microsoft.com/whdc/winlogo/drvsign/best_practices.mspx, it looks like solution is to add the certificate to the Trusted Publishers but it didnt seem to help. Any ideas how to by pass this window? Thanks in advance!
... View more
Labels
- Labels:
-
InstallShield 2010
Jul 05, 2010
04:33 AM
How are you trying to change the product code? Is it part of a build script? You should take out the part that is trying to change the product code since there isn't one.
... View more
Jul 02, 2010
06:27 AM
The OS I am using Win7 but I believe same would happen on a Vista, too. Michael, as for the patches, I believe you are asking for the Windows patches and update? I cannot guarantee that every patch is applied but I think windows updates are applied. The setup.exe gets stuck in an infinite loop. Since UAC is off, no UAC propmt nor such message are displayed. It is weird that it is not happening with all the setup.exe's that I produce. I simply have 3 products and hance 3 installers. 2 of them have same pre-reqs and 1 of them have some separate pre-reqs. I am not sure this could be to do with the pre-reqs that are used, but the 2 of them with the same pre-reqs are presenting the issue while the other not. Anyway, the problematic packages dont even get to install the pre-reqs as they go into the infinite loop. Any idea on how to debug this? AFAIK, Setup exe doesnt produce any logs (not talking about the MSI logs, but the setup.exe itself). Event viewer doesnt seem to log anything either.
... View more
Latest posts by JoderCoder
Subject | Views | Posted |
---|---|---|
1277 | Mar 16, 2011 06:30 AM | |
4788 | Mar 07, 2011 05:19 AM | |
9270 | Mar 03, 2011 12:58 PM | |
3575 | Aug 24, 2010 07:53 AM | |
3575 | Aug 24, 2010 07:51 AM | |
7690 | Aug 24, 2010 07:40 AM | |
1573 | Jul 28, 2010 12:01 PM | |
3082 | Jul 28, 2010 05:07 AM | |
1106 | Jul 16, 2010 05:36 PM | |
1817 | 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
Contact Me
Online Status |
Offline
|
Date Last Visited |
Mar 18, 2019
12:11 PM
|