Jun 16, 2010
01:52 PM
Thanks Micheal. I wasn't able to find the Enable(STATUSDLG) in any event, but found the solution. OnMoveData() event disable the following code: SetStatusWindow( 1, "" ); Enable( STATUSEX ); StatusUpdate( ON, 100 ); This will disable StatusBar during all modes. Regarding the Initialization Dialog, it gets disabled during silent installation. Is there any way I can reach the code where it looks for -s command line parameter. I know this sounds unreasonable but I need the option to selectively disable UI without using silent installation. Thanks again.
... View more
Jun 16, 2010
06:03 AM
Sorry for the delay. For -6248 error(point 2), go to Components under Organization Tab. Select each feature and set .Net Scan at Build property to None. For the other one, ensure that the project name in VS solution and ISproj are same. What I have seen is that the name in isproj gets appended by a numeral every time you remove the project output and add it again in InstallScript project. So, if your project name is X in VS sln it would X1, X2 and so on in isproj. Hopefully this helps.
... View more
Jun 16, 2010
05:41 AM
I am working on InstallScript project. 1. Is there any way using which I can disable the first screen that comes before the Welcome dialog (See Image on left)?(Script or some setting). 2. I want to disable all the dialogs that don't require any user response. For example, A dialog showing progress bar while files are copied (First install), updated (Update) or removed (Uninstall). Attached a sample image having the dialog shown during First install while copying files.(See Image on right) I went through all the events but couldn't find any code or event which is calling these Dialogs. Looking forward to response. Thanks in advance.
... View more
Labels
- Labels:
-
InstallShield 2009
Mar 19, 2009
09:06 AM
Hi, I am working on pure Installscript project and i am using VS2008. I added another console application project(ConsoleApplication1) which is having dependency on another project(ClassLibrary1. The setup installs the output of ConsoleApplication1 and then launches it. Its building without any warning when i am using VS2008 but gives warnings when built with MSBuild. The warnings are: 1. (_CheckForInvalidConfigurationAndPlatform target) -> C:\WINDOWS\Microsoft.NET\Framework\v3.5\Microsoft.Common.targets : warning : The OutputPath property is not set for this project. Please check to make sure that you have specified a valid Configuration/Platform combination. Configura tion='Debug' Platform='' 2. (Build target) -> C:\Program Files\MSBuild\InstallShield\2009\InstallShield.targets : warning : -6248: Could not find dependent file ClassLibrary1, or one of its dependencies of component ConsoleApplication1.Primary output Can anyone please help me out with this? I am using Installshield 2009. Any documentation will be of great help. Thanks in advance. Sachit
... View more
Labels
- Labels:
-
InstallShield 2009
Feb 27, 2009
05:44 AM
Hi everyone, I am working on an InstallScript project. I want to read the version of msi from Script and conditionally install it depending on msi version. Is there any command or way using which i can read version of msi. I tried using msigetproperty but was not able. I used ISMSI_HANDLE. Any function using which i can get the handle to the msi and then use msigetproperty to read version. Please if you can provide me with some example code implementing this, it will be really helpful. Thanks, sachit
... View more
Labels
- Labels:
-
InstallShield 2009
Nov 25, 2008
01:19 AM
Hi, Is there any way to create variables like TARGETDIR which can retain values during installation and uninstallation? Thanks sachit
... View more
Labels
- Labels:
-
InstallShield 2009
Nov 06, 2008
12:54 AM
Is there anyway to stop setup fom creating the duplicate? Any workaround?
... View more
Nov 04, 2008
11:05 PM
Hi, I am working on installscript project. I am using SdSelectFolder Dialog to let user choose the folder in which shortcut is to be created. The problem I am facing is that when the installation is again run in Repair Mode it creates a duplicate shortcut in Start\Programs. This is the code used for calling SdSelectFolder: Dlg_SdAskFolder: if ((nResult = BACK) && (nSetupType != CUSTOM)) goto Dlg_SdAskDestPath2; szTitle = ""; szMsg = ""; if (nSetupType = CUSTOM) then szMenu = IFX_COMPANY_NAME ^ IFX_PRODUCT_NAME; //{{IS_SCRIPT_TAG(Dlg_SdAskDestPath2) nResult = SdSelectFolder( szTitle, "", szMenu ); //}}IS_SCRIPT_TAG(Dlg_SdAskDestPath2) SHELL_OBJECT_FOLDER=szMenu; endif; if (nResult = BACK) goto Dlg_SdAskDestPath2; Thanks Sachit
... View more
Labels
- Labels:
-
InstallShield 2009
Oct 12, 2008
11:06 PM
thanks a lot......... it worked... Sachit
... View more
Oct 10, 2008
04:40 AM
Hi, Can anyone please tell me checking whether Service Pack 1 of .NET Framework 2.0 is installed or not... I know that it can be done using Is command but still i am not able to do it Is(DOTNETSERVICEPACKINSTALLED,REGDB_KEYPATH_DOTNET_20); it returns a value -1..... Can anyone suggest what is the mistake i am doing? Thanks, Sachit
... View more
Labels
- Labels:
-
InstallShield 2008
Oct 03, 2008
05:57 AM
Hi, Installscript Project I have added a custom button on the SdShowInfoList Dialog and calling this dialog as CustomSdShowInfoList Dialog. I copied the standard code for SdShowInfoList dialog and made minor modifications i.e. added CUSTOMBUTTON case in Switch statement. The problem is that I am not able to disable this CUSTOMBUTTON using Disable(CUSTOMBUTTON). Any suggestion on how to disable it. Thanks, Sachit
... View more
Labels
- Labels:
-
InstallShield 2008
Sep 27, 2008
03:26 AM
HI, I am looking for a way to do rollback in an Installscript project in case any error occurs or the cancel button is pressed. Please help..... Thanks Sachit
... View more
Labels
- Labels:
-
InstallShield 2008
Sep 25, 2008
03:45 AM
Hi, I am working on InstallScript project. I want to conditionally install features during the "complete" installation depending on whether it is installed by some previous product. Is there any command by which i can disable the installation of a particular feature from Installscript? Thanks in advance, sachit1349
... View more
Labels
- Labels:
-
InstallShield 2009
Latest posts by sachit1349
Subject | Views | Posted |
---|---|---|
721 | Jun 16, 2010 01:52 PM | |
584 | Jun 16, 2010 06:03 AM | |
3898 | Jun 16, 2010 05:41 AM | |
4251 | Mar 19, 2009 09:06 AM | |
1647 | Feb 27, 2009 05:44 AM | |
1047 | Nov 25, 2008 01:19 AM | |
563 | Nov 06, 2008 12:54 AM | |
1468 | Nov 04, 2008 11:05 PM | |
570 | Oct 12, 2008 11:06 PM | |
2812 | Oct 10, 2008 04:40 AM |
Activity Feed
- Posted Re: Disabling Intialisation Setup dailog on InstallShield Forum. Jun 16, 2010 01:52 PM
- Posted Re: Having trouble buiding Installshield project with MSBuild on InstallShield Forum. Jun 16, 2010 06:03 AM
- Posted Disabling Intialisation Setup dailog on InstallShield Forum. Jun 16, 2010 05:41 AM
- Posted Having trouble buiding Installshield project with MSBuild on InstallShield Forum. Mar 19, 2009 09:06 AM
- Posted reading msi version in Installscript project on InstallShield Forum. Feb 27, 2009 05:44 AM
- Posted Varaibles that retain their value during installation and uninstallation on InstallShield Forum. Nov 25, 2008 01:19 AM
- Posted Re: Duplicate shortcut in Start Menu on running the installation in Repair Mode on InstallShield Forum. Nov 06, 2008 12:54 AM
- Posted Duplicate shortcut in Start Menu on running the installation in Repair Mode on InstallShield Forum. Nov 04, 2008 11:05 PM
- Posted Re: using DOTNETSERVICEPACKINSTALLED with Is command on InstallShield Forum. Oct 12, 2008 11:06 PM
- Posted using DOTNETSERVICEPACKINSTALLED with Is command on InstallShield Forum. Oct 10, 2008 04:40 AM
- Posted Custom Button in a Standard Dialog on InstallShield Forum. Oct 03, 2008 05:57 AM
- Posted Re: Rollback in a Installscript Project on InstallShield Forum. Oct 03, 2008 05:43 AM
- Posted Rollback in a Installscript Project on InstallShield Forum. Sep 27, 2008 03:26 AM
- Posted Conditonally install features in Installscript projects on InstallShield Forum. Sep 25, 2008 03:45 AM
- Posted Re: HTML browser in a dialog on InstallShield Forum. Sep 19, 2008 12:21 AM
- Posted Re: HTML browser in a dialog on InstallShield Forum. Sep 18, 2008 09:39 AM
- Posted HTML browser in a dialog on InstallShield Forum. Sep 16, 2008 02:07 AM
- Posted Re: Unable to implement Custom Dialogs on InstallShield Forum. Sep 04, 2008 04:48 AM
- Posted Re: Unable to implement Custom Dialogs on InstallShield Forum. Sep 03, 2008 08:56 AM
- Posted Unable to implement Custom Dialogs on InstallShield Forum. Sep 02, 2008 09:14 AM