Feb 22, 2019
07:17 AM
1 Kudo
I was able to get this working once I realized that there was a 64-bit and a 32-bit component to the SafeNet client. I had to run the CSP and KSP registration commands for the 32-bit components before InstallShield could use the certificate.
... View more
Jan 18, 2019
10:29 AM
I think I may have figured out what my issue is. I discovered that I cannot sign anything with the certificate if I use the 32-bit version of SignTool, but it works if I use the 64-bit version. Maybe InstallShield would work if I can get the cert to work with the 32-bit SignTool? I wonder if this has anything to do with the Luna client we use for the EV cert.
... View more
Jan 16, 2019
02:25 PM
Sorry I should I mentioned that. Yes, we can sign files using SignTool.exe it's just InstallShield that gives us a problem. We get: ISDEV : error -1027: Failed signing ISSetup.dll ISDEV : error -1027: Failed signing Data1.cab ISDEV : error -6258: An error occurred extracting digital signature information from file " \Data1.cab>". Make sure the digital signature information provided in the IDE is correct. ISDEV : fatal error -6260: Internal build error Also, were you ever able to fix the issue you had on the build machine.
... View more
Jan 16, 2019
02:03 PM
I realize this thread is quite old, but just curious how you even got the EV Cert to work on your workstation. We just had to switch over to an EV Cert and I can't even get it to sign things in the IDE.
... View more
May 29, 2012
12:46 PM
Anything on this yet? I can't install the SAB for 2012 Spring on my build machine that already contains 2012. I can't believe something like this made it through testing.
... View more
Oct 07, 2011
01:58 PM
The feature list can be found here.
... View more
Sep 08, 2011
04:19 PM
Check out this link, I think it addresses your issue. http://technet.microsoft.com/en-us/library/ee844140(WS.10).aspx Basically, mapped network drives do not by default make it into the elevated state of an application. There is a registry tweak that will allow this but it is not something you will be able to do on the fly in your installation, nor is it something I would force on your users. Have you thought about having the user specify a UNC to the network share?
... View more
Aug 11, 2011
08:25 AM
When network drives are mapped, they are linked to the current logon session for the current process access token. This means that, if a drive is mapped in a non-elevated state then it will not appear in any process that is being run elevated. Since InstallShield requires elevation to run you would not be able to see the network drives that were mapped. http://support.microsoft.com/kb/937624 has more details on this topic and instruction on how to implement the EnableLinkedConnections workaround. Other solutions would be to map the same drives from an elevated command prompt, or to simply reference the UNC from within InstallShield.
... View more
Jun 14, 2011
04:50 PM
For features there are 2 modifiers that you can use. The & indicates you are checking the action state of the feature, and ! indicates you are checking the installed state of the feature. The following article gives examples of what I am talking about. Hope this helps. http://msdn.microsoft.com/en-us/library/aa368561(v=vs.85).aspx
... View more
Jun 10, 2011
09:55 AM
Provide movable COM+ extraction utility. Right now I need to install a demo version of InstallShield on the machine that has the COM+ piece running on it to import it into the project. Once I do that I can build and modify the project on any other machine, even if said machine does have that COM+ component on it. It would be nice if I could simply copy an EXE to the demo machine and extract all the COM+ info into a package of some sort. Then take that package to my InstallShield development machine and import into my project.
... View more
Mar 07, 2011
10:04 AM
I have an application I am writing an install for and they want to store some system level settings in a file located in a sub-folder of ProgramData. The problem is they need to elevate in order to write to this file due to folder permissions in ProgramData. I know how to change folder and file permission via the install but my question is is it OK to change the permissions on a sub-folder of ProgramData so that regular users can write to it?
... View more
Labels
- Labels:
-
InstallShield 2011
Oct 27, 2010
04:28 PM
You can set an environment variable named INCLUDE with a semi-colon delimited list of paths you want the compiler to search through.
... View more
Sep 28, 2010
09:40 AM
Yes, the variables are scoped to the current process. But that hasn't caused problems with our build process. We simply set the same variables in the scripts used at build time. I am not familiar with TFS builds yet, but I would imagine you could do something similiar there as well.
... View more
Sep 28, 2010
09:30 AM
We use environment variables for path variables all the time here. However, we do not set them at the system level. Instead we created a small app that helps us manage our install projects. This EXE sets certain environment variables and then opens the ISM project in InstallShield. InstallShield in turn inherits the environment variables set from within the app. In your case it would be easier to create a CMD script that does the same thing. First the script would set your environment variables the way you want them, then it would open the project in InstallShield. BTW, this method has the added benefit of allowing simultaneously develope for different product environments on the same machine.
... View more
Aug 06, 2010
02:17 PM
Is this an InstallScript object? If so, it doesn't show up in the list becuase InstallScript objects are now linked to the version of IntallShield they were created in. In order to use this object you will need to get access to the source code for the object, then open and build it in the version of InstallShield you are using.
... View more
Latest posts by esiemiat
Subject | Views | Posted |
---|---|---|
4320 | Feb 22, 2019 07:17 AM | |
4321 | Jan 18, 2019 10:29 AM | |
4321 | Jan 16, 2019 02:25 PM | |
4321 | Jan 16, 2019 02:03 PM | |
1384 | May 29, 2012 12:46 PM | |
936 | Oct 07, 2011 01:58 PM | |
653 | Sep 08, 2011 04:19 PM | |
514 | Aug 11, 2011 08:25 AM | |
824 | Jun 14, 2011 04:50 PM | |
1877 | Jun 10, 2011 09:55 AM |
Activity Feed
- Got a Kudo for Re: How does InstallShield identifies certificate in a certificate store ?. Feb 13, 2020 06:18 PM
- Posted Re: How does InstallShield identifies certificate in a certificate store ? on InstallShield Forum. Feb 22, 2019 07:17 AM
- Posted Re: How does InstallShield identifies certificate in a certificate store ? on InstallShield Forum. Jan 18, 2019 10:29 AM
- Posted Re: How does InstallShield identifies certificate in a certificate store ? on InstallShield Forum. Jan 16, 2019 02:25 PM
- Posted Re: How does InstallShield identifies certificate in a certificate store ? on InstallShield Forum. Jan 16, 2019 02:03 PM
- Posted Re: IS 2012 Spring SA installation error on InstallShield Forum. May 29, 2012 12:46 PM
- Posted Re: What are the differences between IS Limited Ed, Express, Prof and Premier? on InstallShield Forum. Oct 07, 2011 01:58 PM
- Posted Re: Elevate privileges during installations (UAC issue) on InstallShield Forum. Sep 08, 2011 04:19 PM
- Posted Re: Windows 7 and Network drives on InstallShield Forum. Aug 11, 2011 08:25 AM
- Posted Re: Custom Action by Feature on InstallShield Forum. Jun 14, 2011 04:50 PM
- Posted Re: InstallShield 2012 wishlist on InstallShield Forum. Jun 10, 2011 09:55 AM
- Posted ProgramData Permissions on InstallShield Forum. Mar 07, 2011 10:04 AM
- Posted Re: IsCmdBld.exe and include paths on InstallShield Forum. Oct 27, 2010 04:28 PM
- Posted Re: Having a heck of a time with Path Variables on InstallShield Forum. Sep 28, 2010 09:40 AM
- Posted Re: Having a heck of a time with Path Variables on InstallShield Forum. Sep 28, 2010 09:30 AM
- Posted Re: InstallDialogue object not showing in IS2010 object list screen on InstallShield Forum. Aug 06, 2010 02:17 PM
- Posted Re: Installation Log on InstallShield Forum. Apr 09, 2010 12:39 PM
- Posted Re: Cabinet Viewer failes to open CABs on InstallShield Forum. Feb 24, 2010 11:42 AM
- Posted Re: Dynamic File Linking on InstallShield Forum. Dec 11, 2009 10:26 AM
- Posted Re: Basic MSI - Post Build Batch File on InstallShield Forum. Sep 30, 2009 07:48 AM