Nov 03, 2010
03:42 PM
I'm driving myself nuts because my merge module file (built with an Installshield merge module project) does not appear in the redistributables list in a separate Installscript MSI project IDE with which I need to install it. I've checked that the path in Tools > Options > Merge Modules > "Merge Modules Locations" matches where the msm file is copied upon being built. What's going on? :confused:
... View more
Labels
- Labels:
-
InstallShield 2011
Oct 21, 2010
11:35 AM
Thanks, Josh. We ended up getting round this by running the following from a command line: cscript %SystemDrive%\inetpub\AdminScripts\adsutil.vbs set w3svc/AppPools/Enable32bitAppOnWin64 1 After that, the installation could complete.
... View more
Oct 12, 2010
03:51 PM
Hi everyone, I have an installation package that fails with a 1603. The installation creates two websites and associated application pools (when it works). The server is x64, with IIS6. Here is where the trouble is in the log file: InstallShield 10:58:48: IIS6 check for ASP.NET version bitness, install is requesting 'x86' InstallShield 10:58:48: OpenKeyLog, pszMDPath =/LM/W3SVC/APPPOOLS InstallShield 10:58:48: GetData, pszMDPath = / InstallShield 10:58:48: CloseKey failed with the following error: -2146646015 InstallShield 10:58:48: Value returned for Enable32bitAppOnWin64: 0 InstallShield 10:58:48: SetAspversion: machine is 64-bit and IIS running in a bit mode other than the currently selected mode InstallShield 10:58:48: Error with IISRT: -2172 MSI (s) (AC:34) [10:58:48:355]: User policy value 'DisableRollback' is 0 MSI (s) (AC:34) [10:58:48:355]: Machine policy value 'DisableRollback' is 0 Action ended 10:58:48: InstallFinalize. Return value 3. I have the Enable 32 Bit Applications setting set to Yes, and the ASP.NET Platform to 32-Bit within the project. I suspect something is amiss with the IIS installation, but this is on an end user machine to which I don't have easy access. (This works on a x64, IIS in-house machine.) I haven't found anything in the user forums that quite follows my predicament, so can anyone please explain what environmental factor keeps this from working? I would be most appreciative...
... View more
Labels
- Labels:
-
InstallShield 2011
Oct 12, 2010
09:36 AM
Hey thanks! This sounds like a great solution, short of having a single setup file supporting all processors. Thank goodness I only have to worry about the processor support, and not the Windows version as well! 😉
... View more
Oct 11, 2010
05:12 PM
Sorry if this is a silly question, but how do you distribute this to users? Does your C# app contain the different setup files, or do you distribute them in parallel? I currently distribute three separate setup files (targeting x86, x64, and IA64) per app, and the user cannot execute the "wrong" one, but a simpler, cleaner environment in the distribution media would be nice. Thanks for the great feedback.
... View more
Oct 11, 2010
09:49 AM
Thanks, Kathy. So I wonder what the heck they were talking about during the IS 2011 webcast? Doesn't sound as if anything related to this aspect of the product is different from IS 2010.
... View more
Oct 08, 2010
04:32 PM
I too am curious about whether this functionality exists. I made a point of writing this down when it was mentioned during the IS 2011 webcast, but it's not mentioned in the release notes (unless I am overlooking it), and the Template Summary still states "you can specify only one processor value." Can someone please clarify? Thanks as well...
... View more
Jul 09, 2010
07:08 PM
Glad you've got it working!
... View more
Jul 09, 2010
04:06 PM
I forgot to add: yes, I create a component for each service instance. It's a bit tedious to set up if you have several instances, and not terribly elegant, but hey, it works! 🙂
... View more
Jul 09, 2010
04:03 PM
Hi Ruben, I am indeed changing the service name, using the [InstanceId] property to differentiate the names in Services. So under "Advanced Settings > Services" for that file component, I define it as " [InstanceId]". After these get installed, they will thus appear as " 0", " 1", etc in the SCM. If you want your service name to contain spaces (which you very likely do), then you will need to specify the names in the ServiceControl and ServiceInstall tables in the Direct Editor. (The Services node under Advanced settings does not allow one to enter spaces directly. Not sure why since the tables can be fiddled to allow it.) 😄
... View more
Jul 09, 2010
12:06 PM
Hi, What I did to get the services to uninstall is to set a Condition for the component that installs/uninstalls your service. So, for example, in the case of the first instance, use "InstanceId=0" in the "Condition" field for that component; "InstanceId=1" for the second instance, etc. (I defined a component for each instance of my service. A bit tedious, yes, but I am not sure that there is another way to do it.) Doing this allows the instances to uninstall from SCM.
... View more
Jun 10, 2010
02:41 PM
Creating and running a minor upgrade finally flushed the little gremlin out! Thanks, Michael, for lending your expertise.
... View more
Jun 08, 2010
04:04 PM
Thanks, Michael, for the advice. How to get out of this pickle on my machine, however, I'm not sure. I don't see mention of this CA in any of the msi tables, but it is reliably mentioned in the msi log as the reason for install failure. :confused:
... View more
Jun 07, 2010
08:01 PM
Ok, I'm getting this error 2762 during installation even after deleting the CA from the project file and rebuilding the cab! I see in the msi log that it is still calling the CA, even though it's (ostensibly) gone. What is going on?? Where in the database could there still be a record of this? Or has the installer DB been corrupted? An altogether frustrating experience...
... View more
Jun 07, 2010
07:07 PM
Hi Michael, Thanks for the feedback. Actually, I find that I still encounter that error when repairing in such a case, even when executing the original setup. And I think most of our end users are going to run such a maintenance from Add/Remove programs anyway, so I'd like to avoid hopelessly confusing them. 😉 I think that my problem is where in the execute sequence I am placing my custom action (originally it was after InstallFinalize). However, moving the CA to what seems to be a logical part of the execute sequence causes an Error 2762 ("cannot write script record"). In executing this bit of Installscript, where in the sequence should I place the CA?
... View more
Latest posts by Mescalero
Subject | Views | Posted |
---|---|---|
1136 | Aug 03, 2011 02:24 PM | |
1136 | Aug 01, 2011 04:57 PM | |
1297 | Jul 27, 2011 01:13 PM | |
1153 | Jul 27, 2011 01:09 PM | |
1153 | Jul 26, 2011 11:54 AM | |
1297 | Jul 25, 2011 01:41 PM | |
2986 | Jul 20, 2011 04:53 PM | |
1962 | Jun 27, 2011 01:47 PM | |
971 | Jun 14, 2011 05:58 PM | |
2055 | Jun 03, 2011 01:22 PM |
Activity Feed
- Posted Re: Separating .msi file from setup.exe in setup package. on InstallShield Forum. Aug 03, 2011 02:24 PM
- Posted Re: Separating .msi file from setup.exe in setup package. on InstallShield Forum. Aug 01, 2011 04:57 PM
- Posted Re: updating an "intermediate" version of a file during a patch on InstallShield Forum. Jul 27, 2011 01:13 PM
- Posted Re: How to Force ..\Program Files\.. Folder from 32 bit installer on InstallShield Forum. Jul 27, 2011 01:09 PM
- Posted Re: How to Force ..\Program Files\.. Folder from 32 bit installer on InstallShield Forum. Jul 26, 2011 11:54 AM
- Posted Re: updating an "intermediate" version of a file during a patch on InstallShield Forum. Jul 25, 2011 01:41 PM
- Posted updating an "intermediate" version of a file during a patch on InstallShield Forum. Jul 20, 2011 04:53 PM
- Posted Re: InstallShield 2012 wishlist on InstallShield Forum. Jun 27, 2011 01:47 PM
- Posted Re: Custom action running in uninstall but shoudl not on InstallShield Forum. Jun 14, 2011 05:58 PM
- Posted Re: Chained MSI, Temp location and MSP Patch on InstallShield Forum. Jun 03, 2011 01:22 PM
- Posted Re: Chained MSI, Temp location and MSP Patch on InstallShield Forum. Jun 02, 2011 01:40 PM
- Posted Re: files installed under Program Files (x86) are not uninstalled during Remove on InstallShield Forum. May 20, 2011 12:18 PM
- Posted Re: files installed under Program Files (x86) are not uninstalled during Remove on InstallShield Forum. May 12, 2011 06:53 PM
- Posted Re: files installed under Program Files (x86) are not uninstalled during Remove on InstallShield Forum. May 11, 2011 01:09 PM
- Posted Re: files installed under Program Files (x86) are not uninstalled during Remove on InstallShield Forum. May 10, 2011 05:32 PM
- Posted files installed under Program Files (x86) are not uninstalled during Remove on InstallShield Forum. May 09, 2011 05:43 PM
- Posted Re: Start > Programs menu shortcut icon not displaying for multi-instance on InstallShield Forum. Apr 27, 2011 11:22 AM
- Posted Start > Programs menu shortcut icon not displaying for multi-instance on InstallShield Forum. Apr 26, 2011 07:48 PM
- Posted Re: Problems resolving a property in a path on InstallShield Forum. Apr 19, 2011 05:07 PM
- Posted Problems resolving a property in a path on InstallShield Forum. Apr 12, 2011 11:33 AM