M
MauroG
Hello all,
I deploy my app 1.0.0 from \\server\folder\setup\myapp.msi
I successfully deploy via group policy sw installation my 1.0.0 \
\server\distributionfolder\setup\myapp.msi.
I create a GPO and have assigned my 1.0 app to computers inside.
Works fine: every computer install the assigned application.
Now i must deploy version 1.0.1: we don't make patches but we simply
copy the new 1.0.1 IN THE SAME FOLDER \\server\distributionfolder\setup
\myapp.msi - overwriting the old 1.0.0 myapp.msi
(i have to mantain the older upgrade method that require only one
folder for my app)
That seems to work: at reboot, computers in GPO uninstall the old
1.0.0 and install the 1.0.1
But if i look in the "installed applications" list (app/remove applet)
i see myapp 1.0.0 AND myapp 1.0.1
Now i have deployed 1.0.2 version in the same manner and i see myapp
1.0.0 AND myapp 1.0.1 AND myapp 1.0.2
If i look at group policy management console,in the list of deployed
packages, i see there are NO relationship from 1.0.0,1.0.1 and 1.0.2 :
(
I think it is not a clean situation: is better to plan to create a
logon script with MSIZAP to clean all versions, and redeploy app 1,
app 2 etc. IN DIFFERENT FOLDERS?
Can i use the same folder for deploy multiple version of the same
product?
Thx to everyone can help me
I deploy my app 1.0.0 from \\server\folder\setup\myapp.msi
I successfully deploy via group policy sw installation my 1.0.0 \
\server\distributionfolder\setup\myapp.msi.
I create a GPO and have assigned my 1.0 app to computers inside.
Works fine: every computer install the assigned application.
Now i must deploy version 1.0.1: we don't make patches but we simply
copy the new 1.0.1 IN THE SAME FOLDER \\server\distributionfolder\setup
\myapp.msi - overwriting the old 1.0.0 myapp.msi
(i have to mantain the older upgrade method that require only one
folder for my app)
That seems to work: at reboot, computers in GPO uninstall the old
1.0.0 and install the 1.0.1
But if i look in the "installed applications" list (app/remove applet)
i see myapp 1.0.0 AND myapp 1.0.1
Now i have deployed 1.0.2 version in the same manner and i see myapp
1.0.0 AND myapp 1.0.1 AND myapp 1.0.2
If i look at group policy management console,in the list of deployed
packages, i see there are NO relationship from 1.0.0,1.0.1 and 1.0.2 :
(
I think it is not a clean situation: is better to plan to create a
logon script with MSIZAP to clean all versions, and redeploy app 1,
app 2 etc. IN DIFFERENT FOLDERS?
Can i use the same folder for deploy multiple version of the same
product?
Thx to everyone can help me