Adding blank folder to Users profile
Hi,
I have an existing MSI that I need to add an empty folder (called Blank Folder) to the User's profile.
C:\Users\TestUser\Blank Folder
I opened the existing MSI in adminstudio - 'Files and Folders' - 'Show predefined folder' - I selected 'UserProfile' and added my 'Blank Folder' folder.
When I save the MSI then install it - the folder isn't added.
I tried a snapshot of manually creating the folder and the new snapshot installs the folder. When comparing the existing MSI (that I've added the folder to) and the snapshot of just the folder, everything appears the same except for the attribute of the component - it's 8 on the modified MSI, and 0 on the snap.
Any ideas why the folder isn't added to the existing MSI?
Cheers.
I have an existing MSI that I need to add an empty folder (called Blank Folder) to the User's profile.
C:\Users\TestUser\Blank Folder
I opened the existing MSI in adminstudio - 'Files and Folders' - 'Show predefined folder' - I selected 'UserProfile' and added my 'Blank Folder' folder.
When I save the MSI then install it - the folder isn't added.
I tried a snapshot of manually creating the folder and the new snapshot installs the folder. When comparing the existing MSI (that I've added the folder to) and the snapshot of just the folder, everything appears the same except for the attribute of the component - it's 8 on the modified MSI, and 0 on the snap.
Any ideas why the folder isn't added to the existing MSI?
Cheers.
0 Comments
[ + ] Show comments
Answers (4)
Please log in to answer
Posted by:
Teitan
13 years ago
Posted by:
pjgeutjens
13 years ago
If you have the entry in the CreateFolder table of your MSI for this folder, make sure it is linked to a component that always gets installed with the product. Also, since it's a folder in the userprofile, you might need to trigger a self-heal or a repair, be it through an advertised shortcut or ActiveSetup, for this folder to be created for seperate users.
I would consider putting the folder into a seperate component, and giving that component a keypath that is an HKCU registry key, to make sure a repair will take this component into scope.
PJ
I would consider putting the folder into a seperate component, and giving that component a keypath that is an HKCU registry key, to make sure a repair will take this component into scope.
PJ
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.