MultiSelect ListBox
Does anyone know how to create a MultiSelect ListBox. I have a Listbox control on my dialog but I can only select one item at a time. I'm using Installshield X - Basic Msi project.
A new Flexera Community experience is coming on November 25th, click here for more information.
Does anyone know how to create a MultiSelect ListBox. I have a Listbox control on my dialog but I can only select one item at a time. I'm using Installshield X - Basic Msi project.
Does anyone know how I can change an icon on a custom dialog at run time? I want to allow the user to view the icon they have navigated to. I can navigate to a .ico file but don't know how to update the icon control on the dialog. Any ideas - please ...
I need to have my MSI check the user's machine (prior to install) for the existence of a text file and place an abort condition (or end install) dependent upon the existence of this file. Can anyone suggest the best method to accomplish this.
I purchased AdminStudio 6 2 months ago and I now believe it was a big big mistake. I was using Installsield 6.3 prior to this and found that with a bit of work it could do almost everything. AdminStudio 6.0 crashes practically everytime you try and d...
Anyone able to help me out.I am attempting to package up the repackager component of adminstudio and am having difficulty in trying to use the existing package.I have admin installed the complete adminstudio to a network drive and am now trying to fi...
I am using the Class, ProgID, and the TypeLib tables to register my files. Yet on uninstallation only the TypeLib entries are not removed. The permissions are set correctly.Any ideas?
Hi AllI have created a MSI Package containing set of vb dlls, the installation went successful, but when i invokes the appication, it displays me an error in windows eventviewer as error-32797, can not create object.but, building the same package fro...
Hi - When I upgrade to version 6 AdminStudio from version 5.01, ISMs are still associated with Developer 8 when you see them, and when you right click on them to OPen With. Has anyone else seen this? What's the easiest way to get rid of this and ch...
I, just today, received AdminStudio 6.0. Previously I had 5.5, I was getting an error during install of a repackaged program it is error 1406. Product: InterPlot Client -- Error 1406.Could not write value *NewlyCreated* to key \SYSTEM\CurrentContro...
Does anyone know how I can update(refresh) a listbox at runtime. I run a custom action vbscript that adds entries to the listbox. However the entries are only visible when I click Next/Back.