I'm trying to set a registry entry in HKEY_LOCAL_MACHINE where the exact key is based on whether I am installing my 32-bit app on a 32-bit version of Windows...
3025
Dennis Bareis
dbareis
Dec 7, 2012 5:57 am
Hi ... I'm no expert, I can usually play around to get it working in the environments I've needed to but things that will effect permissions are: - The...
3026
programmerman44
Dec 14, 2012 5:10 pm
Hi I would like to create an application specific subfolder in the Common Application Data folder that is readable and writeable to all users using the...
3027
Dennis Bareis
dbareis
Dec 15, 2012 10:19 pm
Hi, Unless you created a user group (or user) called "All" (in Windows) then that won't work, if you want to see what is available have a play in the security...
3028
Sase S
sases
Dec 16, 2012 1:48 pm
You could use "Domain User" if you are on a domain, or try everyone or "Authenticated User"....
3029
Buesser Bruno
programmerman44
Dec 17, 2012 7:49 am
Hi  The problem is that I do not know what users or user groups are on a customer system. I simply want to make the folder content accessible (read and...
3030
dphemsley
Dec 17, 2012 8:12 am
Bruno, Dennis, Sases and even yourself have answered this for you? The local 'all users' group on a windows pc is 'everyone39;. You can try this yourself, as...
3031
Dave Wade
g4ugm
Dec 17, 2012 8:50 am
... Yes you do. There are some groups (and users) that are set up by Microsoft and exist on all computers. See:- http://support.microsoft.com/kb/243330 Note...
3032
Buesser Bruno
programmerman44
Dec 21, 2012 8:33 am
Hi  When I use "Authenticated Users" I get the following error during installation: "An error occurred while applying security settings. Authenticated Users...
3033
rev8563@...
rev8563
Dec 21, 2012 9:29 pm
http://toning-center.com.ar/best2012/...
3034
Dennis Bareis
dbareis
Dec 22, 2012 7:20 am
Hi, You haven't used "Authenticated Users", you specified "'Authenticated Users'" which would be invalid, the message would have given you the name of the ...
3035
Buesser Bruno
programmerman44
Jan 7, 2013 1:16 pm
Hi  I have mastered my problems with the Users groups. Quoting Authenticated Users was correct as there is a space in the name. The basic problem was that I...
3036
Charles Nghwaya
nghwaya
Feb 25, 2013 6:35 am
Hallo Dennis,  How can one create a trusted installation kit with TrustedInstaller priviledges for Windows 7. Do I seem to have lost connection to MakeMsi?...
3037
beaudph66
Feb 25, 2013 6:36 am
I'm not quite sure how to go about this, but this is the objective: I need an automated way to add a custom action (launching a cmd batch)as a post-install...
3038
Dennis Bareis
dbareis
Feb 25, 2013 6:42 am
Hi, ... I'd never even heard of it so don't know if they are msis or similar, found this info ("http://www.thewindowsclub.com/trustedinstaller-exe-windows-7"),...
3039
Dennis Bareis
dbareis
Feb 25, 2013 6:53 am
Hi, ... I believe at least one person in the group has done something like that from previous posts, maybe they can answer. ... You can pass parameters to a...
3040
beaudph66
Feb 25, 2013 10:17 pm
Thanks Dennis. Looking to create an MST that just launches notepad.exe as a learning exercise. This is my script, it is modified from the Tweak.mm to call...
3041
Dennis Bareis
dbareis
Feb 26, 2013 9:02 am
Hi, ... The first hit when searching (search tab) the manual for "MISSINGDATA" is: http://makemsi-manual.dennisbareis.com/missing_validation_table_entries.htm ...
3042
symphatico2013
Feb 27, 2013 6:38 am
Dear all, I'm trying to distribute a config file with SCCM to a users local application folder in a Win7 64Bit enviroment. The targetfolder of the file is...
3043
Dennis Bareis
dbareis
Feb 27, 2013 6:47 am
Hi, ... If its going into a users profile then that is a per-user resource, I don't know how SCCM works or how you are using it but does it do a per-machine...
3044
froggy4228
Feb 27, 2013 7:55 am
This is quite easy. It's not a problem of MakeMSI. It's just the "normal" SCCM behaviour. If you publish a program by SCCM with "Admin Rights" then the install...
3045
symphatico2013
Mar 1, 2013 6:13 pm
Froggy - You are a star! That was exactly the problem and you solved it with a wink. Thank you very much indeed. Vielen herzlichen Dank! I changed it and it...
3046
itkin
Mar 11, 2013 10:18 am
Can enybody say me, how can I insert any string in Version column of File table. I need it for definition of companion files. On any reason, if I do query on...
3047
Dennis Bareis
dbareis
Mar 12, 2013 7:23 am
Hi, ... You could use the "version" parameter on the file command: http://makemsi-manual.dennisbareis.com/file.htm Other than that you could try this: ...
3048
Igor Itkin
itkin
Mar 12, 2013 9:30 am
Hi, I have tryed with File command, but it allow not any string, but only in gormat N.N.N. Also it is not possible to insert filename as version for companion...
3049
Igor Itkin
itkin
Mar 12, 2013 9:37 am
Hi, I have tryed with File command, but it allow not any string, but only in gormat N.N.N. Also it is not possible to insert filename as version for companion...
3050
Dennis Bareis
dbareis
Mar 13, 2013 7:00 am
Hi, ... As far as I can see I do no processing at all of what is passed. If you can create a very small test case and send it to me plus the log I'll have a ...
3051
itkin
Mar 18, 2013 1:58 pm
Dear MakeMsi community, can someone say me, whether it possible, to use LIKE clause in @WHERE argument of ROW command? Something as this: <$Table "File"> #( ...
3052
Dennis Bareis
dbareis
Mar 19, 2013 6:35 am
Hi, ... If you look at the link in the makemsi doco ( http://msdn.microsoft.com/en-us/library/aa372021.aspx) there is no "LIKE" mentioned, so unfortunately...
3053
Charles Nghwaya
nghwaya
Mar 27, 2013 8:52 am
Hi!  You may like all those sorts of hiroics, but rest assured that ca may fail to run on Win7. Think twice as MSIs may not offer the best solution. I would...