Windows 7 - creating a MST with filecopy to %userprofile%\...
Updated: 20 Sep 2010 | 1 comment
I'm trying to create a MST file of my java_x.msi file. Deployment.properties is the file i have modified, and when i now do a reinstallation of Java in windows 7, i need the MST file to copy this file into
%userprofile%\appdata\locallow\Sun\java\deployment.
But how do i do this? Maybe i'm a little lost when it comes to syntax in wise/windows 7, but i have figured out that i can copy the file right on c:\, but i need it in the folderstructure mentioned above.
I have tried to create the folder struckture, but nothing happens...
Running wise package studio 8 std.
Hope someone can help me out.
Thanks
discussion Filed Under:
Comments
For user profile stuff...
...you need to alter the feature tree. Google for John McFadyen's Windows Live blog on self-healing/repair, where this is explained in detail.
Alternatively, you can use Active Setup to get the data copied/registered (if it's registry data) but AS stuff won't heal/repair.
Don't know why 'x' happened? Want to know why 'y' happened? Use ProcMon and it will tell you.
Think about using http://www.google.com before posting.
Would you like to reply?
Login or Register to post your comment.