This website uses cookies. By clicking OK, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Roman1
Flexera beginner
Jan 21, 2019
01:27 AM
From the IS Help: In Basic MSI or InstallScript MSI projects, each InstallScript custom action initializes its own engine. Each engine does not know where the primary SUPPORTDIR is, and each engine does not extract its own private copy of the support files.
... View more
Jan 18, 2019
03:02 AM
Try to put MaximCert.cer to Binary Table. Use StreamFileFromBinary ( hInstall(HWND), svObjectBinaryKey, szFileName ); just before calling CACert_1_Wire_Driver. Rewrite CACert_1_Wire_Driver CA to defined temp directory of MaximCert.cer
... View more
Dec 03, 2018
02:18 AM
Update https://support.microsoft.com/en-us/help/3140245/update-to-enable-tls-1-1-and-tls-1-2-as-default-secure-protocols-in-wi/
... View more
Sep 28, 2018
06:28 AM
DialogSetFont (szFontName, nFontSize, nReserved); The DialogSetFont function sets the font for InstallScript dialogs that are displayed at run time. This function affects built-in InstallScript dialogs and custom InstallScript Dialogs For Basic-MSI Dialogs please set the property: DefaultUIFont https://docs.microsoft.com/en-us/windows/desktop/msi/defaultuifont
... View more
Sep 18, 2018
08:03 AM
PowerShell Custom Actions which are launched from a DoAction control event are unable to write to the MSI log. This is documented in the below article: PowerShell Trace-info Cmdlet Does Not Write To Log: https://flexeracommunity.force.com/customer/articles/en_US/FAQ/PowerShell-Trace-info-Cmdlet-Does-Not-Write-To-Log
... View more
Aug 20, 2018
07:14 AM
$scriptPath = "C:\devX11-Installations\test" $ISWiProj = New-Object -ComObject ISWiAuto24.ISWiProject $ismFilepath = "$scriptPath\test.ism" $ISWiProj.OpenProject($ismFilepath) $ISWProjRelease = $ISWiProj.ISWiProductConfigs.Item("Product Configuration 1").ISWiReleases.Item("Release 1") $ISWProjRelease.Build() $ISWiProj.closeProject() exit ## USE Powershell x86 ! ##
... View more
Nov 14, 2017
01:58 AM
Have you tried this workaround: ( search by google ) http://simplyputsoftware.com/error-2842/error-2842.php https://blogs.msdn.microsoft.com/astebner/2004/11/10/troubleshooting-1935-and-2908-errors-during-installation/
... View more
Aug 24, 2016
07:20 AM
Hello, I am just trying to install MSI Tools On the beginning of setup it comes: --------------------------- InstallShield MSI Tools - InstallShield Wizard --------------------------- InstallShield optionally uses the Microsoft (R) .NET 2.0 Framework. Would you like to install it now? --------------------------- Yes No --------------------------- If I click "Yes" setup gives error: --------------------------- InstallShield MSI Tools Installer Information --------------------------- This install requires the .NET Framework 2.0 to be installed on the machine. The setup will now abort. --------------------------- Yes --------------------------- Any hints, please?
... View more
Labels
Aug 24, 2016
12:50 AM
Hello, what does it mean "Perpetual Licence" ?
... View more
Labels
Jul 26, 2016
06:32 AM
Thanks, it works!
... View more
Apr 20, 2016
03:49 AM
Requirements get from Microsoft MSDN: InitializeCriticalSectionEx Minimum supported client -- Windows Vista [desktop apps | Windows Store apps] Minimum supported server -- Windows Server 2008 [desktop apps | Windows Store apps] Minimum supported phone -- Windows Phone 8
... View more
Nov 11, 2015
06:28 AM
=== Verbose logging started: 11/6/2015 9:45:34 Build type: SHIP UNICODE 4.05.6002.00 Calling process: C:\Windows\system32\MSIEXEC.EXE === Property(C): MsiNTProductType = 3 Property(C): ServicePackLevelMinor = 0 Property(C): ServicePackLevel = 2 Property(C): WindowsBuild = 6002 Property(C): VersionNT64 = 600 Property(C): VersionMsi = 4.05 Property(C): VersionDatabase = 405 MSI (s) (F0:F0) [09:47:37:158]: Skipping action: MsiConfigureServices (condition is false) Check the condition P.S. Have you checked, if all Passwords are removed from log file?
... View more
Oct 01, 2015
04:09 AM
Hello, have anyone issues with building and certifying setups? Since today morning I become error: "SignTool Error: An error occurred while attempting to timestamp ...." Our Certificates are made by VeriSign.
... View more
Labels
Latest posts by Roman1
Subject | Views | Posted |
---|---|---|
1371 | Jan 21, 2019 01:27 AM | |
1371 | Jan 18, 2019 03:02 AM | |
2165 | Dec 03, 2018 02:18 AM | |
652 | Sep 28, 2018 06:28 AM | |
1081 | Sep 18, 2018 08:03 AM | |
1631 | Aug 20, 2018 07:14 AM | |
446 | Mar 01, 2018 12:02 AM | |
927 | Nov 14, 2017 01:58 AM | |
3133 | Aug 24, 2016 07:20 AM | |
3217 | Aug 24, 2016 12:50 AM |
Activity Feed
- Posted SUPPORTDIR in BASIC-MSI Setup on InstallShield Forum. Jan 21, 2019 01:27 AM
- Posted Re: Error 1721 When Installing on InstallShield Forum. Jan 18, 2019 03:02 AM
- Posted Re: TLS 1.2 support in IS 2018 ? on InstallShield Forum. Dec 03, 2018 02:18 AM
- Posted Re: Somebody Help Me... For Dialog's Font Change on InstallShield Forum. Sep 28, 2018 06:28 AM
- Posted PS1 called by DoAction on InstallShield Forum. Sep 18, 2018 08:03 AM
- Posted It does work ... on InstallShield Forum. Aug 20, 2018 07:14 AM
- Posted Re: How to Run cmd Command in package on InstallShield Forum. Mar 01, 2018 12:02 AM
- Posted Error 2842 on InstallShield Forum. Nov 14, 2017 01:58 AM
- Posted Windows 10: InstallShield MSI Tools can not be installed on InstallShield Forum. Aug 24, 2016 07:20 AM
- Posted InstallShield 2016 Collaboration Perpetual License on InstallShield Forum. Aug 24, 2016 12:50 AM
- Tagged InstallShield 2016 Collaboration Perpetual License on InstallShield Forum. Aug 24, 2016 12:50 AM
- Tagged InstallShield 2016 Collaboration Perpetual License on InstallShield Forum. Aug 24, 2016 12:50 AM
- Posted Re: ISDEV: The product license has been corrupted on InstallShield Forum. Jul 26, 2016 06:32 AM
- Posted Re: Suite / Advanced UI setups crash on Windows XP SP3 -- Is there a fix for this? on InstallShield Forum. Apr 20, 2016 03:49 AM
- Posted Re: service with the start type of "Delayed Start" is not working on InstallShield Forum. Nov 11, 2015 06:28 AM
- Posted Get another Timestamp Server on InstallShield Forum. Oct 01, 2015 08:13 AM
- Posted Verisign: Timestamp Error on InstallShield Forum. Oct 01, 2015 04:09 AM
- Posted VS 2012, Merge Modules on InstallShield Forum. Sep 28, 2015 01:38 AM
- Posted Re: MSI: Any possibility to find out, if msi runs on W10? on InstallShield Forum. Jul 29, 2015 05:05 AM
- Posted Re: ISWiRelease Object on InstallShield Forum. Jun 16, 2015 12:15 PM
Contact Me
Online Status |
Offline
|
Date Last Visited |
Jun 14, 2019
07:41 AM
|