<div>Hi,</div>
<div> </div>
<div>I'm trying to make a module that would dearchive an inventory archive without user password. This would be very useful if the user cannot provide the password via console or any other way.</div>
<div> </div>
<div>I found the following method to proceed <strong>with</strong> the password :</div>
<div><font face="Consolas"><font face="Consolas">
<p></p></font></font><font color="#2b91af" face="Consolas"><font color="#2b91af" face="Consolas"><font color="#2b91af" face="Consolas">IInventoryArchiverModule</font></font></font><font face="Consolas"><font face="Consolas"> iar = scene.RequestModuleInterface<</font></font><font color="#2b91af" face="Consolas"><font color="#2b91af" face="Consolas"><font color="#2b91af" face="Consolas">IInventoryArchiverModule</font></font></font><font face="Consolas"><font face="Consolas">>();<br>
</font></font><font face="Consolas"><font face="Consolas">iar.<font color="#ff0000">DearchiveInventory</font>("firstname", "lastname", "/inventory/path", <font color="#ff0000">"userpassword"</font>, filestream);</font></font>but is there a way to process to IAR loading <strong>without</strong> password ?</div>
<div> </div>
<div>Many thanks,</div>
<div>PMint.</div>