Hi All,
I am trying to run this code but it does not work during setup. I need to repeat this step manually to see something in the GAC.
How can I run this as Administrator? When I do it manually I need an Admin command prompt.
Thanks,
Alberto
I am trying to run this code but it does not work during setup. I need to repeat this step manually to see something in the GAC.
How can I run this as Administrator? When I do it manually I need an Admin command prompt.
Code:
File.Run(SessionVar.Expand("%ApplicationDataFolderCommon%\\%CompanyName%\\%AppShortcutFolderName%\\gacutil.exe"), SessionVar.Expand("-i %AppFolder%\\Bin\\Geometry.dll"), SessionVar.Expand("%ApplicationDataFolderCommon%\\%CompanyName%\\%AppShortcutFolderName%"));
Alberto
Comment