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...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 2035 - 2064 of 2226   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2035
Just want to tell everyone that I have been using MakeMSI for awhile with great success to package Firefox so that corps can deploy it easily and for free!...
draconpern
Offline Send Email
Jul 3, 2007
10:24 pm
2036
Hi, Nice work, quite easy to use in order to create msi file. But I need help. My problem : I need to put on every client a registry key (IE6 upload booster)....
eldertoon
Offline Send Email
Jul 6, 2007
8:10 am
2037
Hi, ... Just want to clarify which of these apply: 1. You don't think you need to install it 2. It doesn't work (in which case I want to know what is wrong) ...
Dennis Bareis
dbareis
Offline Send Email
Jul 6, 2007
8:52 am
2038
I don't think I need to install it. In fact, my msi do not have any file to install, it is just a registry key. The hta is generated (but not included in the...
eldertoon
Offline Send Email
Jul 6, 2007
9:42 am
2039
I can't seem to find a way to escape the string "/G CREATOR OWNER:F" or "/G AUTHENTICATED USERS:F" in such a way that a CACLS executed via a RunCmd will...
Kim
kmayfield179
Offline Send Email
Jul 10, 2007
1:42 am
2040
Is it possible to 1) add a dialog between SetupTypeDlg/BrowseDlg and VerifyReadyDlg, 2) conditionally, based on whether or not a feature is selected during...
Kim
kmayfield179
Offline Send Email
Jul 10, 2007
1:47 am
2041
Hi, This works for me (but so did your syntax): C:\tmp\1> cacls 1.x /e /g "CREATOR OWNER:f" processed file: C:\tmp\1\1.x See what a verbose log of the install...
Dennis Bareis
dbareis
Offline Send Email
Jul 10, 2007
2:21 am
2042
Hi, You can only sequence the dialogs using my comamnd in the "main sequence", so its not possible to use the "insert" parameter for this. I just checked and...
Dennis Bareis
dbareis
Offline Send Email
Jul 10, 2007
2:32 am
2043
I'm seeing a fairly consistent issue on Windows XP with the MakeMSI build process locking up or freezing my host. It doesn't ever seem to happen on the first...
Kim
kmayfield179
Offline Send Email
Jul 12, 2007
7:29 pm
2044
Hi, There is probably something wrong with your machine as I've never had that or heard of it from anyone else. There is one hang that at least to me (WinXP...
Dennis Bareis
dbareis
Offline Send Email
Jul 12, 2007
10:52 pm
2045
That sounds about right, it is hanging toward the end of the build. I'll set the value and give it a shot. Thanks for the help! And thanks for the tool too....
Kim
kmayfield179
Offline Send Email
Jul 13, 2007
5:00 pm
2046
Hi Dennis, I am a new user of your MAKEMSI tool. It is a very useful tool for me because I have to create a simple MSI with a few very simple tasks and your...
Stefan Borca
stefan_ieu
Online Now Send Email
Jul 17, 2007
9:41 pm
2047
Hi, The 1st attempt sequenced (I assume condition changed for testing...) the uninstall with: =} SEQ="InstallFinalize-" Would be executed after the EXE was...
Dennis Bareis
dbareis
Offline Send Email
Jul 17, 2007
10:32 pm
2048
Thank you for your response. I have tried with SEQ="CostFinalize-". The result is that when I tried to uninstall the application I got a blocking message :...
Stefan Borca
stefan_ieu
Online Now Send Email
Jul 18, 2007
7:35 am
2049
Hi, ... It sort of nearly works for me with: .<$Files "NotePadImage\NP.EXE" DestDir="INSTALLDIR"> .#( . <$ExeCa . EXE="[INSTALLDIR]NP.EXE" ....
Dennis Bareis
dbareis
Offline Send Email
Jul 18, 2007
8:52 am
2050
Greetings, I have read through the documentation and tried the steps recommended when dealing with a large number of files or with large files. However, I am...
James (Toby) Coone
lurean
Online Now Send Email
Jul 18, 2007
8:18 pm
2051
Hi, Your issue sounds like its not so much with the numbers of files as with how long the compile process takes (note the timings in the ".dbg" file in the...
Dennis Bareis
dbareis
Offline Send Email
Jul 18, 2007
10:14 pm
2052
Hi, This SEQ="InstallValidate-" issue solved the problem for me too. Thank you for your support. Stefan ... doesn't...
Stefan Borca
stefan_ieu
Online Now Send Email
Jul 19, 2007
6:18 am
2053
I downloaded MAKEMSI today and looked through the manual. Was very happy to read that no programming knowlege is required to build MSI's. I have one question,...
Chris
chrismr
Online Now Send Email
Jul 25, 2007
9:42 pm
2054
Hi, ... Well its possible I'm being a bit optimistic and Diagnostic skills never hurt. ... If you haven't seen: ...
Dennis Bareis
dbareis
Offline Send Email
Jul 25, 2007
9:54 pm
2055
Hi, ... Do not put the quotes around the value, correct: #define WRAPINST_HIDE_WRAPPED_PRODUCT Y ... -- Dennis Bareis [Microsoft MVP]...
Dennis Bareis
dbareis
Offline Send Email
Jul 26, 2007
10:21 am
2056
so, are you saying that creating a .MSI for Trillian is close to impossible to do? Chris...
Chris
chrismr
Online Now Send Email
Jul 26, 2007
9:45 pm
2057
Hi, ... No, I'm saying its somewhere between trivial and more difficult (with the odd one being "#$%@ difficult" (in which case blame the provider/product not...
Dennis Bareis
dbareis
Offline Send Email
Jul 26, 2007
10:00 pm
2058
(Following is directed at Dennis Bareis, even if it may be later published in the MakeMsi Yahoo groups.) Hello, I work at the University of Jyväskylä in...
mikharju
Offline Send Email
Aug 24, 2007
11:33 pm
2059
Hi, Scripts to create MM/.VER files or other add-ons to MAKEMSI are fine. Let me know where they are and I'll link to them. Bye, Dennis ... -- Dennis Bareis...
Dennis Bareis
dbareis
Offline Send Email
Aug 24, 2007
11:45 pm
2060
... There is actually one little detail that might be problematic from a license point of view. My generate_ver.cmd needs to generate a new guid for an upgrade...
mikharju
Offline Send Email
Aug 27, 2007
10:57 am
2061
... I just tested it here and it works. YOU MUST invoke it via CSCRIPT.EXE for it to output to the console. The output is designed so that if successfully...
Dennis Bareis
dbareis
Offline Send Email
Aug 27, 2007
9:58 pm
2062
I have 6 individual items that are either pre-requisites for following items or are database installations. Any samples available that show this type of...
willemgons
Offline Send Email
Sep 3, 2007
12:42 pm
2063
Hi, ... following ... For launch condition See: http://makemsi- manual.dennisbareis.com/iis_installed.htm This will produce an error message if IIS is not...
Dennis Bareis
dbareis
Offline Send Email
Sep 4, 2007
2:17 am
2064
I am new to the app and looking for a little advice on the best way to proceed building my first .msi file. I need to create a unattended installation for an...
palabra_up
Offline Send Email
Sep 5, 2007
9:53 pm
Messages 2035 - 2064 of 2226   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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