Feb 01, 2014
02:47 PM
Hi, I have created a basic MSI Package. I installaed it on Windows 7, it installed successfully but when I am going to un-install it, it is giving an error "Error 1722: There is a problem with this Windows Installer Package. A program run as a part of the setup did not finish as expected. Contact your support personnel or package vendor" Please provide me any suggestions for how to fix this problem and how to uninstall the application. Thanks in advance. Rakesh..
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Jun 18, 2013
06:24 AM
Hi, I am devloping a Installscript MSI project . There is a requirement that installation should work in 6 languages,so I selected required language and created the setup. I changed the required strings accordingly. But on the License agreement screen the radio button text is not getting changed it shows the same message in English whichever language chosen (Here e.g. French).the message is "I &accept the terms of the license agreement". I want this to be changed according to language selection (Here e.g.French.) Can anybody face the same problem? Please help me with the same. Thanks in Advance, Rakesh.
... View more
Labels
- Labels:
-
InstallShield 2012
Mar 23, 2012
04:24 AM
Hi, you can customize the SQL dialog to create new instance of SQL or select existing instance to run the SQL script. Rakesh, Software Engineer.
... View more
Jan 21, 2012
09:16 AM
Hi, I have created one component in my installscript project. Through that component I am copying Microsoft Enterprise Library files to the desired Target Dir (c:\\Programfiles\Company Name\bin). But at some times these files will get uncopied at the end of installation. I am not able to figure out the reasons behind it. Can anyone please tell me any perticular reasons behind it Or probable causes and any solution on it. If anyone suggest how to find out the reason of it(any log) then also it will be helpful for me. Please help me because it has become an serious issue. Thanks in advance.
... View more
Labels
- Labels:
-
InstallShield 2010
Dec 03, 2011
01:13 AM
operaza wrote: On Error Resume Next URL = WScript.Arguments(0) Set oXMLHTTP = CreateObject("MSXML2.XMLHTTP.6.0") oXMLHTTP.open "GET", URL, false oXMLHTTP.send Result="URLNotFound" If oXMLHTTP.status = 200 Then Result="URLFound" else Result="URLNotFound" End If Thanks for your prompt reply. can this code work in installscript script or any other way . Means how can I use this code in installshield.
... View more
Dec 02, 2011
04:05 AM
I have to validate a URL provided by user in input box during installation(any service URL), is there a way to achieve this? I have to tell user whether the url entered is valid means exist or not. Please help me with this. Thanks in advance.
... View more
Labels
- Labels:
-
InstallShield 2010
Nov 10, 2011
01:40 AM
Hi, I wanted to create shortcuts through installscript on desktop as wll as in startup. Is there any way to do it. Please help me with this. My project type is Installshield Installscript Project.
... View more
Labels
- Labels:
-
InstallShield 2010
Oct 19, 2011
10:49 AM
DebbieL wrote: The hotfix is included as a downloadable attachment to post #5 in that thread. However, you need to be looking at the full version of the thread in order to obtain the attachment: http://community.flexerasoftware.com/showthread.php?t=192396 Thanks Debbie and Hidenori for your help.The problem got fixed due to the hotfix.
... View more
Oct 19, 2011
12:06 AM
Thanks for your prompt reply. I have tested on the same machine having configuration 64 bit windows 7 . In my case the List is returned empty. I am using Installshield 2010 installscript project and SQL Server 2008 R2 64 bit. When I searched for any solution on google,I found out one link in which it is stated that sqlrt dll does not work with Installshield 2010. The link is, http://community.installshield.com/archive/index.php?t-192396.html Please check this link for your reference.In this link you have mentioned that InstallShield 2010 SP1 hotfix will solve this problem.In this hotfix,is that problrm fixed.If yes then where can I find that hotfix. Please help me with this. Thanks once again.
... View more
Oct 18, 2011
08:03 AM
Is threre any other workaround to solve this?
... View more
Oct 18, 2011
05:05 AM
Hi, I am using SQLRTGetServers() method to get the list of installed SQL Server instances and then this list I initialised to the dropdown box.It is working fine on32 bit OS but same thing when I install on 64 bit OS it fails to give me the list of SQL instances.Does SQLRTGetServers() method only work on32 bit OS. I am not able to find out the reason for it. Please help me with this. Thanks in advance.
... View more
Labels
- Labels:
-
InstallShield 2011
Oct 18, 2011
05:04 AM
Hi, I am using SQLRTGetServers() method to get the list of installed SQL Server instances and then this list I initialised to the dropdown box.It is working fine on32 bit OS but same thing when I install on 64 bit OS it fails to give me the list of SQL instances.Does SQLRTGetServers() method only work on32 bit OS. I am not able to find out the reason for it. Please help me with this. Thanks in advance.
... View more
Labels
- Labels:
-
InstallShield 2010
Oct 09, 2011
01:44 AM
Hi, I have one dialogbox which contains 2 radio buttons. When that dialog appears while installation, I wanted to make default selection of any of the radio button.But I am not able to find the way to do it. My Project type is Installscript Project. Please share your thoughts on this.
... View more
Labels
- Labels:
-
InstallShield 2010
Oct 07, 2011
04:58 AM
Kevin.Wan wrote: Could you tell us your project type? Thanks Kevin for your reply. My project type is Installscript project.
... View more
Latest posts by RakeshPatil
Subject | Views | Posted |
---|---|---|
2285 | Feb 01, 2014 02:47 PM | |
1651 | Jun 18, 2013 06:24 AM | |
638 | Mar 23, 2012 04:24 AM | |
1821 | Jan 21, 2012 09:16 AM | |
960 | Dec 03, 2011 01:13 AM | |
5341 | Dec 02, 2011 04:05 AM | |
1560 | Nov 10, 2011 01:40 AM | |
1084 | Oct 19, 2011 10:49 AM | |
1084 | Oct 19, 2011 12:06 AM | |
781 | Oct 18, 2011 08:03 AM |
Activity Feed
- Posted Error 1722 on InstallShield Forum. Feb 01, 2014 02:47 PM
- Tagged Error 1722 on InstallShield Forum. Feb 01, 2014 02:47 PM
- Tagged Error 1722 on InstallShield Forum. Feb 01, 2014 02:47 PM
- Posted Can not change the language of Radio button on License screen (Localization Problem) on InstallShield Forum. Jun 18, 2013 06:24 AM
- Posted Re: Installing SQL Server as a Feature Prerequisite on InstallShield Forum. Mar 23, 2012 04:24 AM
- Posted Some files get uncopied while installation on InstallShield Forum. Jan 21, 2012 09:16 AM
- Posted Re: How to verify URL on InstallShield Forum. Dec 03, 2011 01:13 AM
- Posted How to verify URL on InstallShield Forum. Dec 02, 2011 04:05 AM
- Posted Creating shortcuts through installscript on InstallShield Forum. Nov 10, 2011 01:40 AM
- Posted Re: SQLRTGetServers method not working on 64 bit OS on InstallShield Forum. Oct 19, 2011 10:49 AM
- Posted Re: SQLRTGetServers method not working on 64 bit OS on InstallShield Forum. Oct 19, 2011 12:06 AM
- Posted Re: SQLRTGetServers method not working on 64 bit OS on InstallShield Forum. Oct 18, 2011 08:03 AM
- Posted SQLRTGetServers method not working on 64 bit OS on InstallShield Forum. Oct 18, 2011 05:05 AM
- Posted SQLRTGetServers method not working on 64 bit OS on InstallShield Forum. Oct 18, 2011 05:04 AM
- Posted Re: Default Radio Button Selection on InstallShield Forum. Oct 09, 2011 07:18 AM
- Posted Default Radio Button Selection on InstallShield Forum. Oct 09, 2011 01:44 AM
- Posted Re: Default Radio Button Selection on InstallShield Forum. Oct 07, 2011 04:58 AM
- Posted Default Radio Button Selection on InstallShield Forum. Oct 06, 2011 12:37 AM
- Posted Aborting installation if prerequisites installation failed. on InstallShield Forum. Sep 12, 2011 08:00 AM
- Posted Database Table update/insert on InstallShield Forum. Aug 24, 2011 07:25 AM