May 30, 2010
07:04 PM
An icky solution....in the parameters for DoInstall we include : DOINSTALL_OPTION_NOHIDEPROGRESS this gives the focus to the child installation but it also shows the progress bar AGAIN....
... View more
Jan 22, 2010
01:26 PM
When launching child installs from main installs the child install goes to the background of the main install while the main waits for the child to finish. In previous versions of installshield this was never an issue. I've tried passing all manner of cmdline switches and nothing seems to work. Any ideas would be great. The risk of upgrading...."breaking your installs"!!!....this is the last hurdle in migrating to 2010, I sure hope it's the last! Jennifer addendum: The only way around this I have found is to use DOINSTALL_OPTION_NOHIDEPROGRESS which is kind of gross because now the progress bar for each child install gets displayed and the install doesn't look as seamless.
... View more
Labels
- Labels:
-
InstallShield 2010
Jan 05, 2010
02:39 PM
Ribena wrote: Did as you suggested and created a test InstallScript Project with a CDROM release media signing the setup.exe using my .spc and .pvk files. Doesn't work. Get unknown publisher. Try signing the setup.exe manually with signcode and it works, bingo our company name comes up. Ok, this is what I needed to do to get it to work: a) reinstall InstallShield 2010 Premier AND SP1 completely (one of the menu items "Build -> Settings" now brings up dialog like it should) b) create new Media, signing works on my new media but not on any that existed when migrating projects from IS12 ....but now when I try to recreate my old media types it stops working, so clearly there is something about my media that is interferring in signing....now to pin point.....argh.
... View more
Dec 31, 2009
10:35 AM
Marwan wrote: Signing works. The only limitation is that InstallShield does not support using .pfx files to sign media header files (.hdr files) in InstallScript projects and the build silently ignores this. A new warning will be added to the Build process so users are notified of this limitation (#IOA-000052112). To narrow this down, just create a new project and specify to only sign setup.exe then verify that the Digital Signatures Tab is shown on the Setup.exe Properties page. Also, you can try running "SignCode.exe" to see if you can sign any executable. Did as you suggested and created a test InstallScript Project with a CDROM release media signing the setup.exe using my .spc and .pvk files. Doesn't work. Get unknown publisher. Try signing the setup.exe manually with signcode and it works, bingo our company name comes up.
... View more
Dec 30, 2009
04:36 PM
Ribena wrote: That's Lame! They do work however because I still use them in the defunct "package for the web" and it actually shows they've successfully been signed. I am trying the pfx option. Using the pfx I select "Sign setup.exe" (the only option) and I get no errors and yet it doesn't sign it, very similar to IS12! you'd think it would say something to indicate it's not signing. How do I get it to sign???? So are you basically saying Installshield's signing has been broken since IS12 and is still broken? If I change the password to a bogus one in IS12 it gives me an error saying the password is wrong. But if it's right it just does NOTHING? What am I to do? BTW I get the same thing in 2010, if I change it to a bogus pwd I get an immediate error 5032 failed to sign setup launcher...put in the right one and it does NOTHING. ... SO pfx for the other makes no diff, neither work
... View more
Dec 30, 2009
11:53 AM
Marwan wrote: You are using IS2010? Also, did you specify a company URL? What do you mean that previously, Macrovision showed up? I think in IS12, Setup.exe by default was digitally signed by Macrovision, but that practice stopped as Setup.exe should be signed by the author. If this is the case, the your Setup.exe was never really signed using your own certificates. That's Lame! They do work however because I still use them in the defunct "package for the web" and it actually shows they've successfully been signed. I am trying the pfx option. Using the pfx I select "Sign setup.exe" (the only option) and I get no errors and yet it doesn't sign it, very similar to IS12! you'd think it would say something to indicate it's not signing. How do I get it to sign????
... View more
Dec 30, 2009
10:51 AM
Marwan wrote: Are you sure the .spc and .pvk files you are using are valid? Yes, quite, they don't expire until March and I've been using them without issue in InstallShield 12.
... View more
Dec 29, 2009
01:33 PM
I am trying to sign my InstallScript project media. The only option that works is "Sign media header" "Sign setup.exe" results in the error Failed to sign setup launcher -5032 However, signing the media header is not sufficient to remove the "unknown" from publisher when running my setup on windows 7 or vista. In my old version of InstallShield 12 I would select "sign media header" and "macrovision" would show up as the publisher. Also an installscript project. I am wondering how to get rid of this error! Gracias
... View more
Labels
- Labels:
-
InstallShield 2010
Dec 29, 2009
10:22 AM
Thanks! That will help!
... View more
Dec 22, 2009
05:16 PM
Hi, First of all I want to change the language descriptors in my installscript project. I don't want it to say "English (United States)", just "English" as our product comes in either USA English or English International, regardless that it's not an option in the installer. So the only way I've found to do this is manually replace the string resource files. This is a pain but I don't know where else to do it. Secondly if I could fix this permanently somewhere in the IDE I would like to have all those string resource files compressed somewhere, like they used to be.... Cheers!
... View more
Labels
- Labels:
-
InstallShield 2010
Dec 10, 2009
04:09 PM
Do you not have the software....it would take 2 seconds to reproduce. as I said in my original post: "the dialog box that appears in the other types of installs", meaning basic msi and installscript msi and NO it never appears in an InstallScript project
... View more
Dec 09, 2009
12:40 PM
Hi, I'm migrating my installs and have discovered the dialog box that appears in the other types of installs is not appearing in the InstallScript type project. If I click on Build -> Settings absolutely nothing happens....I'm trying to set a preprocessor define to compile a custom script and I can't. I can temporarily add it a media but I don't want it there long term... very odd. Cheers, Ribena
... View more
Labels
- Labels:
-
InstallShield 2010
Sep 25, 2007
03:08 PM
I get this issue on Vista only
... View more
Latest posts by Ribena
Subject | Views | Posted |
---|---|---|
707 | May 30, 2010 07:04 PM | |
2161 | Jan 22, 2010 01:26 PM | |
2196 | Jan 05, 2010 02:39 PM | |
2196 | Dec 31, 2009 10:35 AM | |
2196 | Dec 30, 2009 04:36 PM | |
2196 | Dec 30, 2009 11:53 AM | |
2196 | Dec 30, 2009 10:51 AM | |
11526 | Dec 29, 2009 01:33 PM | |
569 | Dec 29, 2009 10:22 AM | |
2039 | Dec 22, 2009 05:16 PM |
Activity Feed
- Posted Re: DoInstall: child install doesn't get focus on InstallShield Forum. May 30, 2010 07:04 PM
- Posted DoInstall: child install doesn't get focus on InstallShield Forum. Jan 22, 2010 01:26 PM
- Posted Re: Failed to sign setup launcher -5032 on InstallShield Forum. Jan 05, 2010 02:39 PM
- Posted Re: Failed to sign setup launcher -5032 on InstallShield Forum. Dec 31, 2009 10:35 AM
- Posted Re: Failed to sign setup launcher -5032 on InstallShield Forum. Dec 30, 2009 04:36 PM
- Posted Re: Failed to sign setup launcher -5032 on InstallShield Forum. Dec 30, 2009 11:53 AM
- Posted Re: Failed to sign setup launcher -5032 on InstallShield Forum. Dec 30, 2009 10:51 AM
- Posted Failed to sign setup launcher -5032 on InstallShield Forum. Dec 29, 2009 01:33 PM
- Posted Re: string resource files and language selection on InstallShield Forum. Dec 29, 2009 10:22 AM
- Posted string resource files and language selection on InstallShield Forum. Dec 22, 2009 05:16 PM
- Posted Re: Build Settings Dialog NOT appearing.... on InstallShield Forum. Dec 11, 2009 08:53 AM
- Posted Re: Build Settings Dialog NOT appearing.... on InstallShield Forum. Dec 10, 2009 04:09 PM
- Posted any installscript project on InstallShield Forum. Dec 10, 2009 01:37 PM
- Posted Build Settings Dialog NOT appearing.... on InstallShield Forum. Dec 09, 2009 12:40 PM
- Posted Re: Setup displays "This Setup was created with an EVALUATION VERSION of InstallShield". on InstallShield Forum. Sep 25, 2007 03:08 PM