What does a element do under in WiX?
up vote
0
down vote
favorite
I'm trying to understand what Class means inside a File element and I can't find anything using google. The reason that I need to understand this is that I'm converting a WiX installer to InstallShield. According the the WiX docs Classes are COM components but I don't think that applies here (and if it does then I have a whole other question about how to use COM components in InstallShield, but I'll skip that question for now. Here's the code. Can someone please tell me what this is doing?
<File Id="pg_audio_sink.ax" KeyPath="yes" Source="$(var.DirectShow)pg_audio_sinkReleasepg_audio_sink.ax">
<Class Id="{7E4D071A-50B7-42D8-ADFE-B0C3715422B9}" Context="InprocServer32" Description="AAC Encoder" ThreadingModel="both" />
<Class Id="{2A67EDA3-7AE8-494E-808C-60C1E2C992C1}" Context="InprocServer32" Description="Settings" ThreadingModel="both" />
<Class Id="{AF94923E-31C7-483A-A2EA-57D86BF26AD7}" Context="InprocServer32" Description="Settings" ThreadingModel="both" />
</File>
wix installshield
add a comment |
up vote
0
down vote
favorite
I'm trying to understand what Class means inside a File element and I can't find anything using google. The reason that I need to understand this is that I'm converting a WiX installer to InstallShield. According the the WiX docs Classes are COM components but I don't think that applies here (and if it does then I have a whole other question about how to use COM components in InstallShield, but I'll skip that question for now. Here's the code. Can someone please tell me what this is doing?
<File Id="pg_audio_sink.ax" KeyPath="yes" Source="$(var.DirectShow)pg_audio_sinkReleasepg_audio_sink.ax">
<Class Id="{7E4D071A-50B7-42D8-ADFE-B0C3715422B9}" Context="InprocServer32" Description="AAC Encoder" ThreadingModel="both" />
<Class Id="{2A67EDA3-7AE8-494E-808C-60C1E2C992C1}" Context="InprocServer32" Description="Settings" ThreadingModel="both" />
<Class Id="{AF94923E-31C7-483A-A2EA-57D86BF26AD7}" Context="InprocServer32" Description="Settings" ThreadingModel="both" />
</File>
wix installshield
add a comment |
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I'm trying to understand what Class means inside a File element and I can't find anything using google. The reason that I need to understand this is that I'm converting a WiX installer to InstallShield. According the the WiX docs Classes are COM components but I don't think that applies here (and if it does then I have a whole other question about how to use COM components in InstallShield, but I'll skip that question for now. Here's the code. Can someone please tell me what this is doing?
<File Id="pg_audio_sink.ax" KeyPath="yes" Source="$(var.DirectShow)pg_audio_sinkReleasepg_audio_sink.ax">
<Class Id="{7E4D071A-50B7-42D8-ADFE-B0C3715422B9}" Context="InprocServer32" Description="AAC Encoder" ThreadingModel="both" />
<Class Id="{2A67EDA3-7AE8-494E-808C-60C1E2C992C1}" Context="InprocServer32" Description="Settings" ThreadingModel="both" />
<Class Id="{AF94923E-31C7-483A-A2EA-57D86BF26AD7}" Context="InprocServer32" Description="Settings" ThreadingModel="both" />
</File>
wix installshield
I'm trying to understand what Class means inside a File element and I can't find anything using google. The reason that I need to understand this is that I'm converting a WiX installer to InstallShield. According the the WiX docs Classes are COM components but I don't think that applies here (and if it does then I have a whole other question about how to use COM components in InstallShield, but I'll skip that question for now. Here's the code. Can someone please tell me what this is doing?
<File Id="pg_audio_sink.ax" KeyPath="yes" Source="$(var.DirectShow)pg_audio_sinkReleasepg_audio_sink.ax">
<Class Id="{7E4D071A-50B7-42D8-ADFE-B0C3715422B9}" Context="InprocServer32" Description="AAC Encoder" ThreadingModel="both" />
<Class Id="{2A67EDA3-7AE8-494E-808C-60C1E2C992C1}" Context="InprocServer32" Description="Settings" ThreadingModel="both" />
<Class Id="{AF94923E-31C7-483A-A2EA-57D86BF26AD7}" Context="InprocServer32" Description="Settings" ThreadingModel="both" />
</File>
wix installshield
wix installshield
asked 5 hours ago
Ben_G
3501414
3501414
add a comment |
add a comment |
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53400781%2fwhat-does-a-class-element-do-under-file-in-wix%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown