Feb 11, 2020
02:59 AM
IS 2019 R3 - the same problem Unspecified error ISWiAutomation.ISWiRelease.BuildInternal ISWiAutomation.ISWiRelease.Build Code: 800A4005 Source: ISWiAuto25
... View more
Jan 06, 2014
07:54 AM
Yes, and yes. You can add the "billboard" control and specify multiple child images for it to cycle through. You can either use timing or progress percentage (I typically prefer using timing) to control when it changes images. For Flash support, the "image" control can be pointed at a .swf file instead of the more usual .png or .jpg file.
... View more
Oct 23, 2015
12:52 PM
To save time and help out any that encounter this problem… this was answered by Josh at https://community.flexerasoftware.com/showthread.php?174794-Standard-Maintainence-Dialog-box-and-Yes-No-message-box&highlight=ifx_maintui_msg The part that may not be obvious is that when you go to the InstallScript tab some Events may not appear (at least they did not in my InstallScript MSI project). To add them: • Click on Files and Setup.rul • Pull down the drop-down in the window to the right (Initializaton) • Select ‘Before Move Data’ • Now select the desired Event in the box to the right to insert it into your Setup.rul • Proceed to edit as needed
... View more
Jun 23, 2013
08:32 AM
Hi, I had the same issue and i solved it after consultation with Christopher Painter. Ive created empty .csproj with the same name as suite and manually added following msbuild code. I also have .issuite file included in my .csproj so I can checkin and checkout this file. All changes in .issuite I do using the authoring tool because i found it just better. To modify the IsCmdBld.exe parameters i used http://kb.flexerasoftware.com/doc/Helpnet/installshield12helplib/UsingIScmdBld.htm $(MSBuildProjectDirectory)\$(MSBuildProjectName).issuite ... Best regards, Marek
... View more
Mar 12, 2013
02:23 AM
I do not think there is any redistributable available for redistributing MFC71.dll, MSVCR71.dll and associated dlls. You will have to manually bundle them in your installer. You can choose to create a merge module for the same.
... View more
Jul 08, 2012
11:45 PM
Write a batch file with the correct command line and ask the user to double click the batch file instead. also MST's need to be on the local HDD in order to apply. if you launch from a UNC or mapped drive, the changes in the MST will not apply.
... View more
Jan 11, 2012
02:54 PM
Yes, you downloaded the correct one. We simply swapped out the old bits and replaced them with the new bits.
... View more
May 17, 2012
10:18 AM
Or how about making an option to create containers for the features, to organize features into groups. Example, a +/- option container for server or client features.
... View more
Dec 12, 2011
09:27 AM
MichaelU wrote: Ah, yeah that looks like a problem case. I can work around it by adding a 64-bit MSI package and putting an extra backslash in the path, making it look like [ProgramFiles64Folder]\MyPathHere. Neither of these steps should be necessary, so I'm filing IOA-000067153 to track this. MichaelU, just a little more info. that might be useful for you: I now have a workaround, but the only way I got it to work was to spell out the path in the Detection condition (C:\Program Files\MY APPS\App One\TheFile.exe), and avoid [ProgramFiles64Folder] altogether -- even when I inserted the trailing backslash it still could not find the file. Since 99% of our customers install to drive C:\ and use 64-bit Win7, this workaround is painless. By the way, the automated uninstall of the app also worked (i.e., uninstalling the top-level Suite correctly auto-uninstalled the 64-bit app ... hooray!:) )
... View more
Dec 05, 2011
02:49 PM
It sounds like you're wrapping up a Basic MSI project with setup.exe and prerequisites for use as an EXE package. I would suggest either turning the prerequisite into another package and including the MSI as an MSI package, or looking for an alternate way to remove it (consider what the uninstall string would run, perhaps something like this: [SystemFolder]msiexec.exe /qb /x {PROD-UCT-CODE-HERE}).
... View more
Nov 30, 2011
08:50 AM
I have installed SP1 (IS2012 Pro), but none of the files seem to have been updated. The ISMSIEntity.dll file mentioned still shows 18.0.0.329. I don't know if the About screen should reflect SP1 (as it did with IS2010), but it does not. However, whenever I start Installshield, I get a "Please wait while configuring Installshield 2012 SP1" message and it takes a minute or more (on a fast machine) before the IDE appears. Can someone tell me how to determine if SP1 is correctly installed, and why I get the "configuring message" each time I run IS? Thanks.
... View more
Nov 07, 2011
02:39 PM
I sent you a private message; we'll see what we can figure out.
... View more
Nov 03, 2011
11:48 AM
Thanks! That fixed it! 🙂 Abbreviated "hive" names are what I needed.
... View more
Nov 02, 2011
08:42 AM
Found the answer myself, based on one of the InstallShield blogs at: http://blogs.flexerasoftware.com/installtalk/2011/09/installing-a-suite-package-operations.html Basically, all you need to do is: (1) Include the ISS file in the Support Files (Language Independent is probably the best choice) (2) Use this on the Command Line for the Install operation: /s /f1"[SETUPSUPPORTDIR]\ABC.ISS" Thanks for the info., InstallShield staff! 😄
... View more
Latest posts by Shuttledude
Subject | Views | Posted |
---|---|---|
1125 | Oct 15, 2015 12:18 PM | |
1125 | Oct 15, 2015 10:38 AM | |
736 | Jan 03, 2014 11:18 AM | |
1337 | Jan 03, 2014 11:04 AM | |
1003 | Nov 22, 2013 03:27 PM | |
1003 | Nov 22, 2013 01:43 PM | |
5540 | Nov 22, 2013 09:53 AM | |
873 | Sep 13, 2013 08:27 AM | |
637 | Jul 15, 2013 12:30 PM | |
2948 | Jun 28, 2013 12:49 PM |
Activity Feed
- Posted Re: Automated but visible uninstall of InstallScriptMSI possible? on InstallShield Forum. Oct 15, 2015 12:18 PM
- Posted Just converted to basic msi on InstallShield Forum. Oct 15, 2015 10:38 AM
- Posted Re: Switching from Installscript installs to Installshield Basic MSI package installs on InstallShield Forum. Jan 03, 2014 11:18 AM
- Posted Billboards in Suite projects on InstallShield Forum. Jan 03, 2014 11:04 AM
- Posted Thanks! on InstallShield Forum. Nov 22, 2013 03:27 PM
- Posted Looks OK so far on InstallShield Forum. Nov 22, 2013 01:43 PM
- Posted Does InstallShield 2013 Premier integrate with Visual Studio 2013? on InstallShield Forum. Nov 22, 2013 09:53 AM
- Posted Re: Merge Module locations on InstallShield Forum. Sep 13, 2013 08:27 AM
- Posted Re: Dynamic file linking + dlls registration on InstallShield Forum. Jul 15, 2013 12:30 PM
- Posted Automated but visible uninstall of InstallScriptMSI possible? on InstallShield Forum. Jun 28, 2013 12:49 PM
- Posted Re: Trying to build *.issuite project as part of a Visual Studio 2012 solution (*.sln) on InstallShield Forum. Jun 21, 2013 01:20 PM
- Posted Trying to build *.issuite project as part of a Visual Studio 2012 solution (*.sln) on InstallShield Forum. Jun 20, 2013 11:07 AM
- Posted Re: Merge Modules Download on InstallShield Forum. Jun 06, 2013 12:46 PM
- Posted Which redistributable must I install to get MFC71, CRT71, STL71? on InstallShield Forum. Mar 07, 2013 03:22 PM
- Posted Re: TFS and Automated Build on InstallShield Forum. Mar 05, 2013 08:53 AM
- Posted Re: TFS and Automated Build on InstallShield Forum. Mar 04, 2013 03:07 PM
- Posted Re: How to add Custom window in install shield professional edition on InstallShield Forum. Feb 19, 2013 08:42 AM
- Posted Re: How to add Custom window in install shield professional edition on InstallShield Forum. Feb 18, 2013 03:48 PM
- Posted Re: Fatal error -5056 when building IS project via VS2012 using Team Foundation build on InstallShield Forum. Feb 18, 2013 03:40 PM
- Posted Re: IE Shortcuts for all :-) on InstallShield Forum. Feb 05, 2013 12:38 PM