Insert Registrykey
Hi all,
i want to include a Registrykey in a silent mod have
anybody a idea how can i do this.
thx
xemot
i want to include a Registrykey in a silent mod have
anybody a idea how can i do this.
thx
xemot
0 Comments
[ + ] Show comments
Answers (9)
Please log in to answer
Posted by:
xemot
20 years ago
Posted by:
cdupuis
20 years ago
Add the .reg file to your MSI, have the MSI copy the file to (for example) c:\reg.
Create a custom action that launches a .bat file calling the .reg file with the /S switch for silent mode.
batch file:
c:\reg\entry.reg /s
when the batch file runs it will add the reg keys. There are other ways of doing this, but this is by far the easiest (but not the cleanest).
Create a custom action that launches a .bat file calling the .reg file with the /S switch for silent mode.
batch file:
c:\reg\entry.reg /s
when the batch file runs it will add the reg keys. There are other ways of doing this, but this is by far the easiest (but not the cleanest).
Posted by:
xemot
20 years ago
Posted by:
fetgor
20 years ago
Posted by:
FunnyName
20 years ago
Posted by:
cdupuis
20 years ago
Posted by:
FunnyName
20 years ago
Yes and no, it depends on your experience with MSI. If you understand how to use tools for editing the MSI or creating a transform file, then it is easy. I do, I don't assume everyone else does, so when someone asks how, I was just trying to give other options.
My answer (and question) was not in response to your comment, but more to the topic starter. I assume that if anyone posts on this forum, he/she has basic knowledge concerning MSI manipulation, hence the response ..
Posted by:
cdupuis
20 years ago
Posted by:
craig16229
20 years ago
xemot,
Can you give us some details on what you need to accomplish?
If it is a matter of making a registry change on a group of machines, doing it through a login script is an efficient way to get it done.
If it is a matter of including a registry key in a package or a silent install, then we definitely need more info in order to make recommendations.
Craig --<>.
Can you give us some details on what you need to accomplish?
If it is a matter of making a registry change on a group of machines, doing it through a login script is an efficient way to get it done.
If it is a matter of including a registry key in a package or a silent install, then we definitely need more info in order to make recommendations.
Craig --<>.
Rating comments in this legacy AppDeploy message board thread won't reorder them,
so that the conversation will remain readable.
so that the conversation will remain readable.