Feb 27, 2019
09:09 AM
Thanks, Unfortunately we are using the AWS CloudHSM KSP and CNG providers and they are only 64-bit. Some more digging for me... Looking at upgrading to IS2018 to see if Flexera sorted the 64-bit issue. Thanks again. Cheers, ME
... View more
Feb 21, 2019
05:31 PM
Have either of you gotten this working? We moved to AWS CloudHSM and I cannot get this working. As esiemiat has stated, the 32-bit signtool does not work as it cannot find a match between the private and public keys. I can sign using the 64-bit signtool so I am thinking that I will need to do a custom event that will sign the files as they are being streamed into the package then use the Precompression event for signing a MSI and the Postbuild event to sign any single .exe produced. The last two events are easy but the streaming one has eluded me :confused:. Any ideas either of you may have would be welcomed. Cheers, ME
... View more
Jun 22, 2011
10:32 AM
Hey GG, According to your example you have a Basic MSI or an InstallShield MSI project. If you do, then you should be able to set the properties using the INI File Changes View. I am not sure if that is available in IS2009 Express. If it is, then you will be able to set up your value to include the [INSTALLDIR] property. If that does not work, you will have to create a custom action to modify the Desktop.ini file. You can use the InstallScript function WriteProfString() to update the file to reflect the path correctly. Just remember to flush the cache after writing. WriteProfString( "Path:\To\Desktop.ini", ".ShellClassInfo", "IconFile", INSTALLDIR ^ "icons\\menu_folder.ico" ); WriteProfString( "", "", "", "" ); // null string for all four parameters to clear the cache. If you have an InstallScript project then the above code would work as well. Hope this is helpful. ME
... View more
Aug 19, 2010
09:27 AM
Just wondering if anyone has run into this. Any insight would be helpful. Cheers, ME
... View more
Jun 01, 2010
01:38 PM
Hello all, I am seeing a very strange issue here that I have not been able to get a good answer for. I have upgraded an IS2008 InstallScript project to use IS2009 and likewise for the build scripts using the StandAlone build automation interface. I can build the project fine from the IDE however when attempting to build using ISCmdBld.exe the interface is attempting to upgrade the project. Upgrading table _Validation Upgrading table Binary Upgrading table CheckBox Upgrading table Property Upgrading table ComboBox Upgrading table Component Upgrading table Control Upgrading table Dialog Upgrading table Directory Upgrading table Feature Upgrading table FeatureComponents Upgrading table File Upgrading table Font Upgrading table ISAlias Upgrading table ISAssistantTag Upgrading table ISComponentExtended Upgrading table ISComponentSubFolder Upgrading table ISDRMFile Upgrading table ISDRMFileAttribute Upgrading table ISDRMLicense Upgrading table ISDependency Upgrading table ISDisk1File Upgrading table ISDynamicFile Upgrading table ISFeatureExtended Upgrading table ISFeatureMergeModuleExcludes Upgrading table ISFeatureMergeModules Upgrading table ISFileManifests Upgrading table ISIISAppPool Upgrading table ISIISCommon Upgrading table ISIISMetaData Upgrading table ISIISWebServiceExtension Upgrading table ISLanguage Upgrading table ISLinkerLibrary Upgrading table ISLocalControl Upgrading table ISLocalDialog Upgrading table ISLocalRadioButton Upgrading table ISMergeModule Upgrading table ISMergeModuleCfgValues Upgrading table ISPathVariable Upgrading table ISProObjectProperty Upgrading table ISProductConfiguration Upgrading table ISProductConfigurationProperty Upgrading table ISRegistrySet Upgrading table ISRegistrySetComponents Upgrading table ISRelease Upgrading table ISReleasePro Upgrading table ISReleaseProDataAsFiles Upgrading table ISReleaseProFeatureInclude Upgrading table ISReleaseProOtherDiskFiles Upgrading table ISReleaseProPreviousMedias Upgrading table ISReleaseProReserveSpace Upgrading table ISReleaseProperty Upgrading table ISReleasePublishInfo Upgrading table ISRequiredFeature Upgrading table ISSQLConnection Upgrading table ISSQLConnectionDBServer Upgrading table ISSQLConnectionScript Upgrading table ISSQLDBMetaData Upgrading table ISSQLRequirement Upgrading table ISSQLScriptError Upgrading table ISSQLScriptFile Upgrading table ISSQLScriptImport Upgrading table ISSQLScriptReplace Upgrading table ISScriptFile Upgrading table ISSetupFile Upgrading table ISSetupPrerequisites Upgrading table ISSetupType Upgrading table ISSetupTypeFeatures Upgrading table ISShortcutComponents Upgrading table ISStorages Upgrading table ISString Upgrading table ISVRoot Upgrading table ISVRootAppMaps Upgrading table ISVirtualDirectory Upgrading table ISVirtualFile Upgrading table ISVirtualPackage Upgrading table ISVirtualRegistry Upgrading table ISVirtualRelease Upgrading table ISVirtualShortcut Upgrading table ISWebSite Upgrading table ISXmlElement Upgrading table ISXmlElementAttrib Upgrading table ISXmlFile Upgrading table ISXmlLocator Upgrading table Icon Upgrading table InstallShield Upgrading table ListBox Upgrading table ListView Upgrading table MsiPatchOldAssemblyFile Upgrading table MsiPatchOldAssemblyName ISDEV : error 5001: Failed to resolve a field value. MsiPatchOldAssemblyName Upgrading table RadioButton Upgrading table Registry Upgrading table Shortcut Upgrading table TextStyle Upgrade completed with 1 errors, 0 warnings and it fails. It produces a .ism.768 file. Now for the really strange part... When I reopen the project in the IS2009 IDE I get: --------------------------- InstallShield --------------------------- This project was created using a previous version of InstallShield and must be converted. A backup copy of your original project file will be made at ...\ .ism.766. Do you want to convert the project? --------------------------- Yes No --------------------------- Once I convert it, again, the IDE performs an upgrade Upgrading table _Validation Upgrading table Binary Upgrading table CheckBox Upgrading table Property Upgrading table ComboBox Upgrading table Component Upgrading table Control Upgrading table Dialog Upgrading table Directory Upgrading table Feature Upgrading table FeatureComponents Upgrading table File Upgrading table Font Upgrading table ISAlias Upgrading table ISAssistantTag Upgrading table ISComponentExtended Upgrading table ISComponentSubFolder Upgrading table ISDRMFile Upgrading table ISDRMFileAttribute Upgrading table ISDRMLicense Upgrading table ISDependency Upgrading table ISDisk1File Upgrading table ISDynamicFile Upgrading table ISFeatureExtended Upgrading table ISFeatureMergeModuleExcludes Upgrading table ISFeatureMergeModules Upgrading table ISFeatureSetupPrerequisites Upgrading table ISFileManifests Upgrading table ISIISAppPool Upgrading table ISIISCommon Upgrading table ISIISMetaData Upgrading table ISIISWebServiceExtension Upgrading table ISLanguage Upgrading table ISLinkerLibrary Upgrading table ISLocalControl Upgrading table ISLocalDialog Upgrading table ISLocalRadioButton Upgrading table ISMergeModule Upgrading table ISMergeModuleCfgValues Upgrading table ISPathVariable Upgrading table ISProObjectProperty Upgrading table ISProductConfiguration Upgrading table ISProductConfigurationProperty Upgrading table ISRegistrySet Upgrading table ISRegistrySetComponents Upgrading table ISRelease Upgrading table ISReleasePro Upgrading table ISReleaseProDataAsFiles Upgrading table ISReleaseProFeatureInclude Upgrading table ISReleaseProOtherDiskFiles Upgrading table ISReleaseProPreviousMedias Upgrading table ISReleaseProReserveSpace Upgrading table ISReleaseProperty Upgrading table ISReleasePublishInfo Upgrading table ISRequiredFeature Upgrading table ISSQLConnection Upgrading table ISSQLConnectionDBServer Upgrading table ISSQLConnectionScript Upgrading table ISSQLDBMetaData Upgrading table ISSQLRequirement Upgrading table ISSQLScriptError Upgrading table ISSQLScriptFile Upgrading table ISSQLScriptImport Upgrading table ISSQLScriptReplace Upgrading table ISScriptFile Upgrading table ISSetupFile Upgrading table ISSetupPrerequisites Upgrading table ISSetupType Upgrading table ISSetupTypeFeatures Upgrading table ISShortcutComponents Upgrading table ISStorages Upgrading table ISString Upgrading table ISVRoot Upgrading table ISVRootAppMaps Upgrading table ISVirtualDirectory Upgrading table ISVirtualFile Upgrading table ISVirtualPackage Upgrading table ISVirtualRegistry Upgrading table ISVirtualRelease Upgrading table ISVirtualShortcut Upgrading table ISWebSite Upgrading table ISXmlElement Upgrading table ISXmlElementAttrib Upgrading table ISXmlFile Upgrading table ISXmlLocator Upgrading table Icon Upgrading table InstallShield Upgrading table ListBox Upgrading table ListView Upgrading table MsiEmbeddedUI Upgrading table MsiPatchOldAssemblyFile Upgrading table MsiPatchOldAssemblyName Upgrading table RadioButton Upgrading table Registry Upgrading table Shortcut Upgrading table TextStyle Upgrading Windows Mobile functionality where necesssary Upgrade completed with 0 errors, 0 warnings and I can build from the IDE with no issues. I have searched the forums and Knowledge Base to no avail. I have confirmed that I am running IS2009 SP2 for both the IDE and standalone engine and the ISSetup.dll versions for both are 15.0.0.591. Anyone run into this before? Help! ME
... View more
Labels
- Labels:
-
InstallShield 2009
Apr 02, 2008
10:39 AM
Hey Chetan, I am not very familiar with IS11.5 however to make the desktop.ini a system file is as easy are running a DOS command 'attrib +s +h desktop.ini'. As for the tool tips, if the description field in IS11.5 corresponds to the comment field of the shortcut then you should not be seeing an issue. To check this, look up the properties of the shortcut you created. If the description you wrote, Start the EJB server, is there then click apply and test the tool tip on hover. I have seen some behaviour like this when IS sets the information correctly but is not able to refresh the UI to show it. It usually will show correctly after a restart of the system. Cheers, ME
... View more
Mar 28, 2008
12:32 PM
Well gang, It seems like we are the small fish in a very big pond here. I would return IS2008 if they allowed it because of this issue. As it is, it looks like I will be downgrading to IS11.0 or looking at Wise because there doesn't seem to be any help here. Thank you all for your replies and good luck. It's a pity as I usually defend IS but they have let me down. 😞 ME
... View more
Mar 28, 2008
05:51 AM
Chetan, You have to place the file in the folder you want to display the changed icon. In your case it should be in: DRIVE:\Documents and Settings\All Users\Start Menu\Programs\Savvion The Desktop.ini file should have the System and Hidden attributes set. Just remember you will have to delete this file before you remove the shortcuts since IS will not remove it because it contains a file it did not put there. Cheers, ME
... View more
Mar 17, 2008
12:02 PM
Michael, That being said, I have IS2008 Premier and it is supposed to have support for Chinese (Simplified) however it does not render the characters correctly in a combo box to choose the installed application's display language. I am getting the values from a UTF-8 file which has the correct symbols as the languages are shown in their native text. Does InstallShield render the characters correctly only based on a target systems' settings? My project is InstallScript. Cheers, ME
... View more
Mar 17, 2008
11:29 AM
ZenDragon, Is it fixed? I was away for March Break so I couldn't reply? You got the IS master when Robert answered. Anyway hope the help worked. Cheers, ME
... View more
Mar 11, 2008
11:55 AM
What you have to do is call the custom action you created just before InstallFinalize. The InstallFinalize action is the last transacted action taken by the installation package. If you look up InstallFinalize in the help files it will give you more information. So the steps are: [LIST=1] Add a script file to your project and craft your exported functions. Create a custom action as per the instructions from my last post that calls the functions. Move that action to just before InstallFinalize so it is the second last thing your package does. Make sure you have figured out if you are installing/uninstalling or you may get bad results. Cheers, ME
... View more
Mar 11, 2008
11:40 AM
Hey Josep, It is not allowed under Support Files - Language Independent. However you can add folders under Support Files - Advanced Files - Other. The documentation snippet is: To add a file or folder to a disk image folder: [LIST=1] Click the Other node in the Support Files view. The Files pane is displayed on the right. Right-click anywhere in the Files pane and select Insert Files or Insert Folder, or place your cursor in the Files pane and press INSERT (to insert a file) or Ctrl+Insert (to insert a folder). The Open dialog is displayed. Select a file or folder in the Open dialog and click OK to add the file to Last Disk. To specify the disk, run the Release Wizard and in the General Options panel, click the Other Disk Files button. You can find the whole document and the references by looking up 'Adding Files and Folders to the Other Disk Folder' in the help. Cheers, ME
... View more
Mar 11, 2008
11:11 AM
Is this still a problem? A little poking around the help files will definitely give you what you need to write your own script. If you still need help let me know. Cheers, ME
... View more
Latest posts by MarkEarle
Subject | Views | Posted |
---|---|---|
4309 | Feb 27, 2019 09:09 AM | |
4309 | Feb 21, 2019 05:31 PM | |
570 | Jan 19, 2012 01:25 PM | |
2881 | Jun 22, 2011 10:32 AM | |
819 | Aug 19, 2010 09:27 AM | |
4208 | Jun 01, 2010 01:38 PM | |
1094 | Jun 18, 2009 07:27 AM | |
2881 | Apr 02, 2008 10:39 AM | |
2317 | Mar 28, 2008 12:32 PM | |
2881 | Mar 28, 2008 05:51 AM |
Activity Feed
- Posted Thanks on InstallShield Forum. Feb 27, 2019 09:09 AM
- Posted Can't get the certificate store option working on InstallShield Forum. Feb 21, 2019 05:31 PM
- Posted Re: Create 64-bit setup on InstallShield Forum. Jan 19, 2012 01:25 PM
- Posted Re: How to use icon for folder shortcut ? on InstallShield Forum. Jun 22, 2011 10:32 AM
- Posted Ping on InstallShield Forum. Aug 19, 2010 09:27 AM
- Posted IS2009 Standalone build does not match IDE. on InstallShield Forum. Jun 01, 2010 01:38 PM
- Posted Re: Default focus on Buttons on InstallShield Forum. Jun 18, 2009 07:27 AM
- Posted Re: How to use icon for folder shortcut ? on InstallShield Forum. Apr 02, 2008 10:39 AM
- Posted Isn't anyone from Macrovision moderating this topic? on InstallShield Forum. Mar 28, 2008 12:32 PM
- Posted Re: How to use icon for folder shortcut ? on InstallShield Forum. Mar 28, 2008 05:51 AM
- Posted Re: Language rendering question on InstallShield Forum. Mar 17, 2008 12:02 PM
- Posted Re: Run script (or something) on uninstall?? on InstallShield Forum. Mar 17, 2008 11:29 AM
- Posted Re: Run script (or something) on uninstall?? on InstallShield Forum. Mar 11, 2008 11:55 AM
- Posted Re: How to add folders to Support Files - Language Independent? on InstallShield Forum. Mar 11, 2008 11:40 AM
- Posted Re: Installpath by Registry wont work on InstallShield Forum. Mar 11, 2008 11:11 AM
- Posted Re: Need help to permanently set a registry key value (no uninstall) on InstallShield Forum. Mar 11, 2008 09:38 AM
- Posted Re: Changing the background image of the wizard on InstallShield Forum. Mar 11, 2008 09:13 AM
- Posted Re: Installing Optional Software. on InstallShield Forum. Mar 11, 2008 09:07 AM
- Posted Re: Run script (or something) on uninstall?? on InstallShield Forum. Mar 11, 2008 07:20 AM
- Posted Re: Run script (or something) on uninstall?? on InstallShield Forum. Mar 10, 2008 03:55 PM