Sep 13, 2016
06:25 AM
It also helped me, thanks.
... View more
Mar 21, 2016
09:02 AM
Hi, you can use Sign Output Files: "Setup.exe" instead of "Setup.exe and Windows Installer Package" so you will not have issues with XP machines an cab-files.
... View more
Mar 15, 2016
11:06 AM
Hi, I handle it in that way, X means Change Update | Package Code | Product Version | Product Code | Upgrade Code Small Update | X | | Minor Upgrade | X | X | Major Upgrade | X | X | X So for a Major upgrade you have to Change PackageCode (InstallShield Regenerates this code automatically on a new build), ProductVersion and ProductCode. Edit: my table sucks :mad:
... View more
Mar 15, 2016
10:59 AM
Known bug addressed here: https://flexeracommunity.force.com/customer/articles/en_US/ISSUE/HOTFIX-Intermittent-Build-Crash-After-Updating-to-InstallShield-2015-SP1
... View more
Mar 15, 2016
10:52 AM
Hi, I don't know ant, but -1073741819 seems to be the Code vor ACCESS VIOLATION so you maybe don't have enough rights.
... View more
Mar 15, 2016
07:45 AM
Does any other MSI-Setup work on this System? 1601 seems to be Windows installer not accessible which normaly is a Problem of the Windows-Installer engine, see http://answers.microsoft.com/en-us/windows/forum/windows_vista-windows_programs/error-1601-windows-installer-is-not-accessible/08dce679-496d-43f4-a4b5-bb467800bb90?auth=1
... View more
Mar 15, 2016
07:43 AM
Hi, I don't have the Limited Edition, so I don't know which Options you have. In IS2015 Premier you can change the type of the Shortcut under System Configuration - Shortcuts, select the shortcut, on the left side you now have Behavior - Advertised which you can set to "No". Hope this helps.
... View more
Mar 15, 2016
06:56 AM
so you just want something like this: https://community.flexerasoftware.com/showthread.php?76200-Creating-Install-without-Uninstall ?
... View more
Mar 09, 2016
03:54 AM
I updated my Windows 8.1 to Windows 10 and had blue Screens during the build of some setups, they went away after I uninstalled my older Installshield Version. It took me hours to find it, why is it relevant for IS 2015 if IS 2014 is installed or not :confused: I thought everyting is running now, but most of the builds of InstallScript Setups result in a crash of isdev.exe: Exception ACCESS_VIOLATION (0xc0000005) at address 0x0c4ccf0e trying to read address 0x08850710.File : C:\Program Files (x86)\InstallShield\2015\System\isdev.exeVersion : 22.0.0.330Exception : c0000005Address : 0c4ccf0eAccess Type : readAccess Address : 08850710Registers : EAX=088506fa CS=0023 EIP=0c4ccf0e EFLGS=00010297 : EBX=0019d3dc SS=002b ESP=0019d168 EBP=0019d16c : ECX=09a2ae30 DS=002b ESI=0019d3dc FS=0053 : EDX=012a0232 ES=002b EDI=0019d3dc GS=002bStack Trace : 0c4bcb03 0c4b3faa 0c4b6294 0c4b3fd6 : 0c4b6294 0c4b3fd6 0c4b6294 0c4abe08 : 0c51024d 0c4f3c65 0b818c1e 0b8182e4 : 0b808e0e 0b808f5e 0b80418a 0b7e857b : 0b7e92c6 0b7e75c1 0b7e15cb 0b7e1541 : 0b7e1e0c 0b39633e 0b2210b6 0b222577 : 05286df8 05284687 052553a7 0525651b it is always at the same time of the build: Building cabinet file data1.cab... Feature: Feature: \Engine Feature: \Engine\Log Crash Sometimes I just reopen the Project and press F7 and it works, sometimes I have click through the release wizard, sometimes I try it 5 times and get only crashes! Any ideas?
... View more
Labels
- Labels:
-
InstallShield 2015
Jan 12, 2016
09:31 AM
joshstechnij wrote: This issue is related to a change with kernel registry filtering on Windows 10. The issue is resolved with IS 2015 Express. If you need to use multiple versions of InstallShield on the same machine, copy ISRegFlt.sys (ISRegFlt64.sys on 64-bit machines) from \Program Files (x86)\InstallShield\2015\System to the System folders of any other recent versions of Express on the machine. I had the same BSOD during builds with InstallShield 2015 Premier, a update to 2015 SP1 did not help to fix it. After I uninstalled the old InstallShield 2014 SP1 Premier which was also still on the system the problem is solved.
... View more
Aug 30, 2013
04:02 AM
I'm currently testing InstallShield 2013 Premier, but the problems with signing One-Click Installations seem not fixed. I'm also still getting a InstallShield Security Warning in English. We have to ship our software to different countries with different languages so we pay a lot of money for IS Premier, but the dialog is still english only. I'm also currently getting a MessageBox (Header: test / Text: checksecurity) if I start the One-Click Setup, this looks like some debug information. Is there any way to sign the Media Header? Signing the Setup.exe with pfx works, if I use spc and pvk I have to enter the CodeSigning password two times. Signing the Header does not prompt me to enter the password, it just builds the installation with Error Code -7270. The help page says: using Microsoft's SignCode.exe tool directly will provide a descriptive error message - I get: SignTool Error: This file format cannot be signed because it is not recognized. SignTool Error: An error occurred while attempting to sign: data1.hdr
... View more
Labels
- Labels:
-
InstallShield 2013
Mar 22, 2011
07:50 AM
Why don't you use prerequisites to install Sql-Express? If you don't want to do so, you can put the Sql-Setup in Support Files/Billboards section and launch it via SUPPORTDIR ^ "setup.exe".
... View more
Dec 06, 2010
08:23 AM
Hi, you can do something like this SetObjectPermissions(TARGETDIR, IS_PERMISSIONS_TYPE_FOLDER, "", "Everyone", DELETE|GENERIC_EXECUTE|GENERIC_READ|GENERIC_WRITE|FILE_DELETE_CHILD , 0);
... View more
Sep 03, 2010
02:30 AM
just put all files you want to overwrite and change in one feature, after the files are installed the Component_Installed() function is called automatically and you can change all files. You can also make a feature for every file you want to change and edit them in FilleX_Installed() but I don't recommend that.
... View more
Sep 02, 2010
09:58 AM
You have to use the feature events. After you have added your files to a feature you can select the feature in the right frame of your InstallScript (yello mark), Select your feature, then select in the box right the "Installed" property. IS generates a Function which is called when the feature was installed.
... View more
Latest posts by MrTree
Subject | Views | Posted |
---|---|---|
3093 | Sep 13, 2016 06:25 AM | |
1368 | Mar 21, 2016 09:02 AM | |
1944 | Mar 15, 2016 11:06 AM | |
933 | Mar 15, 2016 10:59 AM | |
1128 | Mar 15, 2016 10:52 AM | |
1423 | Mar 15, 2016 07:45 AM | |
1570 | Mar 15, 2016 07:43 AM | |
1497 | Mar 15, 2016 06:56 AM | |
3081 | Mar 09, 2016 03:54 AM | |
2712 | Jan 12, 2016 09:31 AM |
Activity Feed
- Posted Re: Error -7354 during build for file removal using the RemoveFile table on InstallShield Forum. Sep 13, 2016 06:25 AM
- Posted Re: SHA1 support on InstallShield Forum. Mar 21, 2016 09:02 AM
- Posted Re: Another version is installed... on InstallShield Forum. Mar 15, 2016 11:06 AM
- Posted Re: InstallShield 2015 SP1 Win10 isdev crash ACCESS_VIOLATION during InstallScript build on InstallShield Forum. Mar 15, 2016 10:59 AM
- Posted Re: IsCmdBld returned -1073741819 on InstallShield Forum. Mar 15, 2016 10:52 AM
- Posted Re: Upgrade failed on Win10 on InstallShield Forum. Mar 15, 2016 07:45 AM
- Posted Re: How to create a NON-advertised shortcut (SingleImage on InstallShield Forum. Mar 15, 2016 07:43 AM
- Posted Re: Install MSI more than once without uninstalling... on InstallShield Forum. Mar 15, 2016 06:56 AM
- Posted InstallShield 2015 SP1 Win10 isdev crash ACCESS_VIOLATION during InstallScript build on InstallShield Forum. Mar 09, 2016 03:54 AM
- Posted Re: BSOD on Windows 10 on InstallShield Forum. Jan 12, 2016 09:31 AM
- Posted Signing One-Click Install - Security Warning in different language on InstallShield Forum. Aug 30, 2013 04:02 AM
- Posted Re: Execute file from within setup on InstallShield Forum. Mar 22, 2011 07:50 AM
- Posted Re: Alter the user permissions on InstallShield Forum. Dec 06, 2010 08:23 AM
- Posted Re: OnInstalledFile - need example help on InstallShield Forum. Sep 03, 2010 02:30 AM
- Posted Re: OnInstalledFile - need example help on InstallShield Forum. Sep 02, 2010 09:58 AM
- Posted Re: LaunchAppAndWait--app runs on Win2008, but not Win 2003? on InstallShield Forum. Sep 02, 2010 08:54 AM
- Posted Re: WIN64DUALFOLDERS issue on InstallShield Forum. Sep 02, 2010 08:33 AM
- Posted Re: OnInstalledFile - need example help on InstallShield Forum. Sep 02, 2010 08:14 AM
- Posted Re: InstallScript One-Click with prerequisites on InstallShield Forum. Sep 02, 2010 01:31 AM
- Posted Re: InstallShield runs on 3 of 4 windows xp system on InstallShield Forum. Jul 20, 2010 05:24 AM