Hi. I created a custom dialog box that shows up after the WelcomeDlg or the LicenseAgreementDlg dialog; just like in your example. How do I make it so that...
I have the following component in my MAKEMSI package that works fine to install the files: <$Component "InstallDirFiles" Create="Y" Directory_="INSTALLDIR"> ...
Hi, ... Normally you would version the EXE and if you always wanted the latest would not bother with using remove. ... That is not true, generally it will be...
Hi Bryan, ... You could create a new component. Then you've some possibilities not to delete at uninstall: 1) Condition <$Component "InstallNoDelFiles"...
Hi, ... Change this to: Target="[INSTALLDIR]Program.exe" ... You need some keypath for the component, as MAKEMSI builds by default it sets ALLUSERS property to...
... It's quite a time a go. I remember, that we'd some problems with this way, so we decided to use ComponentId="". I think somehow I managed it with a...
Help files say: "REMOVE (optional) If you want any existing file removed prior to its installation then pass "Y" for this parameter. "This is one way of...
Hi, Can I redistribute the printui.dll which is used for printer driver installation with the installer? Are there any licensing issues? I did see a printer...
Hi, ... There are two main types of customers for your installers, internal to your company and external. A lot of things you might distribute on a well...
... I've compared your output with what I get here and its pretty similar, I'll have to do some research and no one else has reported a similar issue... The...
Hi, As well as the zipped contents of a "clean" out dir and running the diagnostics, can you also please try adding: #define FILE_HTMLRPT_NO_VERIFY_BUTTON to...
Hello Dennis, We just upgraded from MakeMSI version 4.331 to 5.285. We built production MSI's with both versions without making any other changes and then we...
Hi, ... How long did/does it take? I'd be surprised if it were double... Can you send me to "debug" files created in the out directory (zipped) for both...
hi, My problem is i want to publish software through active directory but the package is not in MSI format ,it's an EXE file.i searched through internet and...
... My understanding is that programs can still be published via ZAP files, and if this EXE wraps an MSI then my guess is that it would also run elevated. ...
Dennis, ... tried that. The problem persisted. Generate got to the same line, and froze again. ... They reported no problems. ... Did that. Will be sending...
Hi, ... Oh well worth a try, I'm almost positive that adding this will do the trick: #define ONEXIT_GENERATE_HTML N As it should prevent the generation of the...
... Yes, that did it. ... I sent you the out directory via the other email since it's almost 1MB, and I'm not sure what the Yahoo attachment limit is. Most of...
Hi, ... Based on the debug output in the email (I didn't get any attachments), this will give you the documentation but won't invoke the hanging code: #define?...
Dennis, Glad to help in some way. I bet this ends up being something unique to my machine, so I appreciate the time you're spending on figuring it out. ... ...
Hi, In attempting to handle selective inclusion of cross-feature components (Packaging requirements for different customers receiving only some of the...
Hi, ... I'm pretty positive it will be however I like my code to be as robust as possible and if you have got this problem someone else probably has also. And...
Hi, ... The above is wrong for 2 or 3 reasons!: 1. No need for quotes, unless you have a reason for them 2. Everything is text so "CommonFeature1_FeatureList"...
... I realized that: 1. You didn't actually confirm it hanged 2. The messages are all numbered. I have created a new version with more logging and more in the...
Dennis, ... What's 'it'? The try.me with the new #define cmd, or the script you emailed me? If the former, then it didn't hang, and I can send you the debug...