Mar 23, 2018
05:08 PM
I am having the same issue as the OP. How do I get the DLL? Will this issue be solved if I upgrade it to service pack 2? Thank You
... View more
Mar 07, 2018
09:54 AM
tuti2017 wrote: I have a computer with Visual C++ 2015 redistributable update 3 installed. Now, I'm trying to run a setup file that has Visual C++ 2015 redistributable (with no update) x86 and x64. Setup fails. I'm getting the follwing error message: "The installation of Microsoft Visual C++ 2015 redistributable package (x86) appears to have failed...." I'm also getting an error for x64. It looks that I need to edit prq for both x64 anx x86 package. Any ideas how to handle this? I am in the same situation as you. What did you end up doing?
... View more
Feb 26, 2018
02:22 PM
MattQVI wrote: I thought %ALLUSERSPROFILE% was a Windows environment variable and [ALLUSERSPROFILE] was a predefined folder custom to InstallShield. The latter is working for me. Are you able to use the [ALLUSERSPROFILE] predefined folder? Going back to look at this in my install, I have a question of why certain predefined folders are greyed out. Is it because they are no longer supported in version 2015? If that is the case, then I have the same issue with copying/installing files to C:\Users\Public\Public Documents. I have a InstallScript project which I want some components to be delivered to the Public Documents folder. How do I do that?
... View more
Feb 15, 2018
04:47 PM
rguggisberg wrote: There will always be things that just don't quite work the way you intended. Get in the habit of displaying a message box or sprintf of the command line... at least temporarily for test when you have this kind of trouble. If you display the value for sInitUtilityPath the solution will probably become obvious. I have attached the command to the text file. If I run the ie4unint by itself it refreshes the icon.
... View more
Aug 25, 2017
04:36 PM
rguggisberg wrote: Looking at your original post (f the code is still that way) you have defined sInitUtilityFile .. but did not include it in sCommand. I tried to post corrected code but got whacked by the security policy of this site 😞 You should also remove the quotes from the definition of sInitUtilityFile so that they don't get doubled up. I find that it is often a good idea to display a message box or sprintf of the command line... at least temporarily for test. sInitUtilityFile is included with sInitUtilityPath. I will try to remove the quotes and see what happens. I did try to remove the quotes and I got a error #6879: 'ie4uinit': undefined identifier. I printed out the sCommand and it is in the text file.
... View more
Aug 25, 2017
03:09 PM
rguggisberg wrote: If reply from TurboFisch does not solve problem, you could remove the /q and the SW_HIDE so that you can see any error messages. Tried what you suggested and it did not work. This is what I got in the log file. ---- Enter Function : ClearIconCache ---- ++++ WARNING: The IE Per-User Initialization Utility failed to run successfully (0X00000001). ++++ WARNING: Incorrect function. ---- Leave Function : ClearIconCache ----
... View more
Aug 25, 2017
03:08 PM
rguggisberg wrote: Put it some place before using LaunchApplication. Tried what you suggested and it did not work. This is what I got in the log file. ---- Enter Function : ClearIconCache ---- ++++ WARNING: The IE Per-User Initialization Utility failed to run successfully (0X00000001). ++++ WARNING: Incorrect function. ---- Leave Function : ClearIconCache ----
... View more
Aug 24, 2017
10:01 AM
TurboFisch wrote: if you are running on a system with UAC, you might need this: if (SYSINFO.WINNT.bWinXP != TRUE) then LAAW_SHELLEXECUTEVERB = "runas"; endif; Where do I put this? Do I put it right before sCommand? Thank You
... View more
Aug 23, 2017
04:14 PM
The code is attached to the text file. I could not post it here. Can anyone tell me why LAAW_PARAMETERS.nLaunchResult does not return a 0.
... View more
Labels
- Labels:
-
InstallShield 2015
Aug 03, 2017
10:19 AM
mano.n.s75 wrote: hi, Thanks for your reply. I tried some alternate way and seems like its working. What i did was i signed the installer so that the antivirus will recognise it as some genuine program and it got worked. May be someone else could benefit from this. What do you mean signed it? How do you do it?
... View more
Jan 31, 2017
03:45 PM
I have a InstallScript project that I have created. I can install it but cannot uninstall it. I have to click on the exe file to be able to remove it. When I click on the program in control panel it does nothing. What do I need to put in InstallScript for this to work?
... View more
Labels
- Labels:
-
InstallShield 2015
Nov 19, 2015
03:14 PM
Is there anyway to make Install Shield 2010 detect Windows 10. My warning message pops up and detects it as Windows 7. It goes in my ISOSL_WIN7_SERVER2008R2 case. I tried this hotfix https://community.flexerasoftware.com/showthread.php?215189-SYSINFO-nOSMinor-not-working-for-Windows-2012-R2-and-Windows-8-1 and it did not work. When I tried the hotfix it sees it as Windows Vista. nOsmajor and minor are not picking it up.
... View more
Labels
- Labels:
-
InstallShield 2010
Latest posts by vbp0001
Subject | Views | Posted |
---|---|---|
1785 | Mar 23, 2018 05:08 PM | |
1812 | Mar 07, 2018 09:54 AM | |
2390 | Feb 26, 2018 02:22 PM | |
1886 | Feb 15, 2018 04:47 PM | |
3824 | Aug 25, 2017 04:36 PM | |
3824 | Aug 25, 2017 03:09 PM | |
3824 | Aug 25, 2017 03:08 PM | |
3824 | Aug 24, 2017 10:01 AM | |
5100 | Aug 23, 2017 04:14 PM | |
1610 | Aug 03, 2017 10:19 AM |
Activity Feed
- Posted How do I get the DLL on InstallShield Forum. Mar 23, 2018 05:08 PM
- Posted Visual C++ 2015 redistributable update 3 on InstallShield Forum. Mar 07, 2018 09:54 AM
- Posted Re: Predefined folder for PUBLIC Documents? on InstallShield Forum. Feb 26, 2018 02:22 PM
- Posted Command that is ran on InstallShield Forum. Feb 15, 2018 04:47 PM
- Posted Re: Laaw_parameters on InstallShield Forum. Aug 25, 2017 04:36 PM
- Posted Re: Laaw_parameters on InstallShield Forum. Aug 25, 2017 03:09 PM
- Posted Re: Laaw_parameters on InstallShield Forum. Aug 25, 2017 03:08 PM
- Posted Re: Laaw_parameters on InstallShield Forum. Aug 24, 2017 10:01 AM
- Posted Laaw_parameters on InstallShield Forum. Aug 23, 2017 04:14 PM
- Posted Re: antivirus is blocking the installation on InstallShield Forum. Aug 03, 2017 10:19 AM
- Posted Cannot Uninstall from Control Panel on InstallShield Forum. Jan 31, 2017 03:45 PM
- Posted Windows 10 compatibility on InstallShield Forum. Nov 19, 2015 03:14 PM
- Tagged Windows 10 compatibility on InstallShield Forum. Nov 19, 2015 03:14 PM
- Tagged Windows 10 compatibility on InstallShield Forum. Nov 19, 2015 03:14 PM