Nov 05, 2010
12:16 PM
why allow them to enter more characters than you want to allow? Maybe I'm missing something, the textbox has a property Max. Length.. As for focus, why move the focus. Why not just create a tab order that makes sense. Most UI designs struggle with moving a user automatically from one field to another (i.e. my favorite is phone number when a developer breaks it into 3 textboxes).
... 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 05, 2010
09:03 AM
I have 13 features on a Basic MSI project. I can't get the install levels to work so that I can prevent certain features, etc from installing. I've tried everything. Help states that there are a few properties that affect this I have verified that none of those are set (The override of Install levels). The INSTALLLEVEL is currently set for 100. The help guide says anything set with a number below that property will get installed. I set one feature as 101 and it STILL INSTALLS. I've tried many combinations. None of these are set (taken from help): The installation level specified by the INSTALLLEVEL property can be overridden by the following properties: ADDLOCAL ADDSOURCE ADDDEFAULT COMPADDLOCAL COMPADDSOURCE FILEADDLOCAL FILEADDSOURCE REMOVE REINSTALL ADVERTISE
... View more
Labels
- Labels:
-
InstallShield 2010
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 02, 2010
03:40 PM
I have a custom action that fires on the uninstallation, and of course fails since the file is removed. I don't want to address this via the custom action script (to check for the file first before changing it). I want my custom action script to run only on installation. How can I accomplish what should be an easy task, thank you.
... View more
Labels
- Labels:
-
InstallShield 2010
Nov 01, 2010
03:55 PM
I have been able to manually insert the DSN's (and their dynamically set name) via the registry keys but was hoping to see if there was a solution with using the DSN ODBC Resources option in System configuration.
... View more
Nov 01, 2010
01:28 PM
I've researched this and it appears many have asked, no answers to this question. I want to use a property that I set during the UI (via dialog) to name my DSN. How can I accomplish this? :confused: Thank you
... View more
Labels
- Labels:
-
InstallShield 2010
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
Oct 29, 2010
12:30 PM
I would think that this would be easy. I'm trying to create/name a folder dynamically via a dialog (public property). I've found postings discussing adding custom actions???? Is this the only way? I have also tried the custom action for rename directory, but I get an error that it can not find the network resource (which is only the name of the direcotry I was setting?)? I'm trying to use a property to set my folder name. My final installed structure is showing the property name?? [FOLDERNAME] = i.e. "C:\here\there\[FOLDERNAME]" ???? How can I set this based on a dialog I have where I set the property for [FOLDERNAME]??? I also have this same issue when I attempt to set the DSN name? resource = [DSNNAME] on dialog form. I get error that [DSNName] is incorrect when I run the install. Please note that my dialog where I set property's works in other areas of the installation, i.e. Website naming, registry settings, etc. Thank you
... View more
Labels
- Labels:
-
InstallShield 2010
Aug 24, 2010
02:06 PM
Any luck, I'm trying to do the same and in WISE this is simple.
... 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 24, 2010
11:31 AM
What is the easiest way to create on custom dialogs dropdowns (listbox or combobox) where the info is: info available from target during install: 1.) The accounts on the machine 2.) The websites on the machine 3.) the DSN names on that machine I'm using 2010 and it's a basic MSI project. Does it require Installscript project? There are a lot of options in Basic MSi project with listboxes, etc. Thanx.
... View more
Labels
- Labels:
-
InstallShield 2010
Aug 24, 2010
10:41 AM
Starting service works great but... Does anybody know how to set the service User Name (I can set) and Passward (I can't set) 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
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
- « Previous
-
- 1
- 2
- Next »
Latest posts by chrislynn5
Subject | Views | Posted |
---|---|---|
1281 | Jan 24, 2011 11:08 AM | |
1281 | Nov 24, 2010 02:38 PM | |
1453 | Nov 22, 2010 01:51 PM | |
737 | Nov 22, 2010 10:20 AM | |
523 | Nov 22, 2010 10:15 AM | |
683 | Nov 22, 2010 10:09 AM | |
432 | Nov 22, 2010 09:56 AM | |
1229 | Nov 19, 2010 01:34 PM | |
2016 | Nov 16, 2010 02:07 PM | |
1229 | 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