Function msi::open_rw

source ·
pub fn open_rw<P: AsRef<Path>>(path: P) -> Result<Package<File>>
Expand description

Opens an existing MSI file at the given path in read-write mode.