Feb 13, 2013
06:11 AM
Hi Rune, Thanks for the "confirmation" that it is not just me! I Have an open support incident with Flexera that is showing as "Escalated", but its been nearly 2 weeks since i actually raised the issue and they have not requested anything beyond my initial submission which included installer logs showing a success and failure on the same machine. I'm hoping they know what the problem is and are working on fixing it 😉 I will update if/when i known anything else. Regards, /SiD
... View more
Jan 21, 2013
06:17 AM
I have an installation suite that checks for and installs .NET 4.5, then moves onto my own package which if necessary installs SQL server 2012, then installs SQL Client before moving onto the main application msi installation. Occasionally, but with no apparent pattern, the installation of either .NET 4.5 or my package will complete correctly but installation then hangs i.e. it does not continue onto the next stage. End tasking the installation is the only option as the cancel button is unresponsive. If i then run the installation again, it will hang and require cancelling (not end task). Running the installation for a third time then takes the installation through, the component that was being installed passes its checks and it does not try and install it again, and the next component is then installed. I have had this occur on a variety of platforms, more so with my package "hanging" than the .Net 4.5install , but it is the same symptoms in both cases. What makes it worse is that if you then uninstall the components that have been installed, it will not fail the next time you run it so there is no sure fire way to know if it is going to happen to enable diagnostics. When i've tried to capture a log with /debuglog it just shows the return from the package installation as success and then nothing. Anyone else seen similar things? Or got any ideas where to start looking for a solution? Regards, /SiD
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Oct 29, 2012
03:51 AM
Also confirming that making this change resolves the issue. Thanks. /SiD
... View more
Oct 26, 2012
07:31 AM
Just to add my voice, Me Three. Running on Windows 8 Enterprise x64. Either of you guys under maintenance and raised a service request?
... View more
Oct 19, 2012
06:31 AM
I can confirm that making the registry change described in the article allows me access to network drives. Does not explain the difference in behavior between Windows 7 & 8!
... View more
Oct 18, 2012
09:18 AM
Hi Debbie, I'm not exactly sure what you mean by it is Microsoft behavior, the InstallShield application is not listing me drives on windows 8 that it did on Windows 7. Regardless of any "behavior issues", it needs fixing. Regards, /SiD
... View more
Oct 18, 2012
04:49 AM
Run into a problem today having upgraded my machine to Windows 8 Enterprise. When i go to open file, i do not get the network drives that i have mapped listed as a location to open. This means that it is unable to locate files to pull into the build. Is this a known issue and will it be fixed? This also appears to be the same in Spring as well as i just upgraded my project to try it out. Is this an extension of the long standing bug whereby you had to manually navigate to a network drive in a file open dialog before IS would locate files even though the drive was perfectly accessible. Regards, /SiD
... View more
Labels
- Labels:
-
InstallShield 2012
Sep 27, 2012
02:28 AM
Thanks Michael. I've ended up doing the following, convoluted as it may be, it seems to work - just need to work out the update procedure now. 1) Create a basic MSI installer that has no UI, pre-requisites of VC11 runtime and .NET 4.0 client. This installs 2 files - the ones used by my suite to check for SQL server and allows them to be COM registered as they use .NET framework from the custom action DLL via interop. I include the suite and 2nd installer as additional files in the disk 1 folder. Final custom action of launching the suite installer with no wait. 2) Suite installer can now run with a UI and use the custom action DLLs, safe in knowledge that they are properly registered. Depending on what it finds, an option to install a "first machine" or "client machine" are offered with a button press to select. The different buttons set the different feature requirements in my suite which then controls whether or not to install SQL server before launching my main application install. I've added the billboards from the main installer to the progress screen in the suite as the main installer runs with no UI. Suite does not register itself in add/remove programs. 3) main installer runs silently with a command line parameter indicating if it was a "server" or "client" install. Simples!! So what i now have left is a) updates - i think i only need to worry about the main application at this point and can use FNC for this. b) Ideally i would like to uninstall the "Helper" installation that started this all off at the end of installation. Regards, /SiD
... View more
Sep 26, 2012
03:08 AM
Am i missing something? InstallShield Installer (Basic MSI) projects have an option for using Flexnet connect to manage automatic updates. Fantastic, i can have it do updates etc and maintain an installation to the latest version. How do i then do the same for the Suite "Application"? Surely, having installed V1.0 of the suite that installs V1.0 of my app, if i then update the app to V1.1, the suite installer has no concept of this and would still be referencing V1.0. Should there not be a facility to have an equivalent to fnc for suites? Regards, /SiD
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Sep 26, 2012
02:50 AM
MichaelU wrote: Have you tried importing the prerequisite into your suite project? http://helpnet.flexerasoftware.com/installshield19helplib/helplibrary/SteImportPRQ.htm Hi Michael, Unless i am mistaken, the importing of the prerequisite will not help me as this is to associate with a feature/package I need the prerequisites to allow me to make a decision as to which feature/package is available and since the prerequisites are only installed when the "install" button is clicked, cannot do this. Regards, /SiD
... View more
Sep 19, 2012
04:37 AM
Another issue to address, I've got my custom actions working now on a development machine - but how do i get them to work on a "virgin machine"? It feels a little chicken and eggish - i need a suite pre-requisite to install the VC 2011 runtime dlls and probably .NET 4.5 that my custom action dll is using... Any ideas? Regards, /SiD
... View more
Labels
- Labels:
-
InstallShield 2012 Spring
Sep 19, 2012
04:34 AM
Hi Michael, That's where i am at currently, i feel like i am groping in the dark trying to find out what i can and can't do with the suite. Just found the billboard control to add to my progress screen. Regards, /SiD
... View more
Sep 19, 2012
04:30 AM
It did help a lot, once i had eventually tracked it down. I think it was the def file that made the difference. Regards, /SiD
... View more
Sep 18, 2012
08:24 AM
Hi, can you provide some details as to how you have created your extension DLL, you say you got yours to work, How?? Regards, /SiD
... View more
Sep 18, 2012
08:01 AM
Answering my own question, for the benefit of anyone running into the same problem, the action should read {SetProperty FEATURE[FirstMachine].actionState=install} not {SetProperty FEATURE[FirstMachine].actionState,install}
... View more
Latest posts by sidetnee
Subject | Views | Posted |
---|---|---|
762 | Feb 13, 2013 06:11 AM | |
1399 | Jan 21, 2013 06:17 AM | |
1489 | Oct 29, 2012 03:51 AM | |
1489 | Oct 26, 2012 07:31 AM | |
791 | Oct 19, 2012 06:31 AM | |
791 | Oct 18, 2012 09:18 AM | |
2385 | Oct 18, 2012 04:49 AM | |
688 | Sep 27, 2012 02:28 AM | |
1309 | Sep 26, 2012 03:08 AM | |
688 | Sep 26, 2012 02:50 AM |
Activity Feed
- Posted Re: Suite install not moving onto next package/pre-requisite in a timely manner on InstallShield Forum. Feb 13, 2013 06:11 AM
- Posted Suite install not moving onto next package/pre-requisite in a timely manner on InstallShield Forum. Jan 21, 2013 06:17 AM
- Posted Re: InstallShield crashes when adding Prerequisites in a Suite project on InstallShield Forum. Oct 29, 2012 03:51 AM
- Posted Re: InstallShield crashes when adding Prerequisites in a Suite project on InstallShield Forum. Oct 26, 2012 07:31 AM
- Posted Re: IS2012 and Windows 8 on InstallShield Forum. Oct 19, 2012 06:31 AM
- Posted Re: IS2012 and Windows 8 on InstallShield Forum. Oct 18, 2012 09:18 AM
- Posted IS2012 and Windows 8 on InstallShield Forum. Oct 18, 2012 04:49 AM
- Posted Re: Suite Pre-requisites on InstallShield Forum. Sep 27, 2012 02:28 AM
- Posted Suite Updates on InstallShield Forum. Sep 26, 2012 03:08 AM
- Posted Re: Suite Pre-requisites on InstallShield Forum. Sep 26, 2012 02:50 AM
- Posted Suite Pre-requisites on InstallShield Forum. Sep 19, 2012 04:37 AM
- Posted Re: Installshield and SQL Server 2012 Express on InstallShield Forum. Sep 19, 2012 04:34 AM
- Posted Re: Suite Extension DLL - access feature properties on InstallShield Forum. Sep 19, 2012 04:30 AM
- Posted Re: Suite Extension DLL - access feature properties on InstallShield Forum. Sep 18, 2012 08:24 AM
- Posted Re: Advanced UI Project - Feature selection/Pre-requisite installation on InstallShield Forum. Sep 18, 2012 08:01 AM
- Posted Re: Calling a DLL from Suite Project on InstallShield Forum. Sep 18, 2012 07:49 AM
- Posted Customize Suite Wizard Footer on InstallShield Forum. Sep 18, 2012 03:46 AM
- Posted Re: Advanced UI Project - Feature selection/Pre-requisite installation on InstallShield Forum. Sep 17, 2012 10:23 AM
- Posted Re: MSSQL Server 2008 R2 Express Service Pack 2 on InstallShield Forum. Sep 17, 2012 08:54 AM
- Posted Installshield and SQL Server 2012 Express on InstallShield Forum. Sep 17, 2012 08:05 AM