May 22, 2013
01:03 AM
Hi, I am new to InstallAnywhere, i have an experience with InstallShield for reading/writing/querying the registry. But in InstallAnywhere I am not able find the option where I can store a registry value, also I want to use variable which is defined by me. I am not getting the option for defining the variables. I went through help document and forum but didn't find any solution. I think i have to use batch/ant or any other script to achieve this not sure. If so, then please share the steps/process how to do that. Can anyone help me on this. Thanks in advance. Regards, Azad.
... View more
Labels
- Labels:
-
InstallAnywhere 2012
Jul 27, 2010
01:49 AM
Hi, You can use MsiGetProperty(hMSI,"Property Name",szValue,nBuffer); Once you get the value of checkbox then you can dispaly the message and abort the installation based on checkbox value. if ( szValue = "1") then Messagebox or SprintfBox abort; endif; Hope this may give you some help. Regards Azad
... View more
Jun 22, 2010
03:53 AM
Hi All, I have a requirement that during installation I need to copy the file to shared location (which is in network). Now my doubt is that how can I find the shared location of network. For paticular system we can copy the files to C:\Program Files\Common Files\Company name. But for network do know.. Network location is having some IP address I need to get that IP, It may more than one shared location in same network or different networks. I need to consider all the Scenario. Please reply to query, It will be a great help Thanks in Advance Azad..
... View more
Labels
- Labels:
-
InstallShield 2009
Jun 01, 2010
05:42 AM
Hi, You can use the below code for giving permission to everyone function UserPermission(hMSI) string GrantPermission; begin GrantPermission = "ECHO Y| CACLS \""+ConFYFolder+"\" /T /G Everyone:F"; LaunchAppAndWait ("CMD.exe","/c"+""+GrantPermission,WAIT|LAAW_OPTION_HIDDEN); end; Call the above function in Custom action. If still it is not working then check in the release wizard for cache option. Hope you may get some help from this..
... View more
May 17, 2010
12:51 AM
Hi, You can call another MSI at the end of installation, When the 1st installation is finished then on the Click of finish button call other MSI. Keep that MSI in Support file and Create one custom action. Hope may help you ....
... View more
May 12, 2010
12:28 AM
Hi, For running the custom action you can select Do Action in Event and custom action name which you want to run in Arguments also set 1 in Condition on Ok button behaviour.
... View more
May 06, 2010
03:51 AM
Hi, Just check with the behaviour of installation which are present in the Prerequisite editor. You need to select Continue the setup Ignore it, and fail to resume if machine is rebooted. Hope this may help you.:) Regards Azad
... View more
May 06, 2010
02:28 AM
Hi All, I have a requirement in which I need to have 8 features in my installer. And based on user selection it should install these feature. Suppose if a user selects 2 features it should install only that 2 features. Now my problem is I have created the installer but when I select 1 or 2 or 3 whatever it is installing all the features. I have to install the features only which I select and the remaining should not install. And if I go for the repair option then it should ask to install the remaining the features. Please reply to my query if anyone knows or some hint how to implement this. Thanks in Advance.. Azad
... View more
Labels
- Labels:
-
InstallShield 2009
May 05, 2010
07:35 AM
Hi, I have a requirement in which I need to add 8 features and all them should create a desktop shortcut after installation. Can anybody help or give some idea how it can be done. Thanks in Advance Azad
... View more
Labels
- Labels:
-
InstallShield 2009
May 04, 2010
12:49 AM
Hi, You can do one thing just go to Property manager and there Set the value of Alluser to 1 .
... View more
May 03, 2010
01:01 AM
Hi, You can download .net framework from net and add it to the On the Tools menu, click Prerequisite Editor. After that you need to define The following tabs are associated with the InstallShield Prerequisite Editor: Properties :- Not required Conditions :- Check the registry for .net 4.0 Files to Include : Location of .net 4.0 setup Application to Run :- Options how to run this prerequisite Behavior :- Check for the option given in Installshiled Dependencies :- Check for the option given in Installshiled. Hope you may get some help from this .....
... View more
Apr 29, 2010
01:18 AM
Hi, You can use the below command in installscript.. GetFileInfo ( szPathName, nType, nvResult, svResult ); Search in Installshield help.chm you will get the idea how to implement..
... View more
Apr 26, 2010
02:08 AM
You can get this from (Install location of Installshield) Installshiled/2010/SetupPrequisites folder. In this location you can view all the prequisities.
... View more
Apr 26, 2010
02:01 AM
Cau you please share the requirements, based on that I can respond..
... View more
Apr 26, 2010
01:43 AM
You need to add this function in Installscript and include it in Custom Action and Sequences.
... View more
Latest posts by azad_khan
Subject | Views | Posted |
---|---|---|
4877 | May 22, 2013 01:03 AM | |
669 | Jul 27, 2010 01:49 AM | |
2829 | Jun 22, 2010 03:53 AM | |
2122 | Jun 01, 2010 05:42 AM | |
878 | May 17, 2010 12:51 AM | |
732 | May 12, 2010 12:28 AM | |
595 | May 06, 2010 03:51 AM | |
2836 | May 06, 2010 02:28 AM | |
2148 | May 05, 2010 07:35 AM | |
579 | May 04, 2010 12:49 AM |
Activity Feed
- Posted How get the registry value in InstallAnywhere on InstallAnywhere Forum. May 22, 2013 01:03 AM
- Posted Re: Basic MSI: Handle CheckBox Checked Event in Interior Dialog on InstallShield Forum. Jul 27, 2010 01:49 AM
- Posted Need help for Network Installation... very urgent on InstallShield Forum. Jun 22, 2010 03:53 AM
- Posted Re: Install for all users on InstallShield Forum. Jun 01, 2010 05:42 AM
- Posted Re: Hello, is there something like "Post-requisite"? on InstallShield Forum. May 17, 2010 12:51 AM
- Posted Re: Launching custom action when Dialog show up on InstallShield Forum. May 12, 2010 12:28 AM
- Posted Re: Dot net framework 3.5 Prerequisite on InstallShield Forum. May 06, 2010 03:51 AM
- Posted Features Problem on InstallShield Forum. May 06, 2010 02:28 AM
- Posted Shortcuts for the Features on InstallShield Forum. May 05, 2010 07:35 AM
- Posted Re: Creating desktop shortcut for All Users under Wndows 7 on InstallShield Forum. May 04, 2010 12:49 AM
- Posted Re: How do I add .net 4.0 as a pre requirement? on InstallShield Forum. May 03, 2010 01:01 AM
- Posted Re: Finding FileCreation date using InstallScript code on InstallShield Forum. Apr 29, 2010 01:18 AM
- Posted Re: .NET Framework 2.0 prq file on InstallShield Forum. Apr 26, 2010 02:08 AM
- Posted Re: Development help needed on InstallShield Forum. Apr 26, 2010 02:01 AM
- Posted Re: Is it possible to list oracle users in the Installshield window? on InstallShield Forum. Apr 26, 2010 01:43 AM
- Posted Re: Is it possible to list oracle users in the Installshield window? on InstallShield Forum. Apr 22, 2010 07:30 AM
- Posted Re: Is it possible to list oracle users in the Installshield window? on InstallShield Forum. Apr 22, 2010 05:36 AM
- Posted Entries are not removing from Add/Remove Program on InstallShield Forum. Feb 19, 2010 09:17 AM
- Posted Re: Executing different .bat files on InstallShield Forum. Jan 28, 2010 11:04 PM
- Posted Re: log file creation problems on InstallAnywhere Forum. Jan 20, 2010 01:10 AM