Oct 21, 2008
07:22 PM
Good spec! But it did not help because table FilesInUse so well described in help (look for InstallValidate action) does not exists. I start looking into some kind of workaround...
... View more
Oct 21, 2008
12:20 PM
up:confused: :confused: :confused:
... View more
Oct 20, 2008
09:10 PM
Hello, when I uninstall my basic MSI it automatically detects Internet Explorer which uses file that has to be deleted. So installer shows dialog stated that Internet explorer has to be closed. However it does not detect Firefox which is also has to be closed because it uses different file from installation. After uninstall complete it asks me to restart machine because one file was used by firefox and installer wasn't able to delete it. Is there is a way to add entry to FilesInUse dialog? I created custom action and run it right after CostFinalize. In custom action I am planning to insert record ???? to FilesInUse table??? so that InstallValidate action can display FilesInUse dialog with record I added manually. How can I insert that record? Thank You.
... View more
Labels
- Labels:
-
InstallShield 2009
Oct 15, 2008
08:52 PM
Hello, My installation creates shortcut to uninstall C:\WINDOWS\system32\msiexec.exe /x {PRODUCT CODE HERE}. When user select that shortcut installer just asks user "Are you sure you want to uninstall this product?". That is not enough for me. I want to give more informative message to user. Should I create Win32 app to display more informative message or there is standard way in InstallShield? Thank You.
... View more
Labels
- Labels:
-
InstallShield 2009
Oct 15, 2008
08:41 PM
Thank you guys. It worked.
... View more
Oct 14, 2008
09:16 PM
Hello, I have two features in my installshield project and it does not make any sence to display user overwhelmed CustomSetup dialog. I want rather display something very simple - dialog with 2 checkboxes. Each checkbox is responcible for installation of one specific feature. Each checkbox sets its property - so I have checkbox value (checked/unchecked), but how can I transform that value to something that will make feature to install or not install. Should I create custom action to set some properties manually? What are those properties? Thank You.
... View more
Labels
- Labels:
-
InstallShield 2009
Sep 25, 2008
02:20 PM
RobertDickau wrote: To get the property value in VBScript, you can use Session.Property("ISReleaseFlags"). Exactly what I need (access flag in VB script). Thank You.
... View more
Sep 24, 2008
09:43 PM
Hello, Custom action is created using VB script. I need to read Release flags. Can I access it directly using ISRelease Flags? Should I somehow call MsiGetProperty ? approximate code: dim releaseFlags set releaseFlags = ????? dim IE set IE = CreateObject("InternetExplorer.Application") IE.visible = TRUE IE.Navigate("http://XXX/XXX.asp?act=" + releaseFlags) Thank You.
... View more
Labels
- Labels:
-
InstallShield 2009
Sep 12, 2008
02:34 PM
No it wasn't. It was installed per machine.
... View more
Sep 11, 2008
08:58 PM
Hello, My installer contains Major Upgrade item. According to logs it does recognize previous version by UpgradeCode and does uninstall it. All files from previous version seems to be uninstalled, however Add/Remove entry stays! That leaves me with two Add/Remove entries after Major Upgrade. Please help.
... View more
Labels
- Labels:
-
InstallShield 2009
Latest posts by RomanGuzi
Subject | Views | Posted |
---|---|---|
732 | Oct 21, 2008 07:22 PM | |
732 | Oct 21, 2008 12:20 PM | |
4218 | Oct 20, 2008 09:10 PM | |
1308 | Oct 15, 2008 08:52 PM | |
703 | Oct 15, 2008 08:41 PM | |
2274 | Oct 14, 2008 09:16 PM | |
708 | Sep 25, 2008 02:20 PM | |
4643 | Sep 24, 2008 09:43 PM | |
2067 | Sep 12, 2008 02:34 PM | |
19915 | Sep 11, 2008 08:58 PM |
Activity Feed
- Posted Re: Howto add entry to FilesInUse dialog? on InstallShield Forum. Oct 21, 2008 07:22 PM
- Posted Re: Howto add entry to FilesInUse dialog? on InstallShield Forum. Oct 21, 2008 12:20 PM
- Posted Howto add entry to FilesInUse dialog? on InstallShield Forum. Oct 20, 2008 09:10 PM
- Posted Customize uninstall wizard on InstallShield Forum. Oct 15, 2008 08:52 PM
- Posted Re: Howto: programmatically define what features to install on InstallShield Forum. Oct 15, 2008 08:41 PM
- Posted Howto: programmatically define what features to install on InstallShield Forum. Oct 14, 2008 09:16 PM
- Posted Re: How to read Release Flags in VB custom action? on InstallShield Forum. Sep 25, 2008 02:20 PM
- Posted How to read Release Flags in VB custom action? on InstallShield Forum. Sep 24, 2008 09:43 PM
- Posted Re: Major Upgrade does not fully remove previous version on InstallShield Forum. Sep 12, 2008 02:34 PM
- Posted Major Upgrade does not fully remove previous version on InstallShield Forum. Sep 11, 2008 08:58 PM