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.
chriscw
Flexera beginner
Nov 21, 2019
06:55 AM
When my Installscript project completes I would like to display an HTML or PDF document to give the user some information about next steps. What is the best way to achieve this? I have tried scripting the following C:\Program Files\Internet Explorer>iexplore c:\temp\uScan+HD Driver update How To.htm Using Launch App to start internet explorer and passing the HTML file but although internet explorer does start it does not show anything. My script is: szPath = "C:\Temp"; ChangeDirectory(szPath); szMsg = PROGRAMFILES + "Internet Explorer\\iexplore.exe"; LaunchApp(szMsg , "c:\temp\uScan+HD Driver update How To.htm"); Is there a better way to display HTML.
... View more
- Tags:
- HTML
- installscript
Oct 08, 2019
09:10 AM
Ah in may case its the same log in name but a different account with a different password. Passwords are now the same.
... View more
Oct 08, 2019
06:08 AM
We have Silver support for Installshield. Is it possible to use that to upgrade to the current version, we are running the 2018 version at the moment. If so how do we go about it as it seems to be a really closely guarded secret?
... View more
Labels
Sep 17, 2018
10:58 AM
Do Flexera have a support number that those of us with maintenance plans can contact for urgent support? They do not seem to respond to support cases submitted on line.
... View more
Labels
Apr 11, 2017
08:13 AM
I found the issue. Installsheild still assumes that all components are 32 bit and if installing to a 64 bit system it does not modify the main registry. Define the components as 64 bit and you are good to go.
... View more
Apr 11, 2017
04:13 AM
we have a current silver maintenance plan and I notice that there is now a forum for Installshield 2016. Apparently though There are no update downloads available to us. Does Installshield 2016 actually exist yet and if so should we be entitled to an update? :mad:
... View more
Labels
Apr 11, 2017
04:10 AM
Am I correct in assuming that the registry tool does not work and will never regardles of settings install anything in the registry of a target system? I seem to recall that this toll never worked on previous versions and one had to do registry updates a different way. :(:rolleyes:
... View more
- Tags:
- registry
Labels
Nov 06, 2015
04:10 AM
Thanks again. I was able to raise a support case and was sent to original version of the mediabuild dll which seems to have fixed the problem.
... View more
Nov 05, 2015
09:34 AM
MichaelU wrote: I'm going to take a stab in the dark here and guess that you're building an InstallScript project, and have SP1 installed. If so, we've got a better fix coming down the pipes soon, but in the mean time you can revert MediaBuild40.dll to the version that shipped with InstallShield 2015 RTM. Let me know if you need help finding that file, or if you have a support contract our support team can definitely assist with that. You are quite right I do have SP1 of Installshield 2015 installed. I installed it straight off and never did install the pre SP1 version. I did download InstallShield2015ProfessionalComp. We do have silver support so maybe I will place a support call to ask if they can let me have the dll.
... View more
Nov 05, 2015
05:19 AM
I get message Unfortunately Installsheild needs to close. I am running on Windows 10 64 bit. The error dump that I get is attached. Is there anything I can do to stop this happening and is anyone else having similar issues.
... View more
Labels
Sep 29, 2015
08:54 AM
Obviously we need to upgrade to the latest installshield but in the mean time I have fixed this with a little batch file which uses the MSDOS SYSINFO command: if not exist %SystemRoot%\system32\systeminfo.exe goto warnthenexit systeminfo | find "OS Name" > %TEMP%\osname.txt FOR /F "usebackq delims=: tokens=2" %%i IN (%TEMP%\osname.txt) DO set vers=%%i echo %vers% | find "Windows 10" > nul if %ERRORLEVEL% == 0 goto ver_10 goto warnthenexit :ver_10 :Run Windows 10 specific commands here. ECHO "Win10" > C:\temp\ccwwin10.txt ECHO %vers% >> C:\temp\ccwwin10.txt goto exit :warnthenexit RETURN FALSE :exit I can then check for the text file it creates.
... View more
Sep 28, 2015
04:28 AM
Hi, We do not plan to officially support Windows 10 until our new product releases in the new year so we would like to stop installations running on Windows 10 until then. We have used the SYSINFO member variables to detect windows versions before but with Windows 10 Micrsoft have left both the Major Version number at 6 and the Minor version number at 2. Also perhaps unsurprisingly ISOSL_WIN10 is not supported. Has anyone found a way to do this? Would upgrading to Installshield 2015 enable us to do what we want to do?
... View more
Labels
Jan 05, 2015
10:12 AM
Ah support advised me to return the licence using the command line TSconfig program in the Installshield\2013\system directory and then use the same program to activate it again. I wonder if this is going to happen each activation from now on?
... View more
Jan 05, 2015
09:14 AM
For some reason my copy of Installshield wants to reactivate and automatic online activation fails. I emailed off the response file and got back a file called licence.response which is quite a long XML file with instructions to post the contents in the 'blank field'. Needless to say there was not suggestion about which blank field or how to get to said blank field. Pasting the file in to the online activation serial number field does not of course work nor in to the serial number field for the new licence option. Has anyone else faced this stupid nonsense and did you find a way to re activate? Failing that is there a way to phone Flexera to get help?
... View more
- Tags:
- reactivation
Labels
Latest posts by chriscw
Subject | Views | Posted |
---|---|---|
290 | Nov 21, 2019 06:55 AM | |
558 | Oct 08, 2019 09:10 AM | |
562 | Oct 08, 2019 08:02 AM | |
578 | Oct 08, 2019 06:08 AM | |
816 | Sep 17, 2018 10:58 AM | |
602 | Apr 11, 2017 08:13 AM | |
791 | Apr 11, 2017 04:13 AM | |
988 | Apr 11, 2017 04:10 AM | |
1148 | Nov 06, 2015 04:10 AM | |
1148 | Nov 05, 2015 09:34 AM |
Activity Feed
- Tagged What is the best way to display an HTML document after setup on InstallShield Forum. Nov 21, 2019 06:58 AM
- Tagged What is the best way to display an HTML document after setup on InstallShield Forum. Nov 21, 2019 06:58 AM
- Tagged What is the best way to display an HTML document after setup on InstallShield Forum. Nov 21, 2019 06:58 AM
- Posted What is the best way to display an HTML document after setup on InstallShield Forum. Nov 21, 2019 06:55 AM
- Posted Re: Silver support upgrades. on InstallShield Forum. Oct 08, 2019 09:10 AM
- Posted Re: Silver support upgrades. on InstallShield Forum. Oct 08, 2019 08:02 AM
- Posted Silver support upgrades. on InstallShield Forum. Oct 08, 2019 06:08 AM
- Posted Contacting Flexera Support. on InstallShield Forum. Sep 17, 2018 10:58 AM
- Posted 64 bit components on InstallShield Forum. Apr 11, 2017 08:13 AM
- Posted Installsheild Maitenance plans. on InstallShield Forum. Apr 11, 2017 04:13 AM
- Posted Registry tool in Installshield. on InstallShield Forum. Apr 11, 2017 04:10 AM
- Tagged Registry tool in Installshield. on InstallShield Forum. Apr 11, 2017 04:10 AM
- Posted Problem fixed now. on InstallShield Forum. Nov 06, 2015 04:10 AM
- Posted Re: Installshield keeps crashing roughly every third build on InstallShield Forum. Nov 05, 2015 09:34 AM
- Posted Installshield keeps crashing roughly every third build on InstallShield Forum. Nov 05, 2015 05:19 AM
- Posted One way to fix this. on InstallShield Forum. Sep 29, 2015 08:54 AM
- Posted Is there a way to detect if a setup is being run on Windows 10 on InstallShield Forum. Sep 28, 2015 04:28 AM
- Tagged Is there a way to detect if a setup is being run on Windows 10 on InstallShield Forum. Sep 28, 2015 04:28 AM
- Tagged Is there a way to detect if a setup is being run on Windows 10 on InstallShield Forum. Sep 28, 2015 04:28 AM
- Posted Reactivation fixed on InstallShield Forum. Jan 05, 2015 10:12 AM
Contact Me
Online Status |
Offline
|
Date Last Visited |
Mar 19, 2020
02:36 PM
|