The Community is now in read-only mode to prepare for the launch of the new Flexera Community. During this time, you will be unable to register, log in, or access customer resources. Click
here
for more information.
Tools: InstallShield 2009 Premier, Basic MSI ProjectI 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?
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)...
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" "REBOO...
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 f...
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 na...
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. Wha...
Did you solve it? How? I put a custom action (a C# exe which would just show a messagebox) withAction Type:Type: Launch an executableLocation: Stored in the Binary tableAction Parameters:Source: exe pathTarget: a b c (doesn't matter, I don't need it)...