May 25, 2021
02:27 PM
Thank you. We will be looking into the support ticket that you submitted and getting back to you.
Please let us know if you have any questions or concerns. Thank you for your patience and cooperation.
... View more
May 18, 2021
05:21 AM
Hi @SpiderLily1,
Please check the InstallShield KB article and hotfix installer for the VC++ 2019 restart issue.
https://community.flexera.com/t5/InstallShield-Knowledge-Base/InstallShield-VC-2019-Prerequisite-restart-the-machine-after-the/ta-p/192356
... View more
May 18, 2021
05:21 AM
Hi @SpiderLily1 ,
Please check the InstallShield KB article and hotfix installer for the VC++ 2019 restart issue.
https://community.flexera.com/t5/InstallShield-Knowledge-Base/InstallShield-VC-2019-Prerequisite-restart-the-machine-after-the/ta-p/192356
... View more
May 13, 2021
02:06 AM
Hi SpiderLily1, We've dropped back to using InstallShield 2019 (had to modify the 2019 script again) and had to forgo the Server 2019 OS check (thankfully it still identifies itself as a Windows 10 variant) as the BATCH_INSTALL = TRUE didn't seem to sort our issue. Looking forward to trying IS2021 whenever it drops.
... View more
Sep 22, 2020
05:13 PM
I think I solved this for myself. Instead of SdFeatureTree, I used SdFeatureDialog2. The value of DATA_DIR is determined earlier in the script, so this works, and gives the right feature size. nResult = SdFeatureDialog2 (szTitle, szMsg, DATA_DIR, szFeatures);
... View more
May 07, 2020
09:02 AM
I'd just like a confirmation. Previously, for every empty folder that might need to exist, I had to add a line to my installscript. Now, it seems an empty folder in my components just got installed correctly without me having to do anything. Can someone confirm that this was fixed, or this capability was added? I can't find a reference to it in any new features. If so, that's great!
... View more
Labels
- Labels:
-
InstallShield 2019
Feb 28, 2020
12:42 PM
I determined that "if (!MODIFY)" doesn't work. My problem is this. I am installing some .ini files for launchers, and they contain some lines with substrings that must be updated according to user installation selections. I have a function that does this perfectly. It locates the strings in all the .ini files and updates them, leaving the rest of each line intact, because the rest of the lines are different, depending on which .ini file it is. When I run this on initial install, it works perfectly. I have no problems when I uninstall. Repair mode replaces the .ini files, then my function updates them, so there's no problem there. However, when Modify mode is run, substrings are duplicated, so the strings make no sense, and the application launchers do not work. My OnMoveData contains the FeatureTransferData call, followed by function calls according to mode. Is there no way to differentiate when we are running Modify, as opposed to Repair????? if (!MAINTENANCE) then // do initial install stuff UpdateInis(); elseif ( REMOVEALLMODE || REMOVEONLY) then // do cleanup stuff else // must be Repair or Modify modes // Want to call UpdateInis(), but only if it is Repair mode!!!
... View more
Feb 27, 2020
05:36 PM
Setting DataFiles\\RequiredData as a Required feature for the ProgramFiles and PropertiesFiles features did work.
... View more
Feb 04, 2020
01:09 AM
This information can be gotten to just by enlisted individuals whenever and anyplace. Mandspeoplesystem makes it simple for every one of the representatives to get to their payslips quickly paying little heed to the spot and time. MandsPeopleSystem Login
... View more
Dec 12, 2019
04:41 PM
This is for InstallScript, not MSI... I have searched all over, and it's driving me mad. I have a custom dialog with custom text fields, like: "Choose where to install files for %P" "Install %P application to:" "Install %P properties and logs to:" "Install %P data to:" The problem is %P does not resolve to the product name in the custom dialog. It just displays %P. I've also tried [ProductName], and it just displays [ProductName]. I have no idea what I'm doing wrong. I changed the Control IDs for the text fields to 700, 701, 702, 703, 704. My custom dialog is named Ask3DestPaths. I have Ask3DestPaths.rul, with a Ask3DestPathsDialog() function, and DGL_INIT as: case DLG_INIT: // Initialize the back, next, and cancel button enable/disable // states for this dialog and replace %P, %VS, %VI with // IFX_PRODUCT_DISPLAY_NAME, IFX_PRODUCT_DISPLAY_VERSION, and // IFX_INSTALLED_DISPLAY_VERSION, respectively, on control IDs 700-724 and 202. hwndDlg = CmdGetHwndDlg("Ask3DestPathsDialog"); SdGeneralInit("Ask3DestPathsDialog", hwndDlg, 0, ""); In setup.rul, I have: #include "Ask3DestPathsDialog.rul" ... Dlg_Ask3DestPaths: SdProductName("My App"); // This does not work nResult = Ask3DestPathsDialog(); if (nResult = BUTTON_BACK) goto Dlg_SetupType2; I tried calling SdProductName("My App") in different places, in Ask3DestPathsDialog.rul, and in Setup.rul. It doesn't work, and I'd still just want %P to simply resolve to the Product Name "My App" that is set in General Information. Does anyone know the answer to this?
... View more
Labels
- Labels:
-
InstallShield 2016 Professional
Dec 12, 2019
03:48 PM
The links on this page helped, but now I just can't get %P to display the product name. https://helpnet.flexerasoftware.com/installshield19helplib/helplibrary/Dialogs_CreateStandardDlgEd.htm
... View more
Dec 06, 2019
10:45 AM
I have not used this personally, so I can only point you to the documentation: https://helpnet.flexerasoftware.com/installshield19helplib/Subsystems/installshield19langref/helplibrary/LangrefLaunchAppAndWait.htm https://helpnet.flexerasoftware.com/installshield19helplib/Subsystems/installshield19langref/helplibrary/LangrefLaunchAppAndWait_example.htm#Langref_appendixC_899015960_1029072
... View more
Nov 27, 2019
03:50 PM
To clarify, in the message "Could not move [folder2] to [folder2]", those paths are also correct.
... View more
Sep 19, 2019
10:59 AM
Yes, it does sound like the same problem. I'll try TextSubSetValue and TextSubGetValue. If that works, I'll mark your suggestion as the answer. Thanks!
... View more
Sep 11, 2019
09:52 AM
Thank you so much! That helped. Now on to other errors...
... View more
Latest posts by SpiderLily1
Subject | Views | Posted |
---|---|---|
439 | May 25, 2021 02:18 PM | |
475 | May 19, 2021 02:35 PM | |
856 | May 12, 2021 12:35 PM | |
614 | Sep 22, 2020 05:13 PM | |
619 | Sep 22, 2020 02:58 PM | |
423 | May 07, 2020 09:02 AM | |
778 | Feb 28, 2020 12:42 PM | |
782 | Feb 28, 2020 10:52 AM | |
1187 | Feb 27, 2020 05:36 PM | |
1191 | Feb 27, 2020 01:58 PM |
Activity Feed
- Posted Re: SdFeatureTree feature size is wrong on InstallShield Forum. May 25, 2021 02:18 PM
- Posted SdFeatureTree feature size is wrong on InstallShield Forum. May 19, 2021 02:35 PM
- Kudoed Re: Behavior of the SdFinishReboot function in the nstallShield 2020 R3 InstallScript project. for nsanderson. May 12, 2021 12:42 PM
- Kudoed Behavior of the SdFinishReboot function in the nstallShield 2020 R3 InstallScript project. for hirosea. May 12, 2021 12:41 PM
- Posted Re: Behavior of the SdFinishReboot function in the nstallShield 2020 R3 InstallScript project. on InstallShield Forum. May 12, 2021 12:35 PM
- Posted Re: SdFeatureTree feature size incorrect on InstallShield Forum. Sep 22, 2020 05:13 PM
- Posted SdFeatureTree feature size incorrect on InstallShield Forum. Sep 22, 2020 02:58 PM
- Tagged SdFeatureTree feature size incorrect on InstallShield Forum. Sep 22, 2020 02:58 PM
- Tagged SdFeatureTree feature size incorrect on InstallShield Forum. Sep 22, 2020 02:58 PM
- Tagged SdFeatureTree feature size incorrect on InstallShield Forum. Sep 22, 2020 02:58 PM
- Tagged SdFeatureTree feature size incorrect on InstallShield Forum. Sep 22, 2020 02:58 PM
- Posted Does InstallShield 2019 InstallScript now install empty folders? on InstallShield Forum. May 07, 2020 09:02 AM
- Tagged Does InstallShield 2019 InstallScript now install empty folders? on InstallShield Forum. May 07, 2020 09:02 AM
- Tagged Does InstallShield 2019 InstallScript now install empty folders? on InstallShield Forum. May 07, 2020 09:02 AM
- Tagged Does InstallShield 2019 InstallScript now install empty folders? on InstallShield Forum. May 07, 2020 09:02 AM
- Posted Re: How to detect Modify mode in InstallScript on InstallShield Forum. Feb 28, 2020 12:42 PM
- Posted How to detect Modify mode in InstallScript on InstallShield Forum. Feb 28, 2020 10:52 AM
- Tagged How to detect Modify mode in InstallScript on InstallShield Forum. Feb 28, 2020 10:52 AM
- Posted Re: Problems with Features in InstallScript project on InstallShield Forum. Feb 27, 2020 05:36 PM
- Posted Re: Problems with Features in InstallScript project on InstallShield Forum. Feb 27, 2020 01:58 PM