Feb 27, 2013
04:11 AM
You can create separate components for 32 and 64 bit in area of Website and application pool. And then put condition on their components. SO in the end you will be getting 4 components 2 for web site and 2 for app pool. Other ways you can publish separate installers for 32 and 64 bit OS.
... View more
Feb 27, 2013
03:59 AM
Try the following Take a copy of Installshield project source files that you used in last major release. Now paste all the changed files for minor upgrade on the location above. And use these files to create a minor upgrade.
... View more
Feb 27, 2013
01:33 AM
Go to Patch design --> Select patch configuration --> Expand the previous setups --> Click previous setup Click on Advanced tab Under the transform filter settings set Version Relationship => Previous setup version = latest setup version Version to check => Check Major and Minor version
... View more
Feb 27, 2013
01:26 AM
If there is no command line switch required to run your executable then keep the command line field empty from your custom action.
... View more
Feb 07, 2013
10:45 PM
You can create your own prq by navigating Tools--> Pre req. editor
... View more
Feb 07, 2013
01:31 AM
The best way to do this is use the same upgrade code in the installshield project as used by the other tools. In case you have multiple upgrade keys then this method won't work. So first you need to make sure that the upgrade code of all your older installers is same.
... View more
Feb 07, 2013
01:27 AM
In installshield project you can include your sql scripts in the SQL section of the project and you can also use the default sql dialog available in the project to get the input from the user during the runtime of the installer.
... View more
Feb 07, 2013
01:14 AM
If you are installing the patch like Initial + Jan fix + Feb fix it will work absolutely fine. On other case where you are supplying Initial+Janfix as a major release, in that case the Feb fix you supplied above will not work for this new release. for this you need to create another patch release.
... View more
Feb 07, 2013
01:09 AM
Try the condition (&FeatureName=3). By this condition your custom action will run only when the Feature is selected to install.
... View more
Feb 07, 2013
01:03 AM
Try this http://www.microsoft.com/en-in/download/details.aspx?id=5793
... View more
Feb 07, 2013
01:01 AM
srout2000 wrote: I have a custom action in an Installshield Basic MSI project to find out the version of SQL Server from registry. RegKey2012 = "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\" & _ "Microsoft SQL Server\MSSQL11.MSSQLSERVER\" If RegKeyExists(RegKey2012) Then WScript.StdOut.Write("2012") Else WScript.StdOut.Write("2008R2") End If Function RegKeyExists(Key) Dim oShell, entry On Error Resume Next Set oShell = CreateObject("WScript.Shell") entry = oShell.RegRead(Key) If Err.Number <> 0 Then Err.Clear RegKeyExists = False Else Err.Clear RegKeyExists = True End If End Function The installer works fine on a Windows 7 machine. The above script works fine in isolation on a Windows Server 2012 machine. However when I run the installer (as ADMIN) on windows server 2012, it does not work as expected and the error description is - It cannot find the registry key. Any ideas. Why don't you try System Search option to detect the registry entry?
... View more
Nov 02, 2012
04:39 AM
Did you mean that you have an installation dialog with a check box control on it, and you want to change the behavior of the Next button on the dialog based on the user selection or unselection of check box control?
... View more
Mar 01, 2012
03:56 AM
Found the solution. Unselected the dll as key file from the component.
... View more
Mar 01, 2012
03:17 AM
There is a DLL file present in a component. When running the installer on target machine it will show unable to register dll error. How can i disable the self registration of a specific dll. Note: Self Register and extract com during build for this dll is not set.
... View more
Labels
- Labels:
-
InstallShield 2010
Apr 20, 2011
04:18 AM
My custom action is calling an .exe file and i want to pass a command line argument to this .exe. /validate [CUSTOMACTIONARGUMENT] What should be the correct syntax to pass such argument and what is the maximum length of command line argument is acceptable in install shield custom action.
... View more
Labels
- Labels:
-
InstallShield 2010
Latest posts by RakeshXP
Subject | Views | Posted |
---|---|---|
888 | Feb 27, 2013 04:11 AM | |
1024 | Feb 27, 2013 03:59 AM | |
694 | Feb 27, 2013 01:33 AM | |
3429 | Feb 27, 2013 01:26 AM | |
3257 | Feb 07, 2013 10:45 PM | |
512 | Feb 07, 2013 01:31 AM | |
568 | Feb 07, 2013 01:27 AM | |
524 | Feb 07, 2013 01:14 AM | |
548 | Feb 07, 2013 01:09 AM | |
3257 | Feb 07, 2013 01:03 AM |
Activity Feed
- Posted Re: IIS: Install on both 64bit and 32bit systems on InstallShield Forum. Feb 27, 2013 04:11 AM
- Posted Re: Minor upgrade don't work on InstallShield Forum. Feb 27, 2013 03:59 AM
- Posted Re: QuickPatch project problem on InstallShield Forum. Feb 27, 2013 01:33 AM
- Posted Re: error 1722 from simplest of .exe custom actions on InstallShield Forum. Feb 27, 2013 01:26 AM
- Posted Re: MDAC 2.8 prerequisite on InstallShield Forum. Feb 07, 2013 10:45 PM
- Posted Re: Uninstall Previous Versions of App (Package by publisher with different tools) on InstallShield Forum. Feb 07, 2013 01:31 AM
- Posted Re: SQLServer DB install on InstallShield Forum. Feb 07, 2013 01:27 AM
- Posted Re: Patch Testing Scenario Question on InstallShield Forum. Feb 07, 2013 01:14 AM
- Posted Re: i want that my custom action does not run while i uncheck my Not Required feature. on InstallShield Forum. Feb 07, 2013 01:09 AM
- Posted Re: MDAC 2.8 prerequisite on InstallShield Forum. Feb 07, 2013 01:03 AM
- Posted Re: installer registry access in windows server 2012 on InstallShield Forum. Feb 07, 2013 01:01 AM
- Posted Re: Custom action for navigation buttons on InstallShield Forum. Nov 02, 2012 04:39 AM
- Posted Re: Disable self register of dll file on InstallShield Forum. Mar 01, 2012 03:56 AM
- Posted Disable self register of dll file on InstallShield Forum. Mar 01, 2012 03:17 AM
- Posted Command Line argument for custom action on InstallShield Forum. Apr 20, 2011 04:18 AM
- Posted Re: Uninstall a Sql script based patch on InstallShield Forum. Dec 07, 2010 09:45 PM
- Posted Uninstall a Sql script based patch on InstallShield Forum. Dec 07, 2010 12:05 AM
- Posted Re: Create Patch between 2 exe at command line on InstallShield Forum. Sep 14, 2010 02:13 AM
- Posted Re: Create Patch between 2 exe at command line on InstallShield Forum. Sep 07, 2010 01:11 AM
- Posted Re: Create Patch between 2 exe at command line on InstallShield Forum. Sep 03, 2010 10:29 AM