Jul 07, 2011
01:02 AM
Create an InstallScript project Installation Information >> General Information >> Maintenance Experience >> Multi-Instance Try it. MO
... View more
Jul 06, 2011
03:52 AM
I use it in featureevents.rul and I disable the return, I forget why I did that, but the code is running well ===Program=== function number OnLaunchAppAndWaitCallback() STRING strDisplayMsg ; NUMBER nTimeClock , nTotalItemNumber ; begin My program deals with strDisplayMsg here SetStatusWindow ( nTimeClock , strDisplayMsg ); // return LAAW_CALLBACK_RETURN_CONTINUE_WAIT; end;
... View more
Jun 17, 2011
05:15 AM
Hi RobertDickau : I have the same problem, I am using setup.exe for the installation and msiexec for the uninstallationand and also I upgraded to Installshield 2011. Can you tell me how to fix the issue ? Thanks Morris
... View more
Apr 27, 2011
03:24 AM
Hi Tim : I have an InstallScript Project(it's a empty project) be my parent installation , and it calls few child-setups which are InstallScript MSI projects when launch my installation I set the constant "LAAW_OPTION_USE_CALLBACK" when launching child-setup as below LaunchAppAndWait( strChildSetupPath ,strCMDLine , LAAW_OPTION_WAIT | LAAW_OPTION_SHOW_HOURGLASS | LAAW_OPTION_USE_CALLBACK ) ; It will call OnLaunchAppAndWaitCallback() while child-setup is running in silent mode and SetStatusWindow updates progress % in OnLaunchAppAndWaitCallback() every second That's how i fake the progress of child-setup to show on setup status of parent installation MO 😄
... View more
Apr 20, 2011
05:27 AM
Does anybody know how to solve it ?? please help me I converted my Installscript project from IS2010 Prof. then the complier log as below : InstallShield Script Compiler Version 17.0.0.714 Copyright 1997-2010 Flexera Software, Inc. and/or InstallShield Co. Inc. All Rights Reserved. Compiling... Setup.Rul Linking... isrt.obl(Batch.obs) : error L8407: 'ISRT._GetDiskSpaceExEx' : conflicts with previous definition isrt.obl(Batch.obs) : error L8407: 'ISRT._ComponentGetTotalCostEx' : conflicts with previous definition Setup.inx - 2 error(s), 0 warning(s) :confused: Morris
... View more
Feb 16, 2011
04:25 AM
Hi DMorisseau : I have the same problem after I upgraded IS2010 to IS2011 and I also modified SdFeatureTree.rul in my InstallScript project to fit my requirement Have you resolved the problem yet ?? thanks in advance 🙂 MOrris
... View more
Nov 24, 2009
10:44 PM
The message comes from nResult = MessageBox( SdLoadString( IFX_MAINTUI_MSG ), MB_YESNO ) in the OnMaintUIBefore 🙂 MOrris
... View more
Jun 28, 2007
01:38 AM
try to set REGDB_OPTIONS = REGDB_OPTIONS | REGDB_OPTION_WOW64_64KEY in OnBegin() function Good luck 🙂
... View more
Latest posts by morrischou
Subject | Views | Posted |
---|---|---|
582 | Jul 07, 2011 01:02 AM | |
1369 | Jul 06, 2011 03:52 AM | |
2066 | Jun 17, 2011 05:15 AM | |
1369 | Apr 27, 2011 03:24 AM | |
993 | Apr 20, 2011 05:27 AM | |
993 | Feb 16, 2011 04:25 AM | |
1147 | Nov 24, 2009 10:44 PM | |
628 | Jun 28, 2007 01:38 AM |
Activity Feed
- Posted Re: Multiple installs on same target on InstallShield Forum. Jul 07, 2011 01:02 AM
- Posted Re: Chained Installs linked to Parent Progress Bar on InstallShield Forum. Jul 06, 2011 03:52 AM
- Posted Re: Cannot Uninstall/Repair on InstallShield Forum. Jun 17, 2011 05:15 AM
- Posted Re: Chained Installs linked to Parent Progress Bar on InstallShield Forum. Apr 27, 2011 03:24 AM
- Posted Re: Compile Error L8407 : conflicts with previous definition on InstallShield Forum. Apr 20, 2011 05:27 AM
- Posted Re: Compile Error L8407 : conflicts with previous definition on InstallShield Forum. Feb 16, 2011 04:25 AM
- Posted Re: A need for silent uninstall on InstallShield Forum. Nov 24, 2009 10:44 PM
- Posted try to set "REGDB_OPTIONS" in installscript on InstallShield Forum. Jun 28, 2007 01:38 AM