Apr 21, 2011
11:00 AM
answering my own post... in order to do this, do not import the merge module, but use the "install merge module" action. Or at least that's where things are leading me thus far...
... View more
Apr 21, 2011
08:34 AM
Hi folks, I am using maven to generate a merge module and an installer. Both get built each night. My problem is that the installer project that includes the merge module is a bit confused (or actually I am the one confused). When I included the merge module for the first time into the installer project, it added directories and files into the project directory for that merge module. As I want to include the latest merge module each night, I suspect that I shouldn't use those files but those that actually exist in the merge module itself. Unfortunately, I can't seem to find a consistent location of those files within the merge module ZIP file. There is a $IA_MERGE_RESOURCES$ directory in the ZIP file, but the directory below it constantly changes its name (suffix number). I've searched the training manuals and the Flexera website looking for some clues, but I cannot figure this out. Can anyone explain what I need to do to include a generated merge module into an installer project on a nightly basis?
... View more
Labels
- Labels:
-
InstallAnywhere 2010
Nov 05, 2010
03:25 PM
yea, I filed it as a bug against IA 2010 SP1. Didn't do that with IA 2010.
... View more
Aug 02, 2010
01:12 PM
My only issue at the moment is making a Windows DLL be available during the pre-install phase. I've seen workarounds of: 1) creating a seperate install for it and run it prior to the pre-install step (yuck!) 2) modifying the JVM zip file to include the file (ewwww) Any better solutions? Thanks! - john
... View more
Jul 30, 2010
10:43 PM
So what was the answer? Create a custom ZIP file for the VM that contains this DLL? Is it possible to create a ZIP file that is a dependency of the custom action that just contains the DLL?
... View more
Jul 07, 2010
05:34 PM
here is an example on how to change the configuration build file to reflect build-specific locations.
... View more
Jun 30, 2010
05:03 PM
Here is a modified xsl file that allows you to change the version numbers and the location of where custom action JAR files are located. Your mileage may vary. 🙂
... View more
Jun 30, 2010
10:16 AM
The transforms wont actually change the version number, but are a great template to write your own. I plan to use this to change the version numbers as well as the absolute paths to JAR files used as custom actions. I will post the xsl file once I have completed it.
... View more
Jun 29, 2010
02:00 PM
Potentially solved the problem with the "XML Project File Tools" directory contents. Tough to find simple stuff like this in the doc set :mad:
... View more
Jun 29, 2010
01:21 PM
We build our product on a regular (lets say nightly) basis. As part of that process, Windows environment variables contain the product version number and build number. I would like this to be reflected in what gets built by IA2010. I see that the project file contains the version number information, but it is what is set through the GUI. Is there a way of feeding this dynamic information (version, build number) into the build? Or must the project file be updated every time?
... View more
Labels
- Labels:
-
InstallAnywhere 2010
Jun 29, 2010
01:01 PM
I would suggest placing the files in an action group, then placing the platform rule on the action group. That way the rule is only specified once and applies to all files in it.
... View more
Jun 29, 2010
12:54 PM
wow... that so missed the point. Let me restate it: for my installer, a user can specify a value in the GUI portion of the install. They type the number in decimal. If I write it out to the registry as a DWORD, that decimal value gets written as hex, not decimal. I was looking for a way to convert the number from a decimal to hex number prior to writing it to the registery. Absent of a way of installanywhere doing the work, I have created a custom action to convert the number myself. This seems pretty straightforward, thus I assumed it was me.
... View more
Jun 29, 2010
12:49 PM
The problem is not if the current user is an admin or not. The problem to solve is validating that any user-supplied account name and password exists and is valid. In my scenario, the user can choose if a service to be installed is run as LocalSystem or as a named account. We would like to verify that the specified user exists and the password is valid before registering the service with that information.
... View more
Jun 14, 2010
03:49 PM
Hi folks, In a previous installer, we have code that calls a Windows DLL to verify user credentials. The LibraryLoader class is utilized to do so. I can't seem to find an equivalent method for doing this. Generically I see this as calling a Windows DLL from a custom action. What would be a solution to this problem, either specifically or generically? Thanks! - john
... View more
Labels
- Labels:
-
InstallAnywhere 2010
Latest posts by jrokicki
Subject | Views | Posted |
---|---|---|
578 | Nov 03, 2011 06:35 PM | |
721 | Apr 21, 2011 11:00 AM | |
2543 | Apr 21, 2011 08:34 AM | |
790 | Nov 05, 2010 03:25 PM | |
992 | Aug 02, 2010 01:12 PM | |
2019 | Jul 30, 2010 10:43 PM | |
1252 | Jul 07, 2010 05:34 PM | |
1252 | Jun 30, 2010 05:03 PM | |
1252 | Jun 30, 2010 10:16 AM | |
1252 | Jun 29, 2010 02:00 PM |
Activity Feed
- Posted already reported to Flexera on InstallAnywhere Forum. Nov 03, 2011 06:35 PM
- Posted my bad... wrong inclusion method on InstallAnywhere Forum. Apr 21, 2011 11:00 AM
- Posted merge module inclusion in a nightly build on InstallAnywhere Forum. Apr 21, 2011 08:34 AM
- Posted Re: "Custom code execution started/stopped" messages on command line on Linux on InstallAnywhere Forum. Nov 05, 2010 03:25 PM
- Posted Re: verifying windows credentials via C DLL on InstallAnywhere Forum. Aug 02, 2010 01:12 PM
- Posted answer? on InstallAnywhere Forum. Jul 30, 2010 10:43 PM
- Posted and a configuration file XSL transform on InstallAnywhere Forum. Jul 07, 2010 05:34 PM
- Posted Re: inserting nightly build version number into project on InstallAnywhere Forum. Jun 30, 2010 05:03 PM
- Posted Re: inserting nightly build version number into project on InstallAnywhere Forum. Jun 30, 2010 10:16 AM
- Posted Re: inserting nightly build version number into project on InstallAnywhere Forum. Jun 29, 2010 02:00 PM
- Posted inserting nightly build version number into project on InstallAnywhere Forum. Jun 29, 2010 01:21 PM
- Posted Re: Best way to include platform specific executables? on InstallAnywhere Forum. Jun 29, 2010 01:01 PM
- Posted Re: set registry action - decimal not hex? on InstallAnywhere Forum. Jun 29, 2010 12:54 PM
- Posted Re: verifying windows credentials via C DLL on InstallAnywhere Forum. Jun 29, 2010 12:49 PM
- Posted verifying windows credentials via C DLL on InstallAnywhere Forum. Jun 14, 2010 03:49 PM
- Posted Re: set registry action - decimal not hex? on InstallAnywhere Forum. Jun 11, 2010 03:10 PM
- Posted set registry action - decimal not hex? on InstallAnywhere Forum. Jun 08, 2010 03:16 PM
- Posted Re: one project/multiple different platform results? on InstallAnywhere Forum. Mar 03, 2010 10:53 AM
- Posted Re: one project/multiple different platform results? on InstallAnywhere Forum. Mar 03, 2010 09:27 AM
- Posted one project/multiple different platform results? on InstallAnywhere Forum. Mar 02, 2010 08:50 PM