How to edit a .ser file
Hi
I want to edit the Aperture.ser through the custom action.
Observation:
I am trying to edit Aperture.ser in my msi using the custom action.
Code in script am using to edit is:
Set objtextfilewrite=fso.open(filepath,2)
Objtextfilewrite.writeline(“abcedddâ€Â)
Objtextfilewrite.close
If I do this am able to edit it but the application is not recognizing the file. So it will pop up the dialogue box eature and serial key. If edit it manually then its working fine.
And if we give the feature key and serial key in that dialogue box it will edit the file then its working fine.
(f I create a text file, edit it and then change extension as .ser it is not accepting. So how do I create a .ser file.)
I want to edit the Aperture.ser through the custom action.
Observation:
I am trying to edit Aperture.ser in my msi using the custom action.
Code in script am using to edit is:
Set objtextfilewrite=fso.open(filepath,2)
Objtextfilewrite.writeline(“abcedddâ€Â)
Objtextfilewrite.close
If I do this am able to edit it but the application is not recognizing the file. So it will pop up the dialogue box eature and serial key. If edit it manually then its working fine.
And if we give the feature key and serial key in that dialogue box it will edit the file then its working fine.
(f I create a text file, edit it and then change extension as .ser it is not accepting. So how do I create a .ser file.)
0 Comments
[ + ] Show comments
Answers (2)
Please log in to answer
Posted by:
WiseUser
19 years ago
Posted by:
MSIPackager
19 years ago
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.