Search the web
Sign In
New User? Sign Up
makemsi · Build or Update MSI Databases
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1149 - 1178 of 2612   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1149
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...
abarrion
Offline Send Email
Oct 3, 2005
11:02 pm
1150
Hi, ... You need to identify the dialogs involved and use Orca to search for occurances to understand what is happening if you add: #define...
Dennis Bareis
dbareis
Offline Send Email
Oct 4, 2005
2:29 am
1151
I have the following component in my MAKEMSI package that works fine to install the files: <$Component "InstallDirFiles" Create="Y" Directory_="INSTALLDIR"> ...
bryanborough
Offline Send Email
Oct 7, 2005
6:12 am
1152
My code: <$Component "ProgramShortcuts" Create="Y" Directory_="INSTALLDIR" CU="Y"> ;--- Add the shortcuts. --------------------------------------- #( ;---...
bryanborough
Offline Send Email
Oct 7, 2005
6:56 am
1153
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...
Dennis Bareis
dbareis
Offline Send Email
Oct 7, 2005
7:34 am
1154
Hi Bryan, ... You could create a new component. Then you've some possibilities not to delete at uninstall: 1) Condition <$Component "InstallNoDelFiles"...
Gerhardt, Carsten
dataport_cg
Offline Send Email
Oct 7, 2005
7:36 am
1155
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...
Dennis Bareis
dbareis
Offline Send Email
Oct 7, 2005
7:43 am
1156
... Have you actually tried this, does it work? ... There is a "permanent" attribute on components. Bye, Dennis...
Dennis Bareis
dbareis
Offline Send Email
Oct 7, 2005
7:47 am
1157
... 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...
Gerhardt, Carsten
dataport_cg
Offline Send Email
Oct 7, 2005
7:54 am
1158
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...
bryanborough
Offline Send Email
Oct 10, 2005
9:46 pm
1159
... then ... ============================================================== ===[ From previous response ================================== ...
Dennis Bareis
dbareis
Offline Send Email
Oct 11, 2005
12:34 am
1160
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...
vipin_aravind
Offline Send Email
Oct 14, 2005
2:26 pm
1161
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...
Dennis Bareis
dbareis
Offline Send Email
Oct 14, 2005
9:50 pm
1162
Hi Dennis! I'm having some trouble getting MakeMSI to correctly create the ... []---------------------------------------------------------[] ... ...
paulggardner
Offline Send Email
Oct 14, 2005
9:53 pm
1163
... 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...
Dennis Bareis
dbareis
Offline Send Email
Oct 14, 2005
10:14 pm
1164
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...
Dennis Bareis
dbareis
Offline Send Email
Oct 14, 2005
11:30 pm
1165
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...
Don't e-mail me
djwisehart
Offline Send Email
Oct 16, 2005
4:43 pm
1166
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...
Dennis Bareis
dbareis
Offline Send Email
Oct 16, 2005
9:54 pm
1167
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...
chaq_al
Offline Send Email
Oct 17, 2005
7:12 am
1168
... 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 Bareis
dbareis
Offline Send Email
Oct 17, 2005
7:44 am
1169
Dennis, ... tried that. The problem persisted. Generate got to the same line, and froze again. ... They reported no problems. ... Did that. Will be sending...
Gardner, Paul G.
paulggardner
Offline Send Email
Oct 17, 2005
12:50 pm
1170
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...
Dennis Bareis
dbareis
Offline Send Email
Oct 18, 2005
8:20 am
1171
... 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...
Gardner, Paul G.
paulggardner
Offline Send Email
Oct 18, 2005
12:57 pm
1172
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 Bareis
dbareis
Offline Send Email
Oct 19, 2005
8:29 am
1173
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. ... ...
Gardner, Paul G.
paulggardner
Offline Send Email
Oct 19, 2005
11:27 am
1174
Hi, In attempting to handle selective inclusion of cross-feature components (Packaging requirements for different customers receiving only some of the...
ravenkall
Offline Send Email
Oct 19, 2005
9:30 pm
1175
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...
Dennis Bareis
dbareis
Offline Send Email
Oct 19, 2005
10:26 pm
1176
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"...
Dennis Bareis
dbareis
Offline Send Email
Oct 19, 2005
10:31 pm
1177
... 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 Bareis
dbareis
Offline Send Email
Oct 20, 2005
7:46 am
1178
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...
Gardner, Paul G.
paulggardner
Offline Send Email
Oct 20, 2005
12:36 pm
Messages 1149 - 1178 of 2612   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help