Apr 29, 2009
09:39 AM
Wirte a vb script.like this targetdir = installdir+"hard code GUID" installdir = target dir. and call this vbscript before EULA custom diloag. i hope this is help to you.
... View more
Apr 29, 2009
09:29 AM
Write the code in a application language.like C#. create .exe to the c# code. And call the .exe file in the uninstallaiton time.and keep the .exe in the Support dir location only. i think this is help to you. Regards Reddy
... View more
Apr 29, 2009
09:23 AM
can you check these steps i think it is help ful to you. 1) Can you create a log file .and chekc the log file where it is crossing the problem. 2) can you create the new .ISM file to upgrade the installer.
... View more
Apr 01, 2009
10:55 AM
Hi prabhu, can you please tell me where custom rule will place in the installanywhere. Thanks, Reddy
... View more
Apr 01, 2009
07:08 AM
Hi friends, Could you please help me on this, I want to show the feature list from the chose install set panel based on the Solaris operating system version like 9x and 10. In the rule push button I can able see only Solaris ,here I cont able to find any versions like windows 2003 /XP. Here my requirement is one of my feature will support only Solaris 9 version ,another feature will support in Solaris 10 Advanced Thanks, Reddy
... View more
Labels
- Labels:
-
InstallAnywhere 2008
Mar 13, 2009
01:10 AM
HI, write a shell script like this pass the value how you want. #! /usr/bin/bash cp /.dtprofile /.dtprofile_backup grep -v "export TEST_EN_HOME" /.dtprofile_backup > /.dtprofile echo "export TEST_EN_HOME=" >> /.dtprofile . /.dtprofile sed "s|TEST_EN_HOME=.*|TEST_EN_HOME=xxxxxxxx|g" /.dtprofile > tmp mv tmp /.dtprofile . /.dtprofile sleep 1 copy the shell script to your solari machine and keep this in one file (Path.sh) and execute this file based on your requierment. in the above shell script "xxxxxxx" keep your vlaue.and "TST_EN_HOME" keep u r varible name. standared way of calling "Path.sh"file EX:. ./Path.sh
... View more
Mar 04, 2009
01:07 AM
HI , Are you givening .MSI Or .EXE file to the End User. ? If it is a Msi it possible to keep as a disable CD.
... View more
Mar 04, 2009
12:51 AM
Hi , I was faced this same problem on vista . but i solved this problem using UAC manifasto file adding in test.exe code itself. after that if the user installs the applicaiton in the administrator mode..again if he tryes open with another user also he can able run the application with out going to right click option on the test.exe open as a administrator.
... View more
Nov 12, 2008
05:18 AM
after adding the pre request also it is giving the sample problem.could please expaln how to ..avoid this .. Regards Raju.chilakam
... View more
Nov 12, 2008
03:43 AM
Hi , am trying to create .msi file.but in the relase by default it got disabled and selected.i dont where the settings got changed. if i take new ism ..i can able to create the .msi please tell where it got miss placed the settings And please chekc attachemnt. Regards, Reddy
... View more
Labels
- Labels:
-
InstallShield 2008
Nov 10, 2008
01:40 AM
function PopulateListCombo(hMSI) LIST StringList; STRING svString, sPath; NUMBER nResult, nPath; NUMBER hDatabase, hCBOView, hView, hRec; STRING szText; number index, nCount; STRING sQuery; STRING hi ; begin index=0; hDatabase=MsiGetActiveDatabase(hMSI); sQuery="SELECT * FROM ComboBox WHERE Property='PROPNAME'"; nResult = MsiDatabaseOpenView(hDatabase,sQuery,hCBOView); hRec=MsiCreateRecord(4); StringList = ListCreate (STRINGLIST); nResult = LaunchAppAndWait(SUPPORTDIR^"vbs2.exe",hi,LAAW_OPTION_WAIT); ListAddString(StringList,hi,AFTER); ListAddString(StringList,"ZAQ",AFTER); ListAddString(StringList,"FAK",AFTER); ListAddString(StringList,"MAM",AFTER); nResult = nResult = ListGetFirstString (StringList, svString); MsiRecordSetString(hRec,1,'TESTPROP'); MsiRecordSetInteger(hRec,2,index); MsiRecordSetString(hRec,3,svString); MsiRecordSetString(hRec,4,svString); MsiViewModify(hCBOView,MSIMODIFY_INSERT_TEMPORARY,hRec); nResult = ListGetNextString (StringList, svString); while (nResult != END_OF_LIST) index=index+1; MsiRecordSetString(hRec,1,'TESTPROP'); MsiRecordSetInteger(hRec,2,index); MsiRecordSetString(hRec,3,svString); MsiRecordSetString(hRec,4,svString); MsiViewModify(hCBOView,MSIMODIFY_INSERT_TEMPORARY,hRec); nResult = ListGetNextString (StringList, svString); endwhile; MsiCloseHandle(hRec); MsiViewClose (hView); end;
... View more
Oct 29, 2008
08:18 AM
HI frnds, PFA In the custom pannel i have two radio buttons (Yes/No) ,based on the use selection i want to show diffrent custom pannel.Am not getting any idea how to change the custom pannel based on the user selection. could any tell me what excatlly "Results vatiable:$USER_INPUT_RESULT_49$" wil do. am new to the installanywhere 2008 Enterprise edtion. If any one having the url for Radio Button please share me. Advanced thanks and regards Raju.chilakam
... View more
Labels
- Labels:
-
InstallAnywhere 2008
Oct 16, 2008
07:16 AM
please help me on this topic. Based on the end user selection i want create the IIS. am not getting any idea to do this one. idea is ok for me to implement the logic. r else is it not possible for the installshield 2008? Advanced Thanks Reddy.c
... View more
Oct 13, 2008
09:06 AM
In combo box am getting the target system IIS default web sites. For example it will show two web sites one is: 1) Default website 2) Microsoft Default website If end user selected second option I want to create IIS only for second option. But it is Creating in the first option only. Please help anyone how to do this. It will help me lot for my installation. Advanced Thanks Reddy.chilakam
... View more
Labels
- Labels:
-
InstallShield 2008
Sep 10, 2008
04:24 AM
can u try writing vbscipt for launching the application after installing . i think this is help full to u.
... View more
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