Hi, An MSI I've created needs no custom options, but I can't work out how to either remove the Custom button from the 'Choose Setup Type" dialogue, or...
Liam Gretton
L.Gretton@...
Jan 7, 2009 8:27 pm
2379
Hi, ... Have a look at the code around the text "DisableTypicalSetupButtonIfRequired" in: http://makemsi-manual.dennisbareis.com/uisample_mmh.htm ... look for...
Hi, I'm using RegistryRead to access a value to be used as the default INSTALLDIR. The example below works when the desired registry value exists, but I've...
Hi, If you look at the example on this page: http://makemsi-manual.dennisbareis.com/property.htm I thinks thats what you want. I have updated the documentation...
You are normalizing all dialogs to the width of 370 pixels (@@DefineDialog). However the BottomLine, the BannerBitmap and the BannerLine (@@TopBanner) all have...
Hi, ... Unfortunately if you size everything correctly then Windows Installer doesn't draw it correctly (a feature), I think you'll find the standard dialogs ...
... Hmm... I've double checked. There is a difference between UISample.MSI included in the Win7 SDK beta and Win6.X SDK (Windows Installer 4.5 SDK). The...
Is there a way of configuring the installer so that you are asked whether you want to keep some files in the user app directory, if yes keep them if no remove...
Hi, ... yes ... Windows Installers unfortunately don't provide any mechanism which means that while there in an install UI there is no uninstall UI. If command...
Hi Dennis, I first confirm that it is not possible till now to perform a search in the makemsi Yahoo groups site. Secondly, the idea of keeping some files at...
I have an exe which is basically a MSI installer (jinit13130.exe). To install it in the silent mode, I have to give the following command: jinit13121.exe -s -a...
Hi, ... You can use the wrap install command which does all/most of the work: http://makemsi-manual.dennisbareis.com/wrapinstall.htm If that is no good for...
Hi, ... If VBSCRIPT is an acceptable solution then the manual contains many small examples (seatch for VbsCa): http://makemsi-manual.dennisbareis.com/vbsca.htm...
Hi there, i've got a question concerning MAKE-MSI: I am creating a MSI-Installer and am quite new to the theme. Can someone please tell me how to include a...
Hi, ... You probably shouldn't and if you do there are serious restrictions as Windows Installer doesn't allow "nesting". ... Why not? What happens, double...
Hello again, First of all - thank you for answering me that soon, I really appreciate your help! When I read through your documentation yesterday I finally...
Hi, ... MAKEMSI needs to know the schema of the table, see: http://makemsi-manual.dennisbareis.com/tabledefinition.htm That should solve your problem. -- ...
Hi, All right, I made TableDefinitions for all the Tables used in the msi. But now it gives me the following errormessage: "You must specify the actual name of...
Using 08.362 on Vista Ultimate with UAC enabled, my script gives a fatal error when it gets to the validation stage. I click Allow when the warning appears...
Hi, ... I don't use Vista so its hard for me to say, maybe someone else has had this issue. Anyway some ideas (this is what I'd do): * I'd try the two...
... containing ... Thank you, Dennis. I worked through each of your suggestions in the order listed. The last one did the trick. Wouldn't you know it'd be...
... dialog? No. The script now runs to successful completion, including the validation step, without ever seeking elevation. (Likewise, the elevation dialog...
What is wrong? 1. copied the following macro http://makemsi-manual.dennisbareis.com/printer_driver_installation.htm 2. save to file (ip.mmh) 3. Include...