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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 2062 - 2091 of 2612   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
Online Now Send Email
Sep 5, 2007
9:53 pm
2065
Hi, ... If you have captured the file information and the registry (capture as REGEDIT4) then it need not be much more complex that "TryMe.MM" with possibly a...
Dennis Bareis
dbareis
Offline Send Email
Sep 5, 2007
10:07 pm
2066
I've recently tried creating an installer that could span DVDs, however if the value of COMPILE_CABDDF_MaxDiskSize is larger than 1GB you get an overflow...
James (Toby) Coone
lurean
Offline Send Email
Sep 7, 2007
6:30 pm
2067
Hi, ... Please try copying the files from http://tech.groups.yahoo.com/group/makemsi/files/ over the latest makemsi files. Bye, Dennis -- Dennis Bareis...
Dennis Bareis
dbareis
Offline Send Email
Sep 8, 2007
6:18 am
2068
I am working with WrapInstall on a Nullsoft setup file. I am able to run the /S silent install from the command line successfully. "C:\Documents and ...
palabra_up
Online Now Send Email
Sep 10, 2007
8:09 pm
2069
Hi, ... No ... I notice you are using "/S" and not "/s", I'm not sure if its switches are case insensitive. If you can't work it out send me the code and exe...
Dennis Bareis
dbareis
Offline Send Email
Sep 10, 2007
10:52 pm
2070
Dennis, I was not able to upload the setup.exe because of size limits for the Files section. If you have a ftp server or some other method I could do that. We...
palabra_up
Online Now Send Email
Sep 12, 2007
8:48 pm
2071
Hi, ... Finder"> ... You have renamed the "IdentityFinderSetup.exe", this may matter, I used your code above and only changed the image location (which just ...
Dennis Bareis
dbareis
Offline Send Email
Sep 12, 2007
10:09 pm
2072
Hi , I'm new to makemsi (and with msi building at all) In my installer i need to read a few registry keys and use them in IF statement, with which to set...
stagiarzildogo
Offline Send Email
Sep 13, 2007
9:41 pm
2073
Hi, ... MAKEMSI/PPWIZARD has BUILD time capability like the above, what you are looking for is INSTALL time "conditions": ...
Dennis Bareis
dbareis
Offline Send Email
Sep 13, 2007
10:09 pm
2074
Dennis, I was able to overcome the problem I had with the Setup Wizard launching even though I had the /S set. I opened the MSI in Orca and then dropped the...
palabra_up
Online Now Send Email
Sep 14, 2007
9:35 pm
2075
Hi ya, ... Up until now the issue has been with the NSIS installer not being silent... Now you want to also do this for the msi? Those orca changes can of...
Dennis Bareis
dbareis
Offline Send Email
Sep 14, 2007
11:15 pm
2076
Hi, Rather than waiting any longer, I decided I'd have another try to reproduce it and reproduced another issue which I'm going to assume is what you got. I've...
Dennis Bareis
dbareis
Offline Send Email
Sep 15, 2007
10:00 am
2077
I have the call: CaMsgBox(vbExclamation+vbOkCancel, "Some Text") 1. The box shows "ERROR Some Text. I see that VbsCa.mmh adds this even when the numeric...
William G. Graves
bgraves2
Offline Send Email
Sep 16, 2007
10:04 pm
2078
Hi, ... I have fixed this, try copying the VBSCA.MMH in the makemsi files area over the latest release. ... That would appear to be a Windows Installer bug,...
Dennis Bareis
dbareis
Offline Send Email
Sep 17, 2007
9:13 am
2079
Hello, I'm making my first steps with makemsi. I'm trying to make an MSI package for a directory with project source code. My .mm file looks basically like...
Konstantin Malakhanov
konstantin.m...
Offline Send Email
Sep 17, 2007
10:20 pm
2080
Hi, ... package for a directory with project source code. ... EXLIST='backup'> ;;Don't include these! ... SUBDIR='TREE' COMPONENT='' EXLIST='backup' > ... ...
Dennis Bareis
dbareis
Offline Send Email
Sep 17, 2007
10:45 pm
2081
Hi, I managed to work around the limitation by setting following values: #define? TABLES_LNG_FILE_COLUMN 72 ;; this is default value, the value of...
Konstantin Malakhanov
konstantin.m...
Offline Send Email
Sep 18, 2007
7:05 am
2082
Hi, ... value of 172 leads to error ... You can have issues whether or not you have changed column lengths when using merge modules. You can safely change...
Dennis Bareis
dbareis
Offline Send Email
Sep 18, 2007
1:20 pm
2083
Hi ya, ... If these are values which you want to unconditionally force MAKEMSI to use then better way to define them would be using "#define" or "#define+"...
Dennis Bareis
dbareis
Offline Send Email
Sep 18, 2007
9:56 pm
2084
I want to integrate msi builds into my automatic build system by putting the makemsi binaries into my source control, so it's available to any workstation...
nostop_drew
Offline Send Email
Sep 20, 2007
9:58 pm
2085
Hi, ... Yep, please see: http://tech.groups.yahoo.com/group/makemsi/message/2020 Any issues please let me know as I think I'll document this now. Bye, Dennis...
Dennis Bareis
dbareis
Offline Send Email
Sep 20, 2007
10:04 pm
2086
... Cool. I'll give it a try. Thanks!...
nostop_drew
Offline Send Email
Sep 20, 2007
10:48 pm
2087
Hi, I'm trying to use environment variables in MM scripts like in DIR argument of DirectoryTree or as first argument of Files. I tried all possible combination...
Konstantin Malakhanov
konstantin.m...
Offline Send Email
Sep 21, 2007
6:35 pm
2088
Hi, ... argument of DirectoryTree or as first argument of Files. What I think you want is not possible. At BUILD time the install location is GENERALLY not...
Dennis Bareis
dbareis
Offline Send Email
Sep 21, 2007
11:03 pm
2089
Hi, the minimal example would be #define INSTALLDIR <??*INSTALLDIR> #define SOURCEDIR <??*SOURCEDIR> #include "COMPANY.MMH" #info ^^ #info ^Files from...
Konstantin Malakhanov
konstantin.m...
Offline Send Email
Sep 22, 2007
7:55 am
2090
So I would like to create my own MSI's. I tried the TryMe.MM quick start in the tutorial. I was able to build the sample MSI, mainly because I didn't have to...
Ken
kenplaysviola
Offline Send Email
Sep 22, 2007
10:06 pm
2091
Hi, I have added some info at the end of this page: http://makemsi-manual.dennisbareis.com/environment_variables.htm I have made PPWIZARD documentation more...
Dennis Bareis
dbareis
Offline Send Email
Sep 23, 2007
8:31 am
Messages 2062 - 2091 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