Dec 01, 2009
06:41 AM
1.You have to set the Template summary to X64;1033 in Installation Information ->General Information -> Summary information stream. Where 1033 is the language code. If you need more than one language then you give as X64;1033,1031 2. Set the destination for the components to [ProgramFiles64Folder] instead of [ProgramFilesFolder]. 3. If you have any 64 bit self registrable dll, then set the component property "64-bit component" to"Yes". 4.In script if you are using any registry related API, then add below two lines of code before and after calling the registry API in code respectively. //This will cause all subsequent registry operations to access the 64-bit section REGDB_OPTIONS = REGDB_OPTIONS | REGDB_OPTION_WOW64_64KEY; //added for 64 bit support REGDB_OPTIONS = REGDB_OPTIONS & ~REGDB_OPTION_WOW64_64KEY; //to revert to 32-bit. Hope this will help 🙂 --Mrunmayee
... View more
Nov 18, 2009
06:11 PM
I am glad that your issue has been solved! What I suggested was to create two connections; the first one for connecting to the master database to run the script that will create and configure the the_internet_cafe database, and the second one for connecting to the the_internet_cafe database to run the rest of the script that will add items such as tables to the the_internet_cafe database. Since the the_internet_cafe database does not exist when you click the Next button on the SQLLogin dialog, and both connections use the same login credentials but target a different database, I added a control event so that only the first connection will be validated by the action. Regards.
... View more
Nov 05, 2009
11:17 AM
here's a great article to familiarize yourself with the installation sequence. http://www.installsite.org/pages/en/isnews/200108/index.htm if your action requires admin privs, it must be scheduled to run "deferred in system context" if you still have questions after reading this page, and looking at the help topics for the custom action properties, i'll help you out a bit more. good luck!
... View more
Nov 08, 2009
11:11 PM
Hi, I tried for this same requirement in Installshield Version 12. But in that version it is not possible to supress the dialog. So if u are using Installshield 12 theen its not possible to supress the dailog. Even you cant change the icon.
... View more
Oct 18, 2009
05:03 PM
For quite mode /quiet and for InstanceName type /instancename="TICSSQL". For the SQL Server component installation go to SqlServer EXE and unzip it. You will find some text file (sorry, name slipped from mind), in that you will find all the command options from the components for SQL Server installation.
... View more
Oct 13, 2009
04:44 PM
I want to know how can I refer to the INSTALLDIR in the SQL Script? I have CREATE DATABASE and I want to the MDF file location to be: INSTALLDIR\Data
... View more
Aug 04, 2008
09:27 AM
If you wish to sign your build exe and dll files (and your installer) so that users downstream can easily verify you were the one who created them, you will need to purchase a certificate from a trusted authority, such as Verisign, Thawte, Comodo, or others (search for something like "purchase authenticode certificate" for more information). I think this is what you are asking. If you wish to leverage digital signatures programatically within your application and do not care what the global trust status of them is, you can create your own test certificates for free using tools like makecert.exe. The downside of this approach is nobody else is likely to trust data signed with test certificates, so I doubt this is what you are asking.
... View more
Jul 30, 2008
08:13 PM
You may also find this article helpful as it explains additional options. How to: Install SQL Server 2005 from the Command Prompt http://msdn.microsoft.com/en-us/library/ms144259.aspx
... View more
Jul 31, 2008
02:56 PM
Do you have a minor upgrade/patch entry in the Upgrades or Patch Design view, and some dynamic file links? By setting up the previous-MSI-package entry as described in that warning message, InstallShield will attempt to ensure the File table, Media table, and Component table keys match up between the two packages; which in turn can make a big difference in the success of the minor upgrade, size of the patch file, and so on.
... View more
Jul 30, 2008
02:17 PM
If you execute the same script using Microsoft SQL Server Management Studio from the same machine that you run your setup, is the problem reproduced?
... View more
Jul 23, 2008
05:57 PM
There's nothing built in---this is commonly handled by a CD browser or similar pre-launch tool, and I think www.installsite.org lists some options in the Related Tools section.
... View more
Jul 24, 2008
12:01 PM
this thread may help you.... http://community.installshield.com/showthread.php?t=154525&page=3
... View more
Jul 24, 2008
07:41 AM
Downloads such as the .NET Framework prerequisites are available on the Downloads page of the acresso.com Web site. (The downloads are available from the Files & Utilities area for InstallShield.) Here's a direct link to the page that has all of the downloads for InstallShield 2009: http://www.acresso.com/downloads/downloads_5842.htm The download called "InstallShield 2009 Setup Prerequisites for .NET" is an installation. When you launch it, it'll install the .NET prerequisites in the appropriate location on your system, and the newly installed prerequisites will be available in the Redistributables view.
... View more
- « Previous
-
- 1
- 2
- Next »
Latest posts by jrahma
Subject | Views | Posted |
---|---|---|
5034 | Jul 10, 2012 01:40 AM | |
2951 | Apr 07, 2012 03:40 AM | |
1552 | Dec 20, 2010 07:16 AM | |
1552 | Dec 18, 2010 07:50 AM | |
3074 | Dec 12, 2010 07:51 AM | |
3792 | Dec 12, 2010 07:48 AM | |
995 | Oct 28, 2010 09:35 AM | |
2901 | Oct 26, 2010 09:09 AM | |
1158 | Jul 30, 2010 07:15 AM | |
1625 | Jul 29, 2010 04:53 AM |
Activity Feed
- Got a Kudo for uninstall before install. Jul 27, 2022 09:25 AM
- Posted uninstall before install on InstallShield Forum. Jul 10, 2012 01:40 AM
- Posted install mysql with options on InstallShield Forum. Apr 07, 2012 03:40 AM
- Posted Re: add mySQL on InstallShield Forum. Dec 20, 2010 07:16 AM
- Posted Please Help on InstallShield Forum. Dec 18, 2010 07:50 AM
- Posted InstallShield force applicatio launch on InstallShield Forum. Dec 12, 2010 07:51 AM
- Posted add mySQL on InstallShield Forum. Dec 12, 2010 07:48 AM
- Posted Re: PostgreSQL on InstallShield Forum. Oct 28, 2010 09:35 AM
- Posted PostgreSQL on InstallShield Forum. Oct 26, 2010 09:09 AM
- Posted Re: DO NOT Prompt for Prerequisions on InstallShield Forum. Jul 30, 2010 07:15 AM
- Posted DO NOT Prompt for Prerequisions on InstallShield Forum. Jul 29, 2010 04:53 AM
- Posted Deploy PostgreSQL using InstalShield on InstallShield Forum. Jul 29, 2010 04:49 AM
- Posted setup.exe icon on InstallShield Forum. Jul 21, 2010 08:30 AM
- Posted DO NOT Prompt for Prerequisions on InstallShield Forum. Jul 21, 2010 08:30 AM
- Posted how to deploy windows installer? on InstallShield Forum. Jun 20, 2010 09:49 AM
- Posted SQL script only! on InstallShield Forum. Jun 20, 2010 09:28 AM
- Posted why upto MSI Engine 2.9?!! on InstallShield Forum. Jun 18, 2010 12:08 PM
- Posted why upto .NET 2.0?!! on InstallShield Forum. Jun 18, 2010 12:07 PM
- Posted SQL Server Express 2008 as Feature on InstallShield Forum. Jun 17, 2010 04:13 AM
- Posted Re: directly install without prompt on InstallShield Forum. Dec 10, 2009 03:28 AM