May 11, 2012
06:32 AM
Hi, I am using InstallAnywhere 2011 Enterprise and am using the "Expand Archive" action to extract war file in my project. How to get the status of extracting the WAR file, whether it is successfully extracted or not. I want to perfrom some sequence actions based on the status of it. Please share if any once is having an idea of it. Thanks, Reddy611
... View more
Labels
- Labels:
-
InstallAnywhere 2011
Jun 20, 2010
11:42 PM
HI guys, Am new to this repackaging. I have a requierment from my client.After installing the Microsoft .Net Framework_V 4.0 the installer will promot a question to reboot the OS. But clinet doesnt required this option. After installing the Microsoft .Net Framework_V 4.0 he need to continue as useual. Does any dones this before please let me know Thanks in advance, Reddy.c
... View more
Apr 19, 2010
04:38 AM
Does any one have clue on this . Pelase let me know . Advanced Thanks, Reddy.c
... View more
Apr 05, 2010
06:18 AM
My basic MSI installer having six features. All features components contain dynamic file linking. After installing the application success fully (With all the Six features) , once I start accessing my application, my application will generate Configuration file, these configuration files used by my application. After this am launching the installer once again, in the Maintenance Type am selecting the Modify option then am selecting the Next button, now it is redirecting to Custom setup dialog. In the custom setup dialog am disabling any one of the installed feature, It is uninstalling the selected feature as well as it is removing the other features and its installing reaming feature because of this my application generated configuration files are deleting. Could anyone please tell me how to stop deleting the configuration files. Thanks, Reddy.c
... View more
Labels
- Labels:
-
InstallShield 2008
Mar 25, 2010
01:16 AM
Hi, Thanks for your reply 😞 . In the Installer UI -- Look & feel -- Genral UI settings Here i can able to see only GUI Check Box.By deafult the check box was enabled . i tryed to un check the check box it is throwing an a error message "Installer UI ERROR : You must select atleast one UI as allowable for the installer that you are creating." Please find the attached image. Can you please help how to do this in IA 2008 Standard version Thanks, Reddy.C
... View more
Mar 24, 2010
05:48 AM
Hi, Am using install any where 2008 standard version. Here my requirement is the installer need to run in silent mode. As in the below URL http://kb.flexerasoftware.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q000448&sliceId= the flexeara software document says from IA 2008 standard version also we can develop the silent installers. After selecting the Projects--Platforms --Installer launch type is Console installer Am launching the installer from command prompt the. It throwing an error message saying that this option is not available. Is the console mode installation option is not available in install any where 2008 standard edition ? Thanks Reddy
... View more
Labels
- Labels:
-
InstallAnywhere 2008
Mar 22, 2010
07:12 AM
Hi , I dont much about install level property If any one explain's it will be great help for me also. i didnt understand the install level property document explanation properly. But i always use to write install script to get the status of the feature is selected or not for installation. szFeature = "XXXX"; MsiGetFeatureState(hMSI, szFeature, lResult, lAction); Thanks, Reddy
... View more
Feb 23, 2010
11:46 PM
Edit .msi file using ORCA or IS-UI with required information. Thanks, Reddy.C
... View more
Feb 22, 2010
06:19 AM
Dear ..friend. Once you start installing the basic MSI installer after Welcome dailog write a custom action to get old installed locaiton from the registry. HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\-"INSTALLSCRIPT-MSI-Product CODE" By using this you will come to know where it got installed with product code. using this you can uninstall the old product as well you install the new product in the same locaiton. After this show the customize dailog with two radio button 1)Upgrade from old installation with retaining configuration 2)unisntall old version completelly and install fresh installer. Based on this selection you can continue the installation. Thanks Raju.chilakam
... View more
Dec 02, 2009
04:01 AM
Hi guys, 1) I want to install my application only in 64-bit windows 2008 machine. 2) In the choose install set custom dialog my target installation directory showing like this "C:\Program Files (x86)\" but my expected results need to be "C:\Program Files\" The first point is implemented in easy way. For second point I need your help ,In the Template Summary i kept like this "x64;1033".But still am not getting the expected result .The application code(*.exe & *.DLL) build in 64 Machine only. I done earlier but I forgotten how I implemented in installshield10x version. Could you please let us know how get the expected result. Thanks Reddy
... View more
Labels
- Labels:
-
InstallShield 2008
Oct 08, 2009
06:22 AM
Hi Friend, in the property manager kepp the varible "LIMITUI" and the value of the varible is "1" After this once you press the the .msi file ,it will install the application with out having any UI. Please let me know is this help ful or not. Thanks Reddy
... View more
Oct 08, 2009
06:10 AM
HI Friend. Is this .dll are existing in the source directory location. If yes make the .dlls in to each componennt and set the key file. and also create the log file for the installer. If still it is not installing in the targer location ,keep all the .dlls in to support directory and wirte the script to deploy in the target location. execute this custom action end of the installation. I think this will help full and be a work around fix . Thanks Reddy
... View more
Oct 08, 2009
06:00 AM
i feel write the install script to move the files in the target folder. it wont take long time to do this. Thanks Reddy
... View more
Sep 17, 2009
10:17 AM
After custom setup dialog create the custom dialog with combo box . write the script to show the list of website available in the end user machine. in the custom dailog ,once user selecte the web site keep the property value in registry . Get the registry value from registry and write the C# or C++ code to create the virtual directory. Still if you fell any difficult please let me know. Thanks and Regards Reddy.C
... View more
Aug 25, 2009
09:11 AM
Hi friends, In my setup I have two features (Feature one, Feature two). Feature one contains two components, Feature two contains two components. Two components are (32-bit, 64-bit) for each feature. For 32 bit component I selected the 64 bit component support “NO” For 64 bit component I selected the 64 bit component support “YES” Am getting the following error while making the build “Error -5008: Intel64 must be specified in the template of the Summary Stream.” My requirement is, if the end user runs the installer in 32 bit computer, in the target location it has to install only 32 bit components. The same as 64 bit support also, if the end user runs the installer in 64 bit computer, in the target location it has to install only 64 bit components. The final conclusion from my requirement is ONE installer works for both 32-bit and 64-bit machines. Based on the bit version installer does install the bit supported components. Friends please help me how to do this in install shield 2008 Basic MSI IDE. I gone through this web site but getting some confusion in the release flags. http://kb.acresso.com/selfservice/microsites/search.do?cmd=displayKC&docType=kc&externalId=Q107786&sliceId=1&docTypeID=DT_ERRDOC_1_1&dialogID=64836030&stateId=0 0 64832514 Please update ASAP the reason am asking its very high priority task for me. Advanced thanks, Raju.chilakam
... View more
Labels
- Labels:
-
InstallShield 2008
Latest posts by Reddy611
Subject | Views | Posted |
---|---|---|
1881 | May 11, 2012 06:32 AM | |
4954 | Jun 20, 2010 11:42 PM | |
517 | Apr 19, 2010 04:38 AM | |
1647 | Apr 05, 2010 06:18 AM | |
904 | Mar 25, 2010 01:16 AM | |
5240 | Mar 24, 2010 05:48 AM | |
499 | Mar 22, 2010 07:12 AM | |
751 | Feb 23, 2010 11:46 PM | |
786 | Feb 22, 2010 06:19 AM | |
2884 | Dec 02, 2009 04:01 AM |
Activity Feed
- Posted Expand Archive Return Value on InstallAnywhere Forum. May 11, 2012 06:32 AM
- Posted Suppress the reboot Microsoft .Net Framework_V 4.0 on AdminStudio Forum. Jun 20, 2010 11:42 PM
- Posted Re: Maintenance Type problem on InstallShield Forum. Apr 19, 2010 04:38 AM
- Posted Maintenance Type problem on InstallShield Forum. Apr 05, 2010 06:18 AM
- Posted Re: Windows silent mode installation. on InstallAnywhere Forum. Mar 25, 2010 01:16 AM
- Posted Windows silent mode installation. on InstallAnywhere Forum. Mar 24, 2010 05:48 AM
- Posted Re: How to select Features on InstallShield Forum. Mar 22, 2010 07:12 AM
- Posted Re: How to change Company name information using patch design? on InstallShield Forum. Feb 23, 2010 11:46 PM
- Posted Re: Upgrade installation (Installscript to Basic MSI) on InstallShield Forum. Feb 22, 2010 06:19 AM
- Posted Install Dir Location problem in 64-bit machine. on InstallShield Forum. Dec 02, 2009 04:01 AM
- Posted Re: Silent installer without CommandLine? on InstallShield Forum. Oct 08, 2009 06:22 AM
- Posted Re: IESHIMS.DLL & WER.DLL missing and could not found on InstallShield Forum. Oct 08, 2009 06:10 AM
- Posted Re: Deleting Files on InstallShield Forum. Oct 08, 2009 06:00 AM
- Posted Re: Failed to create virtual directory in Server 2008, IIS7 on InstallShield Forum. Sep 17, 2009 10:17 AM
- Posted 32 bit and 64 bit support Help. on InstallShield Forum. Aug 25, 2009 09:11 AM
- Posted Re: MsiGetFeatureState on InstallShield Forum. Aug 11, 2009 09:27 AM
- Posted Re: Files not overwritten on InstallShield Forum. Aug 11, 2009 02:39 AM
- Posted Re: Install question - silent mode on InstallShield Forum. Aug 11, 2009 02:36 AM
- Posted SMS +Installshield. on InstallShield Forum. Aug 10, 2009 08:29 AM
- Posted Re: How to auto start the install process after uninstall? on InstallShield Forum. Jun 04, 2009 05:18 AM