Jul 26, 2010
11:29 PM
Hi Achal, Where did you put the following code and how: Disable USERNAME = "" OR PASSWORD = "" Enable USERNAME <> "" AND PASSWORD <> "" achal009 wrote: Hi friends, I had 3 doubts can u please help me with those: 1) I have a dialog box which asks for user name and password and stores them in a property names USERNAME and PASSWORD respectively. I have to disable the next button if any of the fields are blank,so i put a condition on the next button as: Action Condition Disable USERNAME = "" OR PASSWORD = "" Enable USERNAME <> "" AND PASSWORD <> "" Now when I enter something in both fields I have to change focus after ebtering data into 2 nd field then only "Next" button becomes enabled,it should become enabled as soon as something is typed into both the fields. Please suggest. 2) Can I create Installer.exe rather than setup.exe directly when I do a build for installer. I can rename Setup.exe to Installer.exe and it works. 3) How do I change the icon displayed by Setup.exe can I customize it to some other icon rather than the Install Shield icon. Thanks ion advance. Regards, achal
... View more
Jul 26, 2010
09:01 AM
Tools: InstallShield 2009 Premier, Basic MSI Project I have added an interior dialog, and in that dialog I added a checkbox. Now if the checkbox is checked I want to exit the setup (or, show a message box). How?
... View more
Labels
- Labels:
-
InstallShield 2009
Jul 26, 2010
05:05 AM
For me this solved the problem, but I used C#. You can check.
... View more
Jul 26, 2010
05:00 AM
How long did you wait after creating the account in InstallShield Activation Server? FV_Tarun wrote: When I try to acquire a License for making a Trialware in Installshield Express 2008 it keeps failing saying it cannot find an internet connection. What is the issue there? I am pretty sure there is internet as I am posting this query using the same internet connection.
... View more
May 07, 2010
03:41 AM
InstallShield-2009 Premier: Basic msi project: What to do when I want a custom action to run when user clicks cancel button during uninstall? (You can see from the attached zip file) I put a custom action (a C# exe which would just show a message box) with Action Type: Type: Launch an executable Location: Stored in the Binary table Action Parameters: Source: exe path Target: a b c (doesn't matter, I don't need it) Additional Options: Return Processing: Synchronous (Check exit code) Run Only During Path Uninstall: unchecked Respond Options: In-Script Execution: Rollback Execution in System Context Executing Scheduling: disabled Insert into Sequence: Install UI-Sequence: Install Execute Sequence: After InstallServices (what should I set here?) Install Execute Condition: (do I need to set? I left it blank) but it didn't fire the message box when I canceled the uninstall.
... View more
Labels
- Labels:
-
InstallShield 2009
May 07, 2010
03:06 AM
Did you solve it? How? I put a custom action (a C# exe which would just show a messagebox) with Action Type: Type: Launch an executable Location: Stored in the Binary table Action Parameters: Source: exe path Target: a b c (doesn't matter, I don't need it) Additional Options: Return Processing: Synchronous (Check exit code) Run Only During Path Uninstall: unchecked Respond Options: In-Script Execution: Rollback Execution in System Context Executing Scheduling: disabled Insert into Sequence: Install Execute Sequence: After InstallServices (what should I set here?) Install Execute Condition: (do I need to set? I left it blank) but it didn't fire the message box when I canceled the uninstall.
... View more
Apr 22, 2010
01:51 AM
Ok I got it. I have to set "Conditions" to "REMOVE" from "Custom Actions and Sequences"/Installations/Execute. And for my case I have to add a value "REBOOTPROMPT" with value "Suppress" in the Property Manager which can be found in "Behavior and Logic"
... View more
Apr 21, 2010
10:32 PM
How would I send a reboot request to the installer ?
... View more
Apr 21, 2010
06:14 AM
InstallShield 2009 Premier, Basic MSI Project: After uninstall completes, I want to force restart the computer. How? Normally after uninstall InstallShield doesn't want/prompt any reboot. But for some reason I do need it. I did set "REBOOT=Force" "REBOOTPROMPT=Supress" properties from "Behavior and Logic"->"Property Manager". But didn't work.
... View more
Labels
- Labels:
-
InstallShield 2009
Apr 09, 2009
06:26 AM
InstallShield 2009 Premier: During installation all the files are copied fine, some of them are copied in system32 directory(two dll and one exe). But during uninstall it deletes every file but not any in system32!!! Please note, it can also delete file(.sys) from system32/drivers directory. There are also some files I need to delete which are not part of the components. How? I tried with entry in RemoveFile and failed.
... View more
Labels
- Labels:
-
InstallShield 2009
Latest posts by samiracr
Subject | Views | Posted |
---|---|---|
1594 | Jul 26, 2010 11:29 PM | |
2928 | Jul 26, 2010 09:01 AM | |
719 | Jul 26, 2010 05:10 AM | |
639 | Jul 26, 2010 05:05 AM | |
935 | Jul 26, 2010 05:00 AM | |
4008 | May 07, 2010 03:41 AM | |
873 | May 07, 2010 03:06 AM | |
1124 | Apr 22, 2010 01:51 AM | |
1124 | Apr 21, 2010 10:32 PM | |
6823 | Apr 21, 2010 06:14 AM |
Activity Feed
- Posted Where to put the code? on InstallShield Forum. Jul 26, 2010 11:29 PM
- Posted Basic MSI: Handle CheckBox Checked Event in Interior Dialog on InstallShield Forum. Jul 26, 2010 09:01 AM
- Posted Is the link ok ? on InstallShield Forum. Jul 26, 2010 05:10 AM
- Posted "Select A Different TrialWare File" may help on InstallShield Forum. Jul 26, 2010 05:05 AM
- Posted For me, I had to wait several hours on InstallShield Forum. Jul 26, 2010 05:00 AM
- Posted How to run a custom action after user cancels uninstall (rollback) on InstallShield Forum. May 07, 2010 03:41 AM
- Posted Did you solve it ? on InstallShield Forum. May 07, 2010 03:06 AM
- Posted Re: How to force reboot after uninstall for a Basic MSI Project in InstallShield 2009 on InstallShield Forum. Apr 22, 2010 01:51 AM
- Posted Re: How to force reboot after uninstall for a Basic MSI Project in InstallShield 2009 on InstallShield Forum. Apr 21, 2010 10:32 PM
- Posted How to force reboot after uninstall for a Basic MSI Project in InstallShield 2009 on InstallShield Forum. Apr 21, 2010 06:14 AM
- Posted InstallShield 2009 Premier can't delete file from System32 during uninstall on InstallShield Forum. Apr 09, 2009 06:26 AM