Nov 25, 2010
04:26 AM
I can only agree with chrislynn5, but I think Flexera would rather make more money by charging you for support. I think it is a bad idea to force users to pay for either a support plan or per-incident support. Mind you as InstallShield is rather unreliable and new releases don't contribute to make it a more reliable product, the support department must be rather busy and profitable. What Flexera should remember is that free alternative are getting more and more competitive, and support forums do allow to solve most daily issues one can encounter when using such free tools. Anyhow, we will be migrating our setups to WiX soon!
... View more
Nov 16, 2010
09:58 AM
Ok, I think I figured it out. There are NEXT dialogs set in maintenence that I can alter the dialog order, etc. I'll giev that a try. It looks like I'll scrap most of the basic dialogs and retool some new ones creating my own user flow.
... View more
Aug 31, 2012
09:21 AM
I was able to get the self-extracting .EXE to execute only when feature A is installed by using &[FeatureName]=3 in my condition. So, in my case &FeatureA=3 was used. http://files.cnblogs.com/dulvyizhihu...conditions.pdf
... View more
Nov 04, 2010
09:57 AM
Thanx! I also added to my vbScript is no file don't attempt .... You have to love the documentation on this (and just about everything else), it could be a little clearer and more accurate. I.e. is says I can place in any sequence my action is vbcsript in action, well it only runs after InstallFinalize even though all I'm doing is parsing out some XML and replacing nodes on a file that I'm deploying, and by then is on the target machine. I've tried after InstallFiles, all the way up to InstallFinalize but all else errors.
... View more
Nov 05, 2010
12:11 PM
Yea, I guess just altering the registry will work. Too bad the ODBC area doesn't have that flexibility. I did find placing into registry manually is easy, I just create a new feature, add a registry component to that feature, and the key entries are so easy for DSN's (at least that is :))
... View more
Nov 01, 2010
12:58 PM
Never received a response but was able to do this (in case someone esle needs the help): Created custom action, use wizard, create directory action, find directory name in dropdown that you want to alter, for Directory value put full path including property, then place action right BEFORE 'CreateFolders' action. On uninstall it leaves the custom structure but I'm sure I can figure out how to remove it.
... View more
Aug 25, 2010
02:36 PM
Setting aside the issue of getting the data that goes into a list control, populating a list control at run time involves modifying the in-memory MSI database. For the general technique, perhaps see this old newsletter tip (PDF) http://www.flexerasoftware.com/webdocuments/PDF/msiaccess.pdf and the InstallShield help topic "Windows Installer API Functions Example". The topic is also discussed at length in our advanced MSI training course.
... View more
Aug 24, 2010
11:51 AM
It looks like even though the service password field is hidden *********, that you can still put in a property string, i.e. [TESTME] and it works.....
... View more
Aug 23, 2010
09:08 AM
Boy, didn't realize how something that should be so simple was made difficult. The notes in the help state that in a Installscript MSI project you can just "delete" that setup type. Why in a Basic MSI project is that not the same? Shouldn't the software understand that all features are required, and that their level is all set to 1 (1 being the only level), and that the set display is set to NOT display. isn't that enough...
... View more
Aug 23, 2010
09:04 AM
I really need some direction on this. It's a show stopper. I'm not trying to get around Windows security, but applications must be added to the exclusion list in DEP to work. Especially Legacy stuff. Installshield allows registry changes, etc so I can't see this being a security issue. Does anybody have a custom script, etc? Thank you.
... View more
Aug 23, 2010
10:34 AM
Does anybody know how to set the service User Name and Passward dynamically, i.e. I'm using a custom dialog for user entry???? The password is a masked field in the Service Install options area. I guess I'd like to use Property's to set those. Thanx
... View more
Dec 15, 2009
09:51 AM
Ok, I just rebooted and found that I can create all other controls on my dialog, but a radio button? That control will not add to my custom dialog.
... View more
Latest posts by chrislynn5
Subject | Views | Posted |
---|---|---|
1232 | Jan 24, 2011 11:08 AM | |
1232 | Nov 24, 2010 02:38 PM | |
1446 | Nov 22, 2010 01:51 PM | |
710 | Nov 22, 2010 10:20 AM | |
516 | Nov 22, 2010 10:15 AM | |
660 | Nov 22, 2010 10:09 AM | |
418 | Nov 22, 2010 09:56 AM | |
1193 | Nov 19, 2010 01:34 PM | |
1993 | Nov 16, 2010 02:07 PM | |
1193 | Nov 16, 2010 02:05 PM |
Activity Feed
- Posted Re: Prerequisite Conditions and .NET on InstallShield Forum. Jan 24, 2011 11:08 AM
- Posted Re: Prerequisite Conditions and .NET on InstallShield Forum. Nov 24, 2010 02:38 PM
- Posted Installshield forum support???? on InstallShield Forum. Nov 22, 2010 01:51 PM
- Posted Re: New user Registration on InstallShield Forum. Nov 22, 2010 10:20 AM
- Posted Re: Registry access problem with InstallScript & WinXP on InstallShield Forum. Nov 22, 2010 10:15 AM
- Posted Re: IIS Website added as FEATURE?? on InstallShield Forum. Nov 22, 2010 10:09 AM
- Posted Re: Adding Directories in the Files and Folders view... on InstallShield Forum. Nov 22, 2010 09:56 AM
- Posted Re: Individual Feature Conditions on InstallShield Forum. Nov 19, 2010 01:34 PM
- Posted IIS Website added as FEATURE?? on InstallShield Forum. Nov 16, 2010 02:07 PM
- Posted Re: Individual Feature Conditions on InstallShield Forum. Nov 16, 2010 02:05 PM
- Posted Re: I need to be able to run modify but with dialog? on InstallShield Forum. Nov 16, 2010 09:58 AM
- Posted I need to be able to run modify but with dialog? on InstallShield Forum. Nov 16, 2010 09:32 AM
- Posted was hoping for some input from Installshield. on InstallShield Forum. Nov 16, 2010 08:49 AM
- Posted Re: XML File changes -Append- on InstallShield Forum. Nov 15, 2010 10:16 AM
- Posted Re: Creating a single EXE on InstallShield Forum. Nov 05, 2010 12:20 PM
- Posted Re: How to control input on customized dialog? on InstallShield Forum. Nov 05, 2010 12:16 PM
- Posted Re: Dynamic ODBC resource DSN Naming on InstallShield Forum. Nov 05, 2010 12:11 PM
- Posted Install Level doesn't seem to work? on InstallShield Forum. Nov 05, 2010 09:03 AM
- Posted Re: Stop Custom Action from firing on Uninstall on InstallShield Forum. Nov 04, 2010 09:57 AM
- Posted Stop Custom Action from firing on Uninstall on InstallShield Forum. Nov 02, 2010 03:40 PM