Jun 07, 2013
02:37 PM
Hello, I have an InstallScript project that was written in InstallShield 12. I've now upgraded the project to 2012 Spring. After I install my product, and restart my machine, I'm getting Error -5001: 0x8000ffff. Searched a lot through the posts..but couldnt solve. Anyone knows how to get rid of this??? Please help!! Thanks much in advance.
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Dec 17, 2012
12:35 AM
You can try adding the program under HKLM\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AppCompatFlags, with RUNASADMIN value, just before launching it with LaunchApp API.
... View more
Dec 17, 2012
12:31 AM
Check for the upgrade code, mentioned in the upgrade table of the project.
... View more
Dec 10, 2012
11:04 PM
:confused: Hi, My requirement is to have a single msi installer, which will in turn install couple of other msi packages, and VC++ Redistributable, and SQLExpress (both of them are .exes, which later invokes .msi). I've added Msi packages as chained msi, and exe as pre-requisites. but since ive prerequisites, my build output is not an msi, but an exe. If I add the exes to install during custom actions.. I'm not able to do a silent installation of the whole package on Windows 7. It complains of having two exection sequence trying to run in parallel. Is there a way to get out of this situation. Any thought is appreciated... Thanks.
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Nov 20, 2012
02:34 AM
is it not possible to run a suite project in silent mode? I used /s with the suite setup.exe, and installation throwed a warning saying the commandline is not supported.
... View more
Labels
- Labels:
-
InstallShield 2012
Jun 03, 2012
11:49 PM
Even I had the same issue, and used the same approach mentioned in your post, for getting rid of the errors. I wonder what's the issue in self-registering from the IDE.
... View more
May 02, 2012
06:31 AM
Are you trying to build a release which is already created? In that case, use -r to specify the release name. Do not use -c.
... View more
May 02, 2012
04:32 AM
You can display a drop down box for allowing user to select the required drive for installation. After you take the drive info from the user, you can append it with your required folder structure to form your installdir. You can check help on creating combobox for the purpose.
... View more
May 02, 2012
04:27 AM
Did you get the return value of FeatureSetTarget()? What does that say?
... View more
Nov 09, 2010
05:26 AM
Try disabling it at the beginning of OnFirstUIAfter() function ( or the function which you are using in it's place).
... View more
Oct 12, 2010
01:50 AM
To remove InstallShield text from the dialog title, go to Direct Editor -> Dialog. There you can change the title for every dialog that you are using. I guess you'll have to customize your dialog skin for removing InstallShield from the bottom of the dialog.
... View more
Latest posts by J_anitha
Subject | Views | Posted |
---|---|---|
1460 | Jun 07, 2013 02:37 PM | |
1017 | Dec 17, 2012 12:35 AM | |
676 | Dec 17, 2012 12:31 AM | |
1017 | Dec 13, 2012 03:43 AM | |
1210 | Dec 10, 2012 11:04 PM | |
1354 | Nov 20, 2012 02:34 AM | |
788 | Jun 03, 2012 11:49 PM | |
1323 | May 02, 2012 06:31 AM | |
639 | May 02, 2012 06:24 AM | |
727 | May 02, 2012 04:32 AM |
Activity Feed
- Posted Error -5001: 0x8000ffff after restart. Urgent!!! on InstallShield Forum. Jun 07, 2013 02:37 PM
- Posted Re: launch program as administrator on InstallShield Forum. Dec 17, 2012 12:35 AM
- Posted Re: Parallel Installation of 32 and 64 bit Product on InstallShield Forum. Dec 17, 2012 12:31 AM
- Posted Re: launch program as administrator on InstallShield Forum. Dec 13, 2012 03:43 AM
- Posted Chained msi and pre-requisites on InstallShield Forum. Dec 10, 2012 11:04 PM
- Posted Suite in silent mode? on InstallShield Forum. Nov 20, 2012 02:34 AM
- Posted Re: Failed to self-register DLLs in InstallScript project on InstallShield Forum. Jun 03, 2012 11:49 PM
- Posted Re: IsCmdBld Prerequisites in single Setup.exe on InstallShield Forum. May 02, 2012 06:31 AM
- Posted Re: SdStartCopy2 progress dialog missing on InstallShield Forum. May 02, 2012 06:24 AM
- Posted Re: Changing the Drive on InstallShield Forum. May 02, 2012 04:32 AM
- Posted Re: Component not installed on InstallShield Forum. May 02, 2012 04:27 AM
- Posted Re: New user Registration on InstallShield Forum. Nov 19, 2010 04:50 AM
- Posted Re: There is no hourglass while files are being installed on InstallShield Forum. Nov 09, 2010 05:26 AM
- Posted Re: How do I replace InstallShield in the Title Bar and Footer on InstallShield Forum. Oct 12, 2010 01:50 AM
- Posted Re: Error 1628 on Windows 2000 on InstallShield Forum. Oct 11, 2010 01:05 AM
- Posted Re: Error 1628 on Windows 2000 on InstallShield Forum. Oct 08, 2010 05:09 AM
- Posted Re: Changing "setup status" text on progress dialog on InstallShield Forum. Sep 23, 2010 01:23 AM
- Posted Changing "setup status" text on progress dialog on InstallShield Forum. Sep 22, 2010 06:45 AM
- Posted Re: Major update and dynamic link component on InstallShield Forum. Aug 31, 2010 06:30 AM
- Posted Re: Help with feature/subfeature relationships on InstallShield Forum. Aug 31, 2010 06:26 AM