in reply to Perl script to change product code and product version in installshiled project (.ism) file?
Use UUIDGEN to get those random unique guids on Win boxes.
sub newguid { local($id)=`uuidgen.exe` || die "$0: Cannot run UUIDGEN.EXE\n"; chomp($id); return $id; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl script to change product code and product version in installshiled project (.ism) file?
by GrandFather (Saint) on Sep 23, 2009 at 22:57 UTC | |
by premal (Acolyte) on Sep 25, 2009 at 09:50 UTC |